No matter which page i run... i should get the home page first

Hi,
i have some jspx pages in my application
No matter which page i run... i should get the home page first
Because there is a chance that the user might remember the url of a certain page and copy paste that one in the browser... in such type of scenarios also home page should come first
After i implemented Adf security in the redirect upon successful login i took the home.jspx page... but it is not going to home.jspx when i run some 'x' page and give the credentials for authentication.
This for our project they dont want to implement at taskflow level for each and every taskflow... is there any higher level where we can implement such feature because home page is common for all.
Thanx,

No matter which page i run... i should get the home page first
Because there is a chance that the user might remember the url of a certain page and copy paste that one in the browser... in such type of scenarios also home page should come first
After i implemented Adf security in the redirect upon successful login i took the home.jspx page... but it is not going to home.jspx when i run some 'x' page and give the credentials for authentication.Just create a filter and put some logic like the one below:
  if(!request.getRequestURI().contains("homePage"))
             ((HttpServletResponse)servletResponse).sendRedirect("http://server/yourApp/faces/homePage");
  else
      filterChain.doFilter(request, servletResponse);You can easily search for how to create a web application filter and register it in web.xml ..

Similar Messages

Maybe you are looking for

  • Not able to access the Database & Clusterware from OEM Console.

    hi, I had installed Oracle RAC 11g R2 in RHEL 5.3 Operating environment. I had installed my Oracle RAC with Enterprise Manager Console. Its with the defailt port 1158. After the installation when i try to access my EM Console, i was not able to acces

  • Mac Pro 10.6.5 100baseTX Full Duplex Not Working

    Hi Guys, I am having some trouble with the Mac Pros that I support in my office (Early 2009 Model). Our network uses 100baseTX Full Duplex on all of our connections in a mixed PC/Mac environment. This was working perfectly fine until we updated our M

  • Retriving data from database through EntityBean to WebDynpro

    Dear SDN's, I have integrated my EJB appliaction into WebDynpro via Data Access Command Bean. Here is my scenario. 1.Created a Dictionary Project, 2.Created a EntityBean, In Entity Bean, i have created a finder method using the query - FindByAllAccou

  • Upload through inline IPS increases inspection load

    The   IPS-4240-K9  [IPS Version 7.0(4) E4] is deployed in inline mode before the ASA and perimeter router .The design is  LAN->IPS->ASA->Internet Router.The problem is that when i am uploading on the internet the IPS inspection load increased to 100%

  • Created Infobects in DEV server and Transported to QA now I want to delete

    Hello All Created Infobects(10) in DEV server and Transported to QA now I want to delete two infobjects from QA/NOW how to delete in QA? should I delete in DEV and transport to QA,if I do like this will that deleted objects will disappear from QA?sho