[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Servlet is not displaying

PeterJ do-not-reply at jboss.com
Tue Aug 22 16:05:10 EDT 2006


You need to either add a welcome-file-list to your web.xml:

  <welcome-file-list>
  |     <welcome-file>TestServlet</welcome-file>
  |   </welcome-file-list>

or use the following url:

http://localhost:8080/testservlet/TestServlet

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

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



More information about the jboss-user mailing list