Configure Tomcat as a service (no catalina.bat)

tomcat

Solution

You have to use tomcatXw.exe (where X is your major Tomcat version) to configure the service: there are places to configure all JVM options, there.

Problem

I install Tomcat as a service using the installer from Apache website. I don't have catalina.bat in my bin folder. How can I set the permgem memory size? Any recommended size to set?

Original source