RE: jsvc and the -server option

2004-06-28 Thread Mariano
: viernes, 25 de junio de 2004 17:28 Para: '[EMAIL PROTECTED]' Asunto: jsvc and the -server option I've seen a few references to this issue, but no solution. I can't seem to figure out how to pass the -server option to the jvm via jsvc. Jsvc only recognizes -D and -X values getting passed, and I'd

Re: jsvc and the -server option

2004-06-27 Thread Harry Mantheakis
Hello Hadn't heard about any instability on the server VM. Anybody? The -server option works fine for me on RedHat 9 and Java 1.4.2_xxx. In a recent article: http://www.kano.net/javabench/ The author is minded to write: The results I got show that no one should ever run the client JVM

RE: jsvc and the -server option

2004-06-27 Thread Patrick Glennon
and the -server option The correct option is: -jvm server You can run 'jsvc -help' to see which JVM options it is able to find. Note that for at least some 1.4 JVMs, you need to upgrade the source from commons-daemon, since the version that ships with Tomcat doesn't handle detection correctly. Patrick

Re: jsvc and the -server option

2004-06-27 Thread Bill Barker
: jsvc and the -server option The correct option is: -jvm server You can run 'jsvc -help' to see which JVM options it is able to find. Note that for at least some 1.4 JVMs, you need to upgrade the source from commons-daemon, since the version that ships with Tomcat doesn't handle detection

jsvc and the -server option

2004-06-25 Thread Patrick Glennon
I've seen a few references to this issue, but no solution. I can't seem to figure out how to pass the -server option to the jvm via jsvc. Jsvc only recognizes -D and -X values getting passed, and I'd obviously prefer to run the server version of the VM. I can't find an equivalent command to

Re: jsvc and the -server option

2004-06-25 Thread QM
:I can't seem to figure out how to pass the -server option to the jvm via :jsvc. Jsvc only recognizes -D and -X values getting passed, and I'd :obviously prefer to run the server version of the VM. It's a long shot, but many switches have -X counterparts. It's worth a look. :I can't believe

RE: jsvc and the -server option

2004-06-25 Thread Patrick Glennon
To: [EMAIL PROTECTED] Subject: Re: jsvc and the -server option :I can't seem to figure out how to pass the -server option to the jvm via :jsvc. Jsvc only recognizes -D and -X values getting passed, and I'd :obviously prefer to run the server version of the VM. It's a long shot, but many switches have

Re: jsvc and the -server option

2004-06-25 Thread Bill Barker
The correct option is: -jvm server You can run 'jsvc -help' to see which JVM options it is able to find. Note that for at least some 1.4 JVMs, you need to upgrade the source from commons-daemon, since the version that ships with Tomcat doesn't handle detection correctly. Patrick Glennon