Re: Tomcat and -server option

2004-11-15 Thread Ronald Klop
System.getProperty(...); java.vm.name=Java HotSpot(TM) Client VM (I'm not running with -server option...) Ronald. On Wed Nov 10 19:28:39 CET 2004 Mufaddal Khumri [EMAIL PROTECTED] wrote: Hi, I have specified the -server option in my catalina.sh using JAVA_OPTS. JAVA_OPTS=-server

Re: Tomcat and -server option

2004-11-15 Thread Ronald Klop
:[EMAIL PROTECTED] Sent: Friday, November 12, 2004 3:14 PM To: Tomcat Users List Subject: RE: Tomcat and -server option From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Subject: RE: Tomcat and -server option Is there a way to make sure that my JVM is taking the -server flag into consideration? I'm

Re: Tomcat and -server option

2004-11-15 Thread Ronald Klop
java.library.path=/usr/local/j2sdk1.4.2_05/jre/lib/i386/client:... ^^ java.vm.name=Java HotSpot(TM) Client VM ^^ Ronald. On Wed Nov 10 19:28:39 CET 2004 Mufaddal Khumri [EMAIL PROTECTED] wrote: Hi, I have

Re: Tomcat and -server option

2004-11-15 Thread Mufaddal Khumri
My observations have been similar as well. We discussed this on the Java Apple list as well and it seems that different vendors implement this differently. On Nov 15, 2004, at 5:59 AM, Ronald Klop wrote: java.library.path=/usr/local/j2sdk1.4.2_05/jre/lib/i386/client:...

RE: Tomcat and -server option

2004-11-14 Thread Chong, Kwong
and take it from there KC. -Original Message- From: Mike Curwen [mailto:[EMAIL PROTECTED] Sent: Saturday, 13 November 2004 11:46 AM To: 'Tomcat Users List' Subject: RE: Tomcat and -server option You might need a space here, depending on what else is being constructed and sent

RE: Tomcat and -server option

2004-11-12 Thread Caldarale, Charles R
From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Subject: RE: Tomcat and -server option Is there a way to make sure that my JVM is taking the -server flag into consideration? I'm not aware of a programmatic way to verify this. The Java property java.vm.name (use System.getProperty

RE: Tomcat and -server option

2004-11-12 Thread Shapira, Yoav
Hi, Cool, good tip. Yoav Shapira http://www.yoavshapira.com -Original Message- From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: Friday, November 12, 2004 3:14 PM To: Tomcat Users List Subject: RE: Tomcat and -server option From: Shapira, Yoav [mailto:[EMAIL PROTECTED

Re: Tomcat and -server option

2004-11-12 Thread Mufaddal Khumri
, good tip. Yoav Shapira http://www.yoavshapira.com -Original Message- From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: Friday, November 12, 2004 3:14 PM To: Tomcat Users List Subject: RE: Tomcat and -server option From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Subject: RE: Tomcat

RE: Tomcat and -server option

2004-11-12 Thread Caldarale, Charles R
From: Mufaddal Khumri [mailto:[EMAIL PROTECTED] Subject: Re: Tomcat and -server option Does java.vm.name display the mode the JVM is executing in or its name of the JVM installed on my machine? It's the mode you're executing in. I don't have a UNIX/Linux system handy, but on a Windows

RE: Tomcat and -server option

2004-11-12 Thread Mike Curwen
To: Tomcat Users List Subject: Re: Tomcat and -server option Hi, I have: JAVA_OPTS=-server -Djava.awt.headless=true -Xms1g -Xmx1g -Dfile.encoding=ISO-8859-1 in catalina.sh I just tried: logger.info(java.vm.name: + System.getProperty(java.vm.name)); and i get: INFO

Tomcat and -server option

2004-11-10 Thread Mufaddal Khumri
Hi, I have specified the -server option in my catalina.sh using JAVA_OPTS. JAVA_OPTS=-server -Djava.awt.headless=true -Xms1g -Xmx1g -Dfile.encoding=ISO-8859-1 When I log into the manager app in tomcat I can see that its taking the correct memory settings , but I could not find a way to verify

RE: Tomcat and -server option

2004-11-10 Thread Shapira, Yoav
Hi, JAVA_OPTS=-server -Djava.awt.headless=true -Xms1g -Xmx1g -Dfile.encoding=ISO-8859-1 Wow, min 1G heap. Interesting use-case there. When I log into the manager app in tomcat I can see that its taking the correct memory settings , but I could not find a way to verify that it is taking the

Tomcat 5 -server option and log files

2004-03-12 Thread Chanan Braunstein
Hello, I am trying to get Tomcat 5 to work with the server jvm, but I am having some problems. First I tried adding -server to the java options in the configure Tomcat program. When I did that Tomcat wouldn't start. Then I set C:\j2sdk1.4.2_02\jre\bin\server\jvm.dll - This worked and using

Re: Tomcat 5 -server option and log files

2004-03-12 Thread Bill Barker
It looks like you should be able to add '-server' to the JavaOptions, but I haven't tried it. You could also do: tomcat //US//Tomcat5 --Java java --Arguments java -server As for the log redirection not working except for --Java=java, that's a known issue. I still haven't found something I'm