1 Reply Latest reply on Jun 1, 2004 9:06 AM by shauna

    Servlets fail when migrating from 3.0.3 to 3.2.3

    shauna

      I have developed an application that works fine under the JBoss 3.0.3 bundle and have recently upgraded to 3.2.3.

      Under 3.2.3 when I try and get to a servlet I get a "The requested resource is unavailable" error. Everything is the same. The servlets even show up under the web-console. Any ideas of what I could have missed?

      Many Thanks,

      Shaun

        • 1. Re: Servlets fail when migrating from 3.0.3 to 3.2.3
          shauna

          Putting in the servlet mapping code ie.

          <servlet-mapping>
           <servlet-name>searchLesson</servlet-name>
           <url-pattern>/servlets/searchLesson</url-pattern>
           </servlet-mapping>


          in the web.xml file sorts it out.
          According to the spec this is optional, this begs the question why do I need it then?

          Shaun