It is in corejspbean.war and after trying out <url-pattern>/StringBean.jsp</url-pattern>, the access is restricted only to the StringBean.jsp which was the real need. Thanks.
A little curious about URL pattern if it is in webapps/corejspbean.. Does the pattern change? Is there any rule/documentation mentioing this? On Sun, Mar 28, 2010 at 6:42 PM, Konstantin Kolinko <knst.koli...@gmail.com>wrote: > 2010/3/28 Binu Kuttikkattu Idicula <binukuttikka...@googlemail.com>: > > The exact URL which I access is > > http://localhost:8080/corejspbean/StringBean.jsp . How do I define a > > URLPattern for this? > > <url-pattern>/StringBean.jsp</url-pattern> > > I suppose that your application is "corejspbean.war" or is in > webapps/corejspbean > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > For additional commands, e-mail: users-h...@tomcat.apache.org > >