How to set jvmRoute outside of server.xml

2008-08-13 Thread Bill Shaffer
Hi: I am trying to find a way to set the jvmRoute without putting it in my server.xml. I'm using 6.0.18. I've found a couple of things: The Tomcat config reference System Properties section says I can set it on the java command line with a -DjvmRoute option. This did not work. Another

RE: How to set jvmRoute outside of server.xml

2008-08-13 Thread Bill Shaffer
Martin: Yes, I am running more than one tomcat in a load balanced environment, and am trying to do so with a shared config file, as the jvmroute is the only thing that changes in the server.xml. I was hoping to find a way to specify the jvmroute parameter other than in the Engine config (or

RE: How to set jvmRoute outside of server.xml

2008-08-13 Thread Bill Shaffer
... Bill Date: Wed, 13 Aug 2008 17:24:52 +0100 From: [EMAIL PROTECTED] To: users@tomcat.apache.org Subject: Re: How to set jvmRoute outside of server.xml Bill Shaffer wrote: Hi:I am trying to find a way to set the jvmRoute without putting it in my server.xml. I'm using 6.0.18. I've found a couple