weblogic.xml /web-inf/下

weblogic.xml /web-inf/下
<?xml version="1.0" encoding="UTF-8"?>
<weblogic-web-app xmlns="http://www.bea.com/ns/weblogic/90"
 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 xsi:schemaLocation="http://www.bea.com/ns/weblogic/90 http://www.bea.com/ns/weblogic/90/weblogic-web-app.xsd http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">
 <session-descriptor>
  <persistent-store-type>
   replicated_if_clustered
  </persistent-store-type>
  <url-rewriting-enabled>true</url-rewriting-enabled>
 </session-descriptor>
 <context-root>/</context-root>
</weblogic-web-app>

你可能感兴趣的:(weblogic.xml /web-inf/下)