lynx httpd://localhost/example/Hello. "Internal Server Error"
was what
I got. Then I checked JServ.log. One error message I noticed
was "Java
Virtual Machine unable to start (ERR=13: Permission denied)".
I have
both JDK1.1.6 and JDK1.2 on my machine and I can run Java programs
without any problems. I am confused now. Anybody can point
out what
the problem here?
By the way, if I run the following test script, it works like a charm.
#!/bin/sh
properties=/usr/local/etc/src/Apache-JServ-19990816/example/jserv.properties
log=/www/logs/jserv_manual.log
CLASSPATH=$CLASSPATH:/www/libexec/ApacheJserv.jar
CLASSPATH=$CLASSPATH:/usr/local/etc/JSDK2.0/lib/jsdk.jar
/root/jdk1.2/bin/java org.apache.jserv.JServ $properties $1
Your help is greatly appreciated.
Shane
-- When your memory goes, forget it!