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 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 source on the web said that I could set a -D option on the command line and then 
reference that as a variable within server.xml (java ... -Doption=value ..., and then in 
server.xml, jvmRoute="${option}".  This did not work either.

Given that both these options should work, it sounds like you are not setting JAVA_OPTS properly. How are you setting this at the moment?

Mark



---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to