On Jun 17, 2008, at 8:54 AM, Karan Malhi wrote:
If I want to set a system property in openejb-tomcat, should I set it
somewhere in
org.apache.openejb.tomcat.catalina.TomcatLoader
or is there another place to add that code
It depends on what the system property will do. Normally, we let
users set system properties via the command line or the
system.properties file. If the property is part of the integration,
we normally set in them in TomcatLoader.
Which specific property do you want to set?
-dain