AW: AW: AW: Cannot run JVM in server mode with JSVC

2007-03-13 Thread Peter Neu
earch path and everything went all right. ;o) Thanks for the help! Cheers, Pete > -Ursprüngliche Nachricht- > Von: news [mailto:[EMAIL PROTECTED] Im Auftrag von Bill Barker > Gesendet: Samstag, 3. März 2007 04:35 > An: users@tomcat.apache.org > Betreff: Re: AW: A

Re: AW: AW: Cannot run JVM in server mode with JSVC

2007-03-02 Thread Bill Barker
The correct syntax is '-jvm server' (assuming that you are using Sun's JVM). The last error you posted from trying this was because you forgot to escape the CR at the end (no '\' at the end of the line). As a result, the shell took the next argument line as the next command line. To get a bett

RE: AW: AW: Cannot run JVM in server mode with JSVC

2007-03-02 Thread Caldarale, Charles R
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Subject: Re: AW: AW: Cannot run JVM in server mode with JSVC > > So please, how do I get jsvc to start the jvm in server mode? Well, you could change your JAVA_HOME/jre/lib/[arch]/jvm.cfg file to put the -server entry first; th

Re: AW: AW: Cannot run JVM in server mode with JSVC

2007-03-02 Thread Peter . Neu
I know the server hardware is "beefy" enough to handle server mode. ;o) cheers, Pete Original-Nachricht Datum: Fri, 02 Mar 2007 15:01:04 + Von: Pid <[EMAIL PROTECTED]> An: Tomcat Users List CC: Betreff: Re: AW: AW: Cannot run JVM in server mode with JSVC &g

Re: AW: AW: Cannot run JVM in server mode with JSVC

2007-03-02 Thread Pid
Caldarale, Charles R wrote: From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Subject: Re: RE: AW: AW: Cannot run JVM in server mode with JSVC This is a serious shows-stopper for me because I need to run a web app which only works in server mode. :o( Can you elaborate on that? From an

RE: RE: RE: AW: AW: Cannot run JVM in server mode with JSVC

2007-03-02 Thread Caldarale, Charles R
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Subject: Re: RE: RE: AW: AW: Cannot run JVM in server mode with JSVC > > That's what I thought too. It's a bit complicated and > the people at Alfresco have messed up a bit with > the hibernate api so their ap

Re: RE: RE: AW: AW: Cannot run JVM in server mode with JSVC

2007-03-02 Thread Peter . Neu
TED]> An: "Tomcat Users List" CC: Betreff: RE: RE: AW: AW: Cannot run JVM in server mode with JSVC > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > > Subject: Re: RE: AW: AW: Cannot run JVM in server mode with JSVC > > > > This is a serious shows-stopper

RE: RE: AW: AW: Cannot run JVM in server mode with JSVC

2007-03-02 Thread Caldarale, Charles R
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Subject: Re: RE: AW: AW: Cannot run JVM in server mode with JSVC > > This is a serious shows-stopper for me because I need to run > a web app which only works in server mode. :o( Can you elaborate on that? From an applicat

Re: AW: AW: Cannot run JVM in server mode with JSVC

2007-03-02 Thread Peter . Neu
By config you still mean the shell script, right? It looks like this. I have removed the -server parameter from the CATALINA_OPTS variable since the script won't execute properly with it. -Pete JAVA_HOME1=/usr/local/jdk1.5.0_06 CATALINA_HOME=/usr/local/jakarta-tomcat-5.5.9 DAEMON_BIN=/usr/loc

Re: AW: AW: Cannot run JVM in server mode with JSVC

2007-03-02 Thread Pid
which only works in server mode. :o( cheers, Pete Original-Nachricht Datum: Thu, 1 Mar 2007 14:01:50 -0700 Von: [EMAIL PROTECTED] An: users@tomcat.apache.org CC: Betreff: RE: AW: AW: Cannot run JVM in server mode with JSVC An easier way to do it would be to add it in your

Re: RE: AW: AW: Cannot run JVM in server mode with JSVC

2007-03-02 Thread Peter . Neu
Datum: Thu, 1 Mar 2007 14:01:50 -0700 Von: [EMAIL PROTECTED] An: users@tomcat.apache.org CC: Betreff: RE: AW: AW: Cannot run JVM in server mode with JSVC > An easier way to do it would be to add it in your $CATALINA_OPTS variable. > So get rid of the extra stuff you added and instead a

RE: AW: AW: Cannot run JVM in server mode with JSVC

2007-03-01 Thread ScottAnders
deCacheSize=64m -Dcom.sun.management.jmxremote " -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, March 01, 2007 7:30 AM To: Tomcat Users List Subject: Re: AW: AW: Cannot run JVM in server mode with JSVC Hi, sorry for the email junk. They make me use Outlook whic

Re: AW: AW: Cannot run JVM in server mode with JSVC

2007-03-01 Thread Peter . Neu
mmand line arguments I added the option like you said in your mail. :o( cheers, Pete Original-Nachricht Datum: Thu, 01 Mar 2007 13:37:24 + Von: Pid <[EMAIL PROTECTED]> An: Tomcat Users List CC: Betreff: Re: AW: AW: Cannot run JVM in server mode with JSVC > OK,

Re: AW: AW: Cannot run JVM in server mode with JSVC

2007-03-01 Thread Pid
OK, 1) Please ONLY reply to the list, you do not need to add my address as well - you're joining the merry band of new listers who seem to insist on sending me the same message twice. 2) "-server", just "-server", not "java "-server"" and 3) definitely not "jvm anything" or "-jvm "-server""

AW: AW: Cannot run JVM in server mode with JSVC

2007-03-01 Thread Peter Neu
Hi, if I put his in the shell script case "$1" in start) $DAEMON_BIN \ -java "-server" -user $TOMCAT_USER \ -home $JAVA_HOME1 \ -Dcatalina.home=$CATALINA_HOME \ -Djava.io.tmpdir=$TMP_DIR \ -outfile $CATALINA_HOME/logs/catalina.out \ -errfile '&1' \ $CATALINA_OPTS \ -cp $CLASSPATH \