[jboss-user] [Beginners Corner] - Re: Deployment problem : project doesn't appear in the web c

PeterJ do-not-reply at jboss.com
Wed Oct 18 10:57:48 EDT 2006


I think I was in the middle of replying to your first post when you made your second post. 

I think you need to add a servlet mapping section (I made up a url pattern, you can use any pattern you like):

  <servlet-mapping>
  |     <servlet-name>ControllerServlet</servlet-name>
  |     <url-pattern>/controller</url-pattern>
  |   </servlet-mapping>

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

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



More information about the jboss-user mailing list