How can I use Weblogic (12 C) without the application context in the URL?

前端 未结 2 972
野趣味
野趣味 2020-12-20 22:45

I am working on a web project that requires Weblogic server and the only way I can view the site after deploying (on my Macbook Pro) is by specifying the application name as

2条回答
  •  轮回少年
    2020-12-20 23:31

    In application.xml specify the below setting

           
              yourweb.war
              /
           
    

    Now you can make a call without context root as

            http://localhost:7001/
    

提交回复
热议问题