RE: Can I use the Hotspot JVM to run tomcat

2002-02-01 Thread Anton Brazhnyk
Hi, -Original Message- From: Antony Stace [mailto:[EMAIL PROTECTED]] Sent: Friday, February 01, 2002 2:57 AM To: Tomcat Users List Subject: Re: Can I use the Hotspot JVM to run tomcat With java included with JDK1.4 there is an option -server from the man page it says

RE: Can I use the Hotspot JVM to run tomcat

2002-01-31 Thread Reynir Hübner
In fact there is no -servlet option, and you are probably using hotspot right now. You can choose between the -hotspot to select the hotspot VM -server to select the server VM -classic to select the classic VM Default is hotspot JVM so, if you are using tomcat as it

Re: Can I use the Hotspot JVM to run tomcat

2002-01-31 Thread Antony Stace
With java included with JDK1.4 there is an option -server from the man page it says -server Selects the Java HotSpot server VM. In the file /etc/bin/dtomcat4 there is no mention of hotspot or server, it has JPDA_OPTS="-classic -Xdebug -Xnoagent