Weblogic Error 403--Forbidden

前端 未结 7 1124
名媛妹妹
名媛妹妹 2020-12-28 18:42

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

7条回答
  •  时光说笑
    2020-12-28 19:39

    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.

提交回复
热议问题