How do I set up Tomcat to run in-process inside Netscape 4.1?
Location: http://www.jguru.com/faq/view.jsp?EID=440449 Created: Jun 17, 2001 Author: Robert Waite (http://www.jguru.com/guru/viewbio.jsp?EID=424312) Question originally posed by Robert Waite (http://www.jguru.com/guru/viewbio.jsp?EID=424312 For those of you interested, I have found out how to set the Tomcat jvm command line options for in-process Netscape 4.1. They are not in the Tomcat docs. You can get them by reading the source code for the nsapi_redirect and jni_connect plugins. Some of them are: worker.jni.ms=300m worker.jni.mx=640m worker.jni.java2opts=-hotspot worker.jni.java2opts=-server #worker.jni.java2opts=-classic worker.jni.java2opts=-verbose:gc If people are interested in all them, I will try to get a complete listing up here soon.