Sunday, June 30, 2013

How to redirect to Welcome page using conext root in ADF


Usecase : How to redirect to specific .jsp or .jspx page  just by typing a context root in ADF.
             For eg : http://localhost:7101/emp - By typing this in browser, I want to always redirect to to http://localhost:7101/emp/faces/jsp/emp/EmployeeHome.jspx

Solution: 
 - Create index.html page in Webcontent as shown below,  Provide the corresponding target URL in content attribute

No comments:

Post a Comment