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




-- 
View this message in context: 
http://www.nabble.com/How-will-we-go-diectly-to-the-catalog-login-page--tp19084456p19084456.html
Sent from the OFBiz - User mailing list archive at Nabble.com.

Reply via email to