You mean to run Tomcat?
put -server in the CATALINA_OPTS environment variable.
-server will tell the java command to use the virtual machine optimized for non-gui applications which is exactly what you want for running Tomcat. If you don't supply -server, then you will be using the client VM by default.
Jake
At 01:02 AM 11/2/2002 -0100, you wrote:
Anyone ever tried the -server Java command line option in JSP applications?Felipe Schnack Analista de Sistemas [EMAIL PROTECTED] Cel.: (51)91287530 Linux Counter #281893 Faculdade Ritter dos Reis www.ritterdosreis.br [EMAIL PROTECTED] Fone/Fax.: (51)32303328 -- To unsubscribe, e-mail: <mailto:tomcat-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>
