Skip to content

Commit

Permalink
Merge pull request dotCMS#5936 from dotCMS/issue-5551-Error-deploying…
Browse files Browse the repository at this point in the history
…-on-Weblogic-12.1.2-update-needed-to-weblogic.xml-file

Issue 5551 error deploying on weblogic 12.1.2 update needed to weblogic.xml file
  • Loading branch information
Jason Tesser committed Jul 17, 2014
2 parents 01effee + 274c0a3 commit f5a3f56
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions dotCMS/WEB-INF/weblogic.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<wls:weblogic-web-app xmlns:wls="http://xmlns.oracle.com/weblogic/weblogic-web-app" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd http://xmlns.oracle.com/weblogic/weblogic-web-app http://xmlns.oracle.com/weblogic/weblogic-web-app/1.0/weblogic-web-app.xsd">
<wls:weblogic-version>10.3.2</wls:weblogic-version>
<wls:context-root>/</wls:context-root>
<?xml version="1.0" encoding="UTF-8"?>
<wls:weblogic-web-app xmlns:wls="http://xmlns.oracle.com/weblogic/weblogic-web-app"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://xmlns.oracle.com/weblogic/weblogic-web-app http://xmlns.oracle.com/weblogic/weblogic-web-app/1.0/weblogic-web-app.xsd">

<wls:weblogic-version>10.3.2</wls:weblogic-version>
<wls:context-root>/</wls:context-root>
<container-descriptor>
<prefer-application-packages>
<package-name>org.xmlpull.*</package-name>
</prefer-application-packages>
</container-descriptor>

</wls:weblogic-web-app>

0 comments on commit f5a3f56

Please sign in to comment.