0

I have installed tomcat server on my eclipse and started it but when i hit the url i am getting error. I have set the port number as 8080.

The error message is : HTTP Status 404 - /Basic_Struts2_Ant/index.action

type Status report

message /Basic_Struts2_Ant/index.action

description The requested resource is not available. Apache Tomcat/7.0.34

Akash Goswami
  • 306
  • 3
  • 14

1 Answers1

0

Check the tomcat logs for any errors. Also check if the application is deployed in the path specified in -Dwtp.deploy. You can find this property in the VM argument of the server.

Rahav
  • 23
  • 4