Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Marking servlet action as unavailable

843841Jul 3 2007
Hi,

I was running my application in Eclipse, it works fine.

when i deployed my war file in tomcat/webapp/myapp.war.
it throws error in tomcat/logs/log like,

2007-07-03 14:01:29 StandardContext[myapp]Marking servlet action as unavailable
2007-07-03 14:01:29 StandardContext[myapp]Servlet /myapp threw load() exception.

when i try, http://localhost:8080/myapp/jsp/login.jsp
it in browser, it throws,

HTTP Status 404 - Servlet action is not available
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 31 2007
Added on Jul 3 2007
0 comments
303 views