Reputation: 72
I am facing a problem like, my tomcat server is running okay, but once I opening the application, it's showing 404 error. The maven build is successful of the application and I deployed the .war file manually in webapps folder. I am clicking on startup.bat under bin folder. My server startup port is 8082. Please find the screen attached below and provide a suggestion.
Upvotes: 1
Views: 8172
Reputation: 708
rename and place your war file as ROOT.war and remove existing ROOT.war, directory ROOT in /usr/local/tomcat/webapps ,then restart the tomcat service
if the problem still persists then please display your tomcat logs from /usr/local/tomcat/logs
Upvotes: 1