How do you pass options such as -Xrs to the JVM when your Tomcat container is running in-process within a Web server?
Location: http://www.jguru.com/faq/view.jsp?EID=455716 Created: Jul 16, 2001 Author: Robert Waite (http://www.jguru.com/guru/viewbio.jsp?EID=424312) Question originally posed by Brian Roggeveen (http://www.jguru.com/guru/viewbio.jsp?EID=430954 I am not sure if it works on IIS, but this worked on iPlanet (solaris). There are a couple of “undocumented” properties for the workers.properties file. Here are a couple: worker.jni.ms=300m worker.jni.mx=640m and most importantly… worker.jni.java2opts=-Xrs If you want to find more, try looking at the source for the nsapi_redirector and jni_connect.