Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Start tomcat at windows 7 startup?

Tags:

tomcat7

I have tomcat 7 installed on my windows 7 machine. To start it, I have to start it manually all the time. It does not start when I reboot my machine. Any ideas how to enable tomcat to run automatically when windows 7 boots up or is that not possible in tomcat?

like image 364
Jonathan Avatar asked Nov 15 '10 19:11

Jonathan


1 Answers

(Optional) If you've installed Tomcat as a service, you can configure it to start automatically when the computer boots:

Start > Settings > Control Panel > Administrative Tools > Services (for open service)
and then : Right Click "Apache Tomcat" > Properties
and then : Set "Startup Type" to Automatic
final : Click Start or restart your pc

***--> https://wiki.openmrs.org/display/docs/Step+3+-+Install+Tomcat

like image 163
Ruthe Avatar answered Oct 17 '22 00:10

Ruthe