Hi!

After i have managed to compile jserv 1.0 staticaly into apache 1.3.6
i ran into a problem. I can start several servlets in my servlet zone
(e.g. http://xxx.xxx.xxx.xxx:8081/servlets/HelloWorldServlet)
but i am not sure, if jserv is really working fine. That is, because
i can't get the status/jserv-page running. It displays the Text (ApacheJServ
 1.0 Status ....) but it does not load the image. And when I click on the
links, I allways get a "Not Found"-Error. The Apache error-log shows:

[Tue Jul 20 10:42:52 1999] [error] [client 192.168.199.56] File does not exist: 
/usr/local/japache/htdocs/status/status

Can anybody help me?

Additional informations:

---------------
httpd.conf:

...
Port 8081
...
AddModule mod_jserv.c


        ApJServManual "Off"
        ApJServSecretKey "/usr/local/japache/etc/jserv.secret.key"
        ApJServProperties "/usr/local/japache/etc/jserv.properties"
        ApJServLogFile "/usr/local/japache/logs/jserv.log"
        ApJServMount /servlets /servlets


<Location /status/jserv>
        SetHandler jserv-status
        order deny,allow
        allow from all
</Location>

---------------

jserv.properties

port=8007

wrapper.bin=/usr/java1.2/bin/java
wrapper.classpath=/usr/jsdk/lib/jsdk.jar
wrapper.classpath=/usr/local/jserv/lib/ApacheJServ.jar

zones=servlets
servlets.properties=/usr/local/japache/etc/jserv.servlets.properties

security.remote.administration=true
security.allowedAddresses=127.0.0.1,192.168.123.65
security.authentication=true
security.secretKey=/usr/local/japache/etc/jserv.secret.key

log=false
log.file=/usr/local/japache/logs/jserv.trace
log.timestamp=true
log.dateFormat=[yyyyMMdd HHmmss.SSS zz]
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
log.channel.singleThreadModel=true

---------------
jserv.log:

[20/07/1999 10:18:05:963] (INFO) jserv_watchdog:(14753) watchdog_cleanup()
[20/07/1999 10:18:05:965] (INFO) Apache Module was cleaned-up

---------------

netstat -a

...
localhost.33701      localhost.8007       32768      0 32768      0 TIME_WAIT
      *.8081               *.*                0      0     0      0 LISTEN
      *.8007               *.*                0      0     0      0 LISTEN
...

Thanks in advance...

Andre Luepke


--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
READ THE FAQ!!!!     <http://java.apache.org/faq/>
Archives and Other:  <http://java.apache.org/main/mail.html/>
Problems?:           [EMAIL PROTECTED]

Reply via email to