Hi All,

I have a tomcat on a windows2000 server .
It is run as a window service.

I want to find the service parameters like.My main idea is that i want to
increase the heap size of JVM.
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
   service_name:   The name of the service.                                 
   jvm_library:    The location of the JVM DLL under which to run the       
   service.                                                                 
   jvm_option:     An option to use when starting the JVM, such as:         
                   "-Djava.class.path=c:\classes" or "-Xmx128m".            
   start_class:    The class to load when starting the service.             
   start_method:   The method to call in the start_class. default: main     
   start_parameter:A parameter to pass in to the start_method.              
   stop_class:     The class to load when stopping the service.             
   stop_method:    The method to call in the stop_class. default: main      
   stop_parameter: A parameter to pass in to the stop_method.               
   out_log_file:   A file to redirect System.out into.                      
   err_log_file:   A file to redirect System.err into.                      
   current_dir:    The current working directory for the service.           
                   Relative paths will be relative to this directory.       
   extra_path:     Path additions, for native DLLs etc.                     
                                                                            
                                                                            
                                                                            
                                                                            




Regards,
Thangavel Sankaranarayanan.


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to