I try to map a Servlet in web.xml file, but run the servlet, I got an error:
javax.servlet.ServletException: Wrapper cannot find servlet class beans.TestServlet


<web-app>
<display-name>package-web</display-name>

        <servlet-name>TestServlet</servlet-name>
        <servlet-class>beans.TestServlet</servlet-class>

<servlet-mapping>
        <servlet-name>TestServlet</servlet-name>
        <url-pattern>/TestServlet</url-pattern>
</servlet-mapping>
</web-app>



View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3841281#3841281

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3841281


-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to