问题:<BEA-101216> <Servlet: "contextservlet" failed to preload on startup in Web application: "meremp.war
解决方案:
在程序war包中的weblogic.xml中添加
<container-descriptor>
<show-archived-real-path-enabled>true</show-archived-real-path-enabled>
</container-descriptor>
博客提出一个问题,即Servlet 'contextservlet' 在Web应用'meremp.war'启动时预加载失败,错误代码为<BEA - 101216>。解决方案是在程序war包中的weblogic.xml里添加相关内容。

1316

被折叠的 条评论
为什么被折叠?



