Reputation: 41
I installed tomcat 9.0.12 using Windows Installer .exe on windows server 2016. It was running fine on port 8080. I had also logged into tomcat service using server admin credentials, not local system.
I wanted to run on port 80 so made the required changes in server.xml but no effect. I reverted the changes(had backed up server.xml).
So I stopped the tomcat service, tried uninstalling using uninstall exe present in tomcat directory but it it prompted me:
No service name specified to uninstall. This will be provided automatically if you uninstall via Add/Remove Programs or the shortcut on start menu. Alternatively, call the installer from the command line with -ServiceName=""
What would be the best way to install tomcat now?
Upvotes: 1
Views: 22702
Reputation: 1
u need to delete service name from windows registry then u can install tomcat from same service name
Upvotes: 0