Anybody knows how is possible to start automatically Tomcat's Monitor? Tomcatw.exe with the service's Tomcat? I tried but, it does not start.
I was trying to install like windows Services manually, but is not working.
My Tomcat services is called "Tomcat7Server" I created a services...
sc create "MoniTom" binpath "C:\DirTomcat7\bin\tomcat7w.ese //MS//Tomcat7Server"
I tryed to start my new services... but this no runs.
sc start "Monitom"
Please help me.