Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Add marker comment in jboss-web.xml to allow inserting context-root
Browse files Browse the repository at this point in the history
  • Loading branch information
seanf committed Apr 13, 2012
1 parent d579be3 commit 9099fe4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions server/zanata-war/src/main/webapp-jboss/WEB-INF/jboss-web.xml
@@ -1,6 +1,12 @@
<!DOCTYPE jboss-web PUBLIC
"-//JBoss//DTD Web Application 4.2//EN"
"http://www.jboss.org/j2ee/dtd/jboss-web_4_2.dtd">

<!--
NB: Any changes to this file must be reported in the release notes,
in case changes are required for production deployment (eg cfengine).
-->

<jboss-web>
<class-loading java2ClassLoadingCompliance="false">
<loader-repository>
Expand All @@ -9,5 +15,6 @@
</loader-repository>
</class-loading>
<security-domain>java:/jaas/${jaas.configure}</security-domain>
<!-- _context_root_ -->
<depends>jboss.jca:service=DataSourceBinding,name=${ds.jndi.name}</depends>
</jboss-web>

0 comments on commit 9099fe4

Please sign in to comment.