WebLogic 省略项目名称

希望 WebLogic 部署的项目,不需要输入项目名,直接通过IP端口访问。

在 WEB-INF 目录下添加文件 weblogic.xml

<?xml version="1.0" encoding="UTF-8"?> 
<weblogic-web-app> 
  <context-root>/</context-root> 
</weblogic-web-app> 
posted @ 2019-03-14 10:56  吴思老  阅读(457)  评论(0)    收藏  举报