[JBoss-user] [HTTPD, Servlets JSP] - Mapping Servlet, got class not found error

2004-07-07 Thread red_tulip
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-namepackage-web/display-name

servlet-nameTestServlet/servlet-name
servlet-classbeans.TestServlet/servlet-class

servlet-mapping
servlet-nameTestServlet/servlet-name
url-pattern/TestServlet/url-pattern
/servlet-mapping
/web-app



View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3841281#3841281

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=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


[JBoss-user] [HTTPD, Servlets JSP] - Re: Mapping Servlet, got class not found error

2004-07-07 Thread red_tulip

More information:

beans.TestServlet.class can be found in the /build/bean directory, along with other 
classes in the same packages.  Classes in the same package are used in .jsp files and 
all of them work fine. 

Did I miss something in web.xml or my build.xml? 

Thanks!


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3841283#3841283

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3841283


---
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


[JBoss-user] [HTTPD, Servlets JSP] - Re: Mapping Servlet, got class not found error

2004-07-07 Thread red_tulip
Sorry, the actual code is:


  | web-app
  | display-namepackage-web/display-name
  | servlet
  | servlet-nameTestServlet/servlet-name
  | servlet-classbeans.TestServlet/servlet-class
  | /servlet
  | servlet-mapping
  | servlet-nameTestServlet/servlet-name
  | url-pattern/TestServlet/url-pattern
  | /servlet-mapping
  | /web-app
  | 
  | 




View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3841284#3841284

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3841284


---
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