View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3820736#3820736
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3820736 Hi, I am trying to set up a simple application using Jboss. I am using jboss-3.2.3 and j2sdk1.4.2_03 I have set up my application and am able to hit my first page: index.jsp but after bring the user to the first page, if I am trying to hit my servlet. (my index.jsp pages posts this event ) I keep getting this error: 16:10:28,187 INFO [Engine] StandardHost[localhost]: MAPPING configuration error for request URI /bin/BaseServlet I have the follwing set up in my WEB-INF/web.xml <web-app> The standard web descriptor for the html adaptor <servlet-name>base</servlet-name> <servlet-class>classes.framework.BaseServlet</servlet-class> <init-param><param-name>timeout</param-name><param-value>600</param-value></init-param> <init-param><param-name>timeoutPage</param-name><param-value>/base/timeout.jsp</param-value></init-param> <servlet-mapping> <servlet-name>base</servlet-name> <url-pattern>/BaseServlet</url-pattern> </servlet-mapping> </web-app> Can some body please help me. Thanks, -Sam ------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user