How to fix Servlet as is not available error

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • madank
    New Member
    • Aug 2010
    • 6

    How to fix Servlet as is not available error

    while i am trying to execute struts basci prg i m getting this error. is it the problem with struts.config.x ml file or what



    HTTP Status 404 - Servlet as is not available

    --------------------------------------------------------------------------------

    type Status report

    message Servlet as is not available

    description The requested resource (Servlet as is not available) is not available.


    --------------------------------------------------------------------------------

    Apache Tomcat/5.0.25
  • Oralloy
    Recognized Expert Contributor
    • Jun 2010
    • 988

    #2
    madank,

    have you even been able to get a "Hello World" servlet to run?

    The problem is that Apache isn't even seeing your servlet's description, so it has no clue about how to load and execute it.

    Comment

    Working...