To ensure your JSP are accessed via the controler, you can put your JSP in
WEB-INF directory (not shown to users by HTTP server). I'm not sure it works
with every Servlet container.

You can also use the welcome-file-list to define the URL of your home page,
that can be a "xx.do" URL.

Nico


> Hi all,
> I have an application following struts. How can I make sure that my home
> page of the application (home.jsp) is called through a controller servlet.
> If my ActionServlet's url mapping is *.do, then user should not be able to
> access the home page by typing  http://....../home.jsp in the url
>
>
> If anybody can help.
>
>
> thanx,
> ---------anjali
>



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to