On Wed, Mar 31, 1999 at 12:30:56PM +0200, Achim Hauck wrote:
> [31/03/1999 11:57:16:009] (INFO) wrapper: JVM Exited, restarting it (my
> PID=1657)
> [31/03/1999 11:57:16:014] (INFO) wrapper: Java VM spawned
> (PID=1672|PPID=1657)
JServ dies, probably a config error.
> When I try to access myserver/example/Hello I get an Internal Error
> message and the following error in jserv.log:
This just indicates that your serlvet engine isn't running (jserv).
> jserv.conf:
> -----------
You mean httpd.conf, right?
> ApJServLogFile /var/adm/apache_jserv.log
Can your web server write to this dir?
> ApJServMount /example /example
Try:
ApJServMount /example ajpv11://localhost/example
where servlet is your 'zone' and make sure that matches your zone
property file.
> jserv.properties:
> -----------------
> wrapper.bin=/usr/local/jdk1.2/bin/java
> wrapper.class=org.apache.jserv.JServ
> wrapper.path=/usr/local/jdk1.2/bin
> wrapper.classpath=/usr/local/jdk1.2/lib:.
Use an extra wrapper.classpath for the '.' and you probably want to get
rid of the whole line.
>
>wrapper.classpath=/var/opt/apache/apache_1.3.0/java/Apache-JServ-1.0b2/src/java/Apache-JServ.jar
> wrapper.classpath=/usr/local/jdk1.2/JSDK2.0/lib/jsdk.jar
> wrapper.classpath=/usr/local/jdk1.2/JSDK2.0/src
Drop this line unless you have your own stuff here.
> port=8007
> zones=example
Ok.
How does your zone config look like? Are you using the "right" dll?
/Allan
--
Allan M. Wind mailto:[EMAIL PROTECTED]
Manager Information Systems phone: 781.359.9791 (general)
Integration Associates, Inc. phone: 781.273.0195 ext. 205 (direct)
55 Cambridge Street, Suite 301 fax: 781.359.9789
Burlington, MA 01803 http://www.sap-help.com
----------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html/>
Problems?: [EMAIL PROTECTED]