-----------------------------
Please read the FAQ!
<http://java.apache.org/faq/>
-----------------------------
I did not find anything in the FAQs, bugs, or archives on this. I'm
kind of hoping it's a stupid question. :-)
On startup, the Apache error_log shows:
Warning: JIT compiler "sunwjit" not found. Will use interpreter.
And when I try to run a servlet like the example/Hello.class it hangs
and I get this in error_log:
[Fri Aug 27 15:24:07 1999] [info] [client 207.223.13.75] read script
header timed out
The /jserv/ status page comes up, but I don't get anywhere when I
click on the ajpv11://<myhost>:8007 link.
I get no other errors.
A process called: /usr/local/jdk1.2/bin/i386/native_threads/java
org.apache.jserv.JServ /usr/local/apache/conf/jserv.properties
IS started when I bring up the httpsd.
Apache_1.3.6 w/ SSL
Jserv 1.0
JSDK 2.0
JDK 1.2 (blackdown)
The install for the JDK1.2 says that I don't need a CLASSPATH. I
wonder if that is a problem?
Any help would be greatly appriciated.
-Steve Maring
Tampa, FL
jserv.conf:
ApJServManual off
ApJServProperties /usr/local/apache/conf/jserv.properties
ApJServLogFile /usr/local/apache/logs/jserv.log
ApJServDefaultProtocol ajpv11
ApJServDefaultHost hebe.gte-es.com
ApJServDefaultPort 8007
ApJServSecretKey DISABLED
ApJServMount /servlets /servlets
ApJServMountCopy on
<Location /jserv/>
SetHandler jserv-status
</Location>
jserv.properties:
wrapper.bin=/usr/local/jdk1.2/bin/java
wrapper.class=org.apache.jserv.JServ
wrapper.classpath=/usr/local/jdk1.2/jre/lib/rt.jar
wrapper.classpath=/usr/local/jserv/lib/ApacheJServ.jar
wrapper.classpath=/usr/local/JSDK2.0/lib/jsdk.jar
port=8007
zones=servlets
servlets.properties=/usr/local/apache/conf/jserv.servlets.properties
security.maxConnections=50
security.allowedAddresses=127.0.0.1
security.authentication=false
security.challengeSize=5
log=false
log.file=jserv.log
log.timestamp=true
log.dateFormat=[dd/MM/yyyy HH:mm:ss:SSS zz]
log.channel.servletLog=true
log.channel.init=true
log.channel.terminate=true
log.channel.serviceRequest=true
log.channel.authentication=true
log.channel.requestData=true
log.channel.responseHeaders=true
log.channel.signal=true
log.channel.exceptionTracing=true
log.channel.servletManager=true
jserv.servlets.properties:
repositories=/files/htdocs/servlets
and yes, the Hello.class file is in /files/htdocs/servlets
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]