forked from dotCMS/core
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request dotCMS#5936 from dotCMS/issue-5551-Error-deploying…
…-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
Showing
1 changed file
with
13 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |