Hi,
Iam developing a web application using java, frame work struts.
I have to redirect the user, when he used to access site through
folder names.
EX :- www.mysite.com/jsp/registration/...
Now, it is showing 404 error page.
Now, i have to redirect it to home page, how can i do it?
Please help me to slove this issue.
Thanks,
Mohan
Hugo - 28 Mar 2008 18:03 GMT
On Mar 26, 11:28 pm, itmohan2...@gmail.com wrote:
> Hi,
>
[quoted text clipped - 10 lines]
> Thanks,
> Mohan
You can set this in your web container; tomcat, jboss etc. Check out
the docs.
Arne Vajhøj - 28 Mar 2008 19:51 GMT
> Iam developing a web application using java, frame work struts.
> I have to redirect the user, when he used to access site through
[quoted text clipped - 5 lines]
>
> Please help me to slove this issue.
One option is to put all the JSP's under WEB-INF.
Arne