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
rs, Pete -----Ursprüngliche Nachricht----- Von: Pid [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 1. März 2007 11:09 An: Tomcat Users List Betreff: Re: AW: Cannot run JVM in server mode with JSVC java "-server" is the switch you need, not "-jvm server" Peter Neu wrote: Hello,

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

2007-03-01 Thread Peter Neu
ent mode. :o( Cheers, Pete > -Ursprüngliche Nachricht- > Von: Pid [mailto:[EMAIL PROTECTED] > Gesendet: Donnerstag, 1. März 2007 11:09 > An: Tomcat Users List > Betreff: Re: AW: Cannot run JVM in server mode with JSVC > > java "-server" is the switch y

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

2007-03-01 Thread Pid
. Februar 2007 08:01 An: 'Tomcat Users List' Betreff: AW: Cannot run JVM in server mode with JSVC Hello, can somebody please help don't know how to solve this. Cheers, Pete -Ursprüngliche Nachricht- Von: Peter Neu [mailto:[EMAIL PROTECTED] Gesendet: Diensta

AW: Cannot run JVM in server mode with JSVC

2007-03-01 Thread Peter Neu
Hello, is this question better asked in the dev mailing list or where should I ask? Cheers, Pete > -Ursprüngliche Nachricht- > Von: Peter Neu [mailto:[EMAIL PROTECTED] > Gesendet: Mittwoch, 28. Februar 2007 08:01 > An: 'Tomcat Users List' > Betreff: AW: Cann

AW: Cannot run JVM in server mode with JSVC

2007-02-27 Thread Peter Neu
Hello, can somebody please help don't know how to solve this. Cheers, Pete > -Ursprüngliche Nachricht- > Von: Peter Neu [mailto:[EMAIL PROTECTED] > Gesendet: Dienstag, 27. Februar 2007 12:43 > An: users@tomcat.apache.org > Betreff: Cannot run JVM in s

Cannot run JVM in server mode with JSVC

2007-02-27 Thread Peter Neu
Hello, I need to run the JVM in server mode but jsvc does not switch to the server mode despite the configuration below. There aren't even any error messages. Can somebody please tell me what's wrong? Cheers, Pete JAVA_HOME1=/usr/local/jdk1.5.0_06 CATALINA_HOME=/usr/local/jak