Hello folks,
I just wanted to ask confirm about passing params as Xms to tomcat while it is running as a service. Here is what I found:
For Tomcat on NT as a service, you can set the -Xms and -Xmx in the
registry. Its HKEY_LOCAL_MACHINE\Service\CurrentControlSet\<Name
of
Service>\Configuration. You can add new JVM Option Number X (and
make sure
to increment the JVM Option Count key) to contain the additional
parameters.
Tomcat as service I wanted to ask you guys, in case I have
and I don't increase it, but add a new (5.th JVM option) in the registry will it just be ignored??? And the order of the options passed to the JVM odes not matter?
Any help will be appreciated.