Reputation: 65
I want to start the tomcat service automatically before user login,but I can not modify the settings in the services.msc. what can I do ?
Upvotes: 1
Views: 3235
Reputation: 52516
You must login as administrator to change items in services.msc
. This is a tutorial about this: How to Log in as an Administrator on Windows 7
Upvotes: 0
Reputation: 1788
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)
then right Click "Apache Tomcat" > Properties
then Set "Startup Type" to Automatic
Now click Start or restart your pc
Upvotes: 1