Any help is appreciated

1. Apache Jserv: 1.0b1
2. Apache: 1.3.3
3. OS: SunOS 5.5.1

4. Problem: jserv status page works fine, but i can't run any servlets.
Whenever I try to access http://psy-s.cjas.org/example/Hello I get a
internal server error (500).  I assume I'm doing something right since I
can access the status page. Here is the relevant info:

#jserv.log:
[26/01/1999 03:21:46:886] (INFO) wrapper: Java VM spawned (PID=5398|PPID=5345)
[26/01/1999 03:21:48:933] (INFO) wrapper: JVM Exited, restarting it (my
PID=5345)
[26/01/1999 03:21:48:936] (INFO) wrapper: Java VM spawned (PID=5408|PPID=5345)
[26/01/1999 03:21:50:744] (INFO) Apache JServ Module is initializing (ap_child)
[26/01/1999 03:21:50:983] (INFO) wrapper: VM died too many times w/in 5
second intervals (6); no more tries
[26/01/1999 03:21:50:984] (INFO) wrapper: printing debugging information
(command line, env)
[26/01/1999 03:21:50:984] (INFO) wrapper: argument[ 1] /usr/local/jdk/bin/java
[26/01/1999 03:21:50:984] (INFO) wrapper: argument[ 2] org.apache.jserv.JServ
[26/01/1999 03:21:50:984] (INFO) wrapper: argument[ 3]
/usr/local/jserv/etc/jserv.properties
[26/01/1999 03:21:50:985] (INFO) wrapper: environment[ 1]
PATH=/bin:/usr/bin:/usr/local/bin
[26/01/1999 03:21:50:985] (INFO) wrapper: environment[ 2]
CLASSPATH=/usr/local/jserv/lib/Apache-JServ.jar:/usr/local/jserv/lib/jsdk.jar
[2
6/01/1999 03:22:48:747] (INFO) Apache JServ Module is initializing
(ap_child)
[26/01/1999 03:22:49:757] (INFO) Apache JServ Module is initializing (ap_child)
[26/01/1999 03:22:49:769] (INFO) Apache JServ Module is initializing (ap_child)
[26/01/1999 03:24:36:080] (INFO) ajp11: opening port 8007
[26/01/1999 03:24:36:081] (EMERGENCY) ajp11: can not connect to host
128.253.199.253:8007
[26/01/1999 03:24:36:082] (EMERGENCY) ajp11: connection fail
[26/01/1999 03:24:36:082] (ERROR) an error returned handling request via
protocol "ajpv11"
[26/01/1999 03:25:12:762] (INFO) Apache JServ Module is initializing (ap_child)
[26/01/1999 03:25:16:773] (INFO) Apache JServ Module is initializing (ap_child)

#jserv.conf:
LoadModule jserv_module libexec/mod_jserv.so
ApJServManual off
ApJServProperties /usr/local/jserv/etc/jserv.properties
ApJServLogFile /usr/local/jserv/jserv.log
ApJServDefaultProtocol ajpv11
ApJServDefaultHost psy-s.cjas.org
ApJServDefaultPort 8007
ApJServSecretKey DISABLED
ApJServMount /example /example
ApJServMountCopy on
<Location /jserv/>
  SetHandler jserv-status
  order deny,allow
  deny from all
  allow from all
</Location>

#jserv.properties:
wrapper.bin=/usr/local/jdk/bin/java
wrapper.class=org.apache.jserv.JServ
wrapper.classpath=/usr/local/jserv/lib/Apache-JServ.jar
wrapper.classpath=/usr/local/jserv/lib/jsdk.jar
port=8007
zones=example
example.properties=/usr/local/jserv/etc/example.properties
security.maxConnections=50
security.allowedAddresses=127.0.0.1
security.authentication=false
trace=false
trace.file=jserv.log
trace.timestamp=true
trace.dateFormat=[dd/MM/yyyy HH:mm:ss:SSS zz]
trace.channel.init=true
trace.channel.terminate=true
trace.channel.serviceRequest=true
trace.channel.authentication=true
trace.channel.requestData=true
trace.channel.responseHeaders=true
trace.channel.signal=true
trace.channel.exceptionTracing=true
trace.channel.servletManager=true

#and example.properties:
repositories=/usr/local/jserv/servlet/example
autoreload.classes=true
autoreload.file=true
init.timeout=10000
destroy.timeout=10000
session.timeout=1800000
session.checkFrequency=30000
singleThreadModelServlet.initialCapacity=5
singleThreadModelServlet.incrementCapacity=5
singleThreadModelServlet.maximumCapacity=10

thanks in advance for any help,

John David Garza
[EMAIL PROTECTED]




----------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://www.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to