James Robertson wrote:
> 
> I have been having some trouble configuring JServ
> to work with Apache on a Debian 2.1 Linux box.
> The Apache JServ 1.0b3 Status web page is viewable,
> as is the configured-hosts page. It displays the following information:
> 
[...]
> 
> Well, obviously the Java VM dying is not good,
> but I don't have any ideas as to the cause or how to fix it.

Try starting JServ manually (first set ApJServManual on in your
httpd.conf and restart Apache) by a simple shell script:

--
#!/bin/sh

HERE=/home/damian/jserv
cd $HERE

CLASSPATH=".:/usr/local/java/lib/classes.zip:/home/damian/JSDK2.0/lib/jsdk.jar:/home/damian/jserv/jserv.jar"

/usr/local/java/bin/java -classpath $CLASSPATH org.apache.jserv.JServ
$HERE/conf/jserv.properties 
--

Make sure that the classpath and path to the jvm set above is the same
as you are setting up in your jserv.properties file. I've found this
useful in debugging configuration problems


> Nor do I fully understand zones, particularly the first reference
> to /servlets in the ApJServMount statement.
> 

There are good explanations at:

http://java.apache.org/jserv/zones.html

and in the FAQ:

http://java.apache.org/faq/fom-serve/cache/53.html


Damian

-- 
Damian Fauth                     John Fairfax Holdings Ltd
Software Engineer                        201 Sussex Street
Ph: +61 2 9282 3528                      Sydney  NSW  2000
Fax: +61 2 9282 2256          [EMAIL PROTECTED]


----------------------------------------------------------------
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