Prosen
Prosen

Reputation: 72

Tomcat server is running but Application is not running

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.

enter image description here

enter image description here

Upvotes: 1

Views: 8172

Answers (1)

Vignajeth
Vignajeth

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

Related Questions