> I'm using it in production, no issues. But then again I steer clear of > the practices that tend to cause issues frequently: I don't redeploy my > apps in production (when I ship a new version I do so during our > maintenance window and restart the server), I profile and test carefully > for memory leaks, I don't use apache in front of tomcat, I do use a > security manager, I do deploy and run only packed WARs, nothing > reloadable or auto-deployed...
How do you run it in production with the security manager? I've been looking at this and can't tell how to configure JSVC to use the JVM options that specify the security manager: -Djava.security.manager -Djava.security.policy==$CATALINA_HOME/conf/catalina .policy I can only get the security manager working with the bin/startup.sh script, but then since we don't run tomcat as root, I can't use ports 80 and 443. Thanks, David --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
