Howdy, Tomcat uses one JVM: you define $JAVA_HOME and that's what it uses. The options are defined via $JAVA_OPTS, e.g. in $CATALINA_HOME/bin/catalina.sh. There are other places you can define these as well.
All the webapps share the same JVM instance and properties, except of course classpath which is covered in the classloader how-to included with the tomcat documentation. Yoav Shapira Millennium ChemInformatics >-----Original Message----- >From: Volker [mailto:[EMAIL PROTECTED] >Sent: Tuesday, July 22, 2003 7:31 AM >To: [EMAIL PROTECTED] >Subject: Setting jvm running compiled servlets! > >Hello, > >can someone please tell me how/where to define the jvm and the starting >options for running compiled servlets? > >Or does tomcat make use of the same jvm it was started with? > > >Thanks and regards > >Volker > > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] This e-mail, including any attachments, is a confidential business communication, and may contain information that is confidential, proprietary and/or privileged. This e-mail is intended only for the individual(s) to whom it is addressed, and may not be saved, copied, printed, disclosed or used by anyone else. If you are not the(an) intended recipient, please immediately delete this e-mail from your computer system and notify the sender. Thank you. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
