first problem is
you using https with an non ssl port 8080
if you do a
http://localhost:8080/catalog/
this will automatically
go to
https://localhost:8080/catalog/cntrol/main
this is built in.
to deal with
http://localhost:8080/
it now redirects to /ecommerce
gopalbi sent the following on 8/21/2008 1:20 AM:
> Hello friends i need your help,
>
>
> Problem
> I have done these changes:Then it go to the
> https://localhost:8080/catalog/control/main. But the problem is that if we
> enter https://localhost:8080/webtools/control/main then it go to the
> catalog/control/main page. I need:
>
> 1. Framework/webtools/webapps/webtools/wEB-INF/web.xml
> changes:
> <init-param>
> <param-name>redirectPath</param-name>
> <param-value>/catalog/control/main</param-value>
> </init-param>
>
> 2.Framework/webtools/webapps/webtools/index.jsp
> changes:
> <%response.sendRedirect("catalog/control/main");%>
>
> Need:
> 1.If i put http://localhost:8080/ -----> Then it go to the
> http://localhost:8080/catalog/control/main page.
> 2.if i put directly this http://localhost:8080/webtools/control/main on the
> browser then the webtools page open.
>
> Please help me.
> Thanks in Advance:
>
> Thanks & reagards:
> Gopal Bisht
>
>
>
>