tomcat 6 start mode setting for production
        Posted  
        
            by 
                Ryan Fernandes
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by Ryan Fernandes
        
        
        
        Published on 2010-05-17T08:47:51Z
        Indexed on 
            2011/01/17
            11:55 UTC
        
        
        Read the original article
        Hit count: 315
        
Tomcat 6 (as a windows service) seems to have a 'Start Mode' with options of 'java, jvm or exe' which can be set via the Tomcat Monitor (system tray icon).
if I set this to 'java', I can see a forked 'java.exe' process for tomcat, if I chose either of the other two, I dont see a separate process.
Anyway, would like to know if anyone has any information about what these settings mean and which one would be most appropriate in production.
© Server Fault or respective owner