Friday, March 20, 2015

Change the context root of an application ADF


Steps:

  1. Right Click on the UI project
  2. Go to Project Properties
  3. Select Java EE Application 
  4. Under Java EE Wen Context Root: <Give the name you want and save> 
     By default all the jspx pages have /faces/ in the url, you can rename the <url pattern> in web.xml , servlet mappings 

No comments: