Hello Syed,
Your problem seems to be that yo,
March 13, 2007 at 3:47 PM
Hello Syed,
Your problem seems to be that you are trying to access a jsp page inside the WEB-INF directory. Normally these pages are not stored in there unless you don't want them to be accessed directly (WEB-INF is a protected directory).
In other words, if you want to execute that page store it outside the WEB-INF, otherwise you must create a servlet that redirects (internal redirection or inclusion) to that page.