----------------------------------------------------------------
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!!!
----------------------------------------------------------------
"Sasvata (Shash) Chatterjee" wrote:
>
> jon * wrote:
>
> > You should NEVER get JVM crashing like that and the fact that you do shows
> > that it is NOT a problem with Apache JServ. You have a problem with running
> > JVM's on your system. Period. This is not an Apache JServ issue.
>
> I do not disagree with you. However, all the test applets and every other Java
>application I usually run, works just fine. To help me debug the problem, can
>somebody please show me what I have to do to start the servlet engine manually?
>
#!/bin/sh
/usr/bin/java -classpath \
:/usr/java/jdk/lib/classes.zip\
:/usr/java/JSDK2.0/lib/jsdk.jar\
:/usr/local/jserv/libexec/ApacheJServ.jar\
org.apache.jserv.JServ \
/usr/local/jserv/jserv.properties &
echo $! > /usr/local/jserv/logs/jserv.pid
Jean-Luc
--
--------------------------------------------------------------
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]