I am trying to run a Java EE application on weblogic. The application works fine on Tomcat. I have customized the war file to include weblogic.xml. This file includes the fo
You can add this code at the end of your web.xml file
faces/my_page.jspx
or if you are using JDeveloper you can go to Overview tab, Pages and in welcome files adding the route to the page you want to be open by defalut. Also you should add "faces/" before your page name giving the fact this is the default route to the page you create.