summaryrefslogtreecommitdiffstats
path: root/base/common
diff options
context:
space:
mode:
authorEndi Sukma Dewata <edewata@redhat.com>2013-02-05 19:57:38 -0500
committerEndi Sukma Dewata <edewata@redhat.com>2013-02-06 11:02:38 -0500
commitbdf0cac45f0ef9585a19d40999ae328e5a034056 (patch)
tree93c4a787d45a9cedfa27736250cbdab5b52ac949 /base/common
parentd98679ecc33015fc5787d3110cf003bac7729add (diff)
downloadpki-direct-deployment2.tar.gz
pki-direct-deployment2.tar.xz
pki-direct-deployment2.zip
Deploying webapps from shared folder.direct-deployment2
Diffstat (limited to 'base/common')
-rw-r--r--base/common/shared/conf/Catalina/localhost/ROOT.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/base/common/shared/conf/Catalina/localhost/ROOT.xml b/base/common/shared/conf/Catalina/localhost/ROOT.xml
index c29b4586e..2634dbb98 100644
--- a/base/common/shared/conf/Catalina/localhost/ROOT.xml
+++ b/base/common/shared/conf/Catalina/localhost/ROOT.xml
@@ -22,6 +22,7 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<Context crossContext="true" allowLinking="true">
+<Context crossContext="true" allowLinking="true"
+ docBase="/usr/share/pki/server/webapps/ROOT">
</Context>