Please browse the categories below to previous answers to questions like yours. If you do not find the answer for your particular situation, ask for help on the appropriate mailing list.
(Answer) (Category) Java Apache Project : (Category) Apache JServ 1.0 : (Category) Installation : (Category) Win32 :
JDK 1.2.2 on Win NT
----------
From: "George Kappel" gkappel@ibm.net
To: "Java Apache Users" java-apache-users@list.working-dogs.com
Subject: RE: Apache JServ only working sporadically with JDK1.2.2 ?
Date: Sat, Jul 31, 1999, 10:40 AM

You should provide the exact error messages you are seeing in the logs but I
will take a guess anyway.

It may be due to jdk1.2.2 default security permissions

You should have a file called
c:\jdk1.2\jre\lib\security\java.policy

Add "permission java.security.AllPermission;"
to the "grant {" section.

Shutdown everything and restart to see if your problem goes away.  If it
does you may want to refine your security permissions to only allow what is
required as AllPermissions is a potential security risk if you run any
untrusted code. I believe this is related to socket usage within JServ.


> running just fine ... once or twice. Then the Java VM inevitably crashes.
> Deinstallation of JDK1.2.2 and Reinstallation of JDK1.1.8 (adapting the
[Append to This Answer]
Previous: (Answer) Installing on WinNT using IBM JDK and Gnu-JSP
Next: (Answer) Installing Apache 1.3.6 with JServ 1.0 on WinNT4
This document is: http://java.apache.org/faq/?file=268
[Search] [Appearance] [Show Expert Edit Commands]
This is a Faq-O-Matic 2.709.
Please browse the categories below to previous answers to questions like yours. If you do not find the answer for your particular situation, ask for help on the appropriate mailing list.