failed to preload on startup in Web application: "meremp.war

问题:<BEA-101216> <Servlet: "contextservlet" failed to preload on startup in Web application: "meremp.war

Solution:
Add in the program in the war package weblogic.xml
 

<container-descriptor>

        <show-archived-real-path-enabled>true</show-archived-real-path-enabled>

</container-descriptor>

 

Guess you like

Origin blog.csdn.net/fei_yanzi/article/details/90409513