Setting system properties in standalone Tomcat 4.1.24

2004-01-26 Thread Chris Ward
Hi all, Sorry if this is a really dumb question, but how/where do I set system properties when using Tomcat 4.1.24? I've searched around but found nothing obvious. Is it in an xml file rather than a .properties file? Is it in the Java JDK? Best regards Chris

RE: Setting system properties in standalone Tomcat 4.1.24

2004-01-26 Thread Rudolf Visagie
:[EMAIL PROTECTED] Sent: Monday, January 26, 2004 3:47 PM To: Tomcat Users List Subject: Setting system properties in standalone Tomcat 4.1.24 Hi all, Sorry if this is a really dumb question, but how/where do I set system properties when using Tomcat 4.1.24? I've searched around but found nothing

RE: Setting system properties in standalone Tomcat 4.1.24

2004-01-26 Thread Chris Ward
Thanks. That's just what I needed. I thought I'd done it at some point in the past! Best regards Chris If by system properties you mean JVM (Java Virtual Machine) settings, then you can do this by setting the CATALINA_OPTS variable in the catalina.sh (unix, linux) or catalina.bat