Skip to content

Commit

Permalink
#498 - Move xercesImpl from WEB-INF/lib to tomcat/lib
Browse files Browse the repository at this point in the history
  • Loading branch information
dstenger committed Jul 5, 2022
1 parent 94f0dc8 commit af9af82
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/site/markdown/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ The recommended JVM options for the Tomcat instance are shown below.
Note that the maximum memory heap size (`-Xmx`) may need to be increased
as the number of concurrent users increases.

`CATALINA_OPTS="-server -Xmx1024m -XX:MaxPermSize=128m -DTE_BASE=$TE_BASE -Dderby.system.home=$DERBY_DATA -Djavax.xml.parsers.DocumentBuilderFactory=com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl"`
`CATALINA_OPTS="-server -Xmx1024m -XX:MaxPermSize=128m -DTE_BASE=$TE_BASE -Dderby.system.home=$DERBY_DATA"`

Unpack the contents of the teamengine-common-libs archive into the
CATALINA_BASE/lib directory. Deploy the `teamengine.war` component by
Expand Down
1 change: 1 addition & 0 deletions teamengine-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@
WEB-INF/lib/jsr311-api-*.jar,
WEB-INF/lib/asm-*.jar,
WEB-INF/lib/derby-*.jar,
WEB-INF/lib/xercesImpl-*.jar,
</packagingExcludes>
<archive>
<manifest>
Expand Down
1 change: 1 addition & 0 deletions teamengine-web/src/assembly/common-libs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
<include>com.sun.jersey:jersey-*</include>
<include>org.apache.derby:derby</include>
<include>org.opengis.cite.teamengine:teamengine-realm</include>
<include>xerces:xercesImpl</include>
</includes>
<scope>runtime</scope>
<useProjectArtifact>false</useProjectArtifact>
Expand Down

0 comments on commit af9af82

Please sign in to comment.