----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files. Don't make us guess your problem!!!
----------------------------------------------------------------
My apologies in advance for the silliness of this post but since
your FAQ is down (and has been for a while) and java.apache.org doesn't
provide a searchable mailing list archive........
I'm using JServ1.0 on apache 1.3.9 on a RedHat6.1 box
I start apache and I see no java threads in ps -xa. Some times I catch
them trying to start, but then they die. I can use the example from the
Jserv dist, it works fine. I'm trying to setup a /servlets zone and it
no workie.
Here is the error from the httpd error log.....
ApacheJServ/1.0: Error while reading configuration file:
java.io.FileNotFoundException: /usr/local/apache/conf/jserv.properties
The file (/usr/local/apache/conf/jserv.properties) IS there. It looks
like this.....
wrapper.bin=/usr/local/jdk/bin/java
wrapper.classpath=/usr/local/jdk/lib/classes.zip
wrapper.classpath=/usr/local/jserv/lib/ApacheJServ.jar
wrapper.classpath=/usr/local/jsdk/lib/jsdk.jar
wrapper.class=org.apache.jserv.JServ
port=8007
zones=servlets
servlets.properties=/usr/local/apache/conf/servlets.properties
security.allowedAddresses=127.0.0.1
security.authentication=false
security.challengeSize=5
log=true
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=trueLoadModule
I have an include file (included in httpd.conf) It looks like this.....
LoadModule jserv_module libexec/mod_jserv.so
ApJServManual off
ApJServMountCopy on
ApJServDefaultPort 8007
ApJServProperties /usr/local/apache/conf/jserv.properties
ApJServLogFile /usr/local/apache/logs/jserv.log
ApJServSecretKey DISABLED
ApJServMount /servlets /servlets
<Location /jserv/>
SetHandler jserv-status
order deny,allow
deny from all
allow from localhost 127.0.0.1 eliancecorp.com
</Location>
It doesn't seem like I'm doing any thing earth shatteringly complex...
what's the deal?
--
--------------------------------------------------------------
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]