Hi all;
This is a question about setting java system properties, especially in
web.xml.
I have a legacy application that reads Java system properties:
System.getProperty("com.foo.timezone")
Which were once on the command line:
JAVA_OPTS="-Dcom.foo.timezone=America/Los_Angeles"
Or in resin.conf:
<system-property com.foo.timezone="America/Los_Angeles"/>
Now that I'm moving to tomcat5, how can I get the same functionality, on
the assumption than I can control only the webapp (not the tomcat
instance)? I need some file I can tweak on a per-webapp basis.
I'll put the answer up at:
http://wiki.apache.org/tomcat/HowTo#head-45c3314139cb900ddd43dde2ff671532e6e844bc
-Bryce Nesbitt
http://www.obviously.com/
---------------------------------------------------------------------
To start a new topic, e-mail: [email protected]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]