Re: [appfuse-user] How to redirect to mainMenu page

2009-12-07 Thread Matt Raible
Do you care if /mainMenu.html shows up in the URL? If so, you should be able, you should be able to modify urlrewrite.xml to forward to mainMenu. You can read more about the UrlRewriteFilter at: http://tuckey.org/urlrewrite/ On Mon, Dec 7, 2009 at 3:40 AM, Babu wrote: > > Thanks matt, > > Ya i

Re: [appfuse-user] How to redirect to mainMenu page

2009-12-07 Thread Babu
Thanks matt, Ya i know is option.But my requirement is every one can access my url like www.mydomain.com or http://someipno:portno without login page,they need to land directly mainmenu page. How? is it possible,in our appfuse framework... Thanks -- View this message in context: http://n4.nab

Re: [appfuse-user] How to redirect to mainMenu page

2009-12-03 Thread Matt Raible
The index.jsp already does this. Why do you want to do this though? You could simply check "Remember Me" on the login screen and you won't be prompted to login again for 2 weeks (as long as you don't clear your cookies). On Thu, Dec 3, 2009 at 4:13 AM, Babu wrote: > > Hi all, > > I need to remov

[appfuse-user] How to redirect to mainMenu page

2009-12-03 Thread Babu
Hi all, I need to remove login.jsp.that means once the application called it directly goes to mainMenu.html not to login.jsp.This is for development purpose.. Thanks -- View this message in context: http://n4.nabble.com/How-to-redirect-to-mainMenu-page-tp947476p947476.html Sent from the AppFu