How do I set up Tomcat to run in-process inside Netscape 4.1?
Created May 8, 2012
Robert Waite
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:gcIf people are interested in all them, I will try to get a complete listing up here soon.