]> git.pld-linux.org Git - packages/jenkins.git/blobdiff - context.xml
- drop obsolete and outdated manual inclusion of rpm macros
[packages/jenkins.git] / context.xml
index 2d1a975f12fd42d0de0651862714625afd924a5f..de6916cefb2eedbe990c3854c6f4a7bc7246d02e 100644 (file)
@@ -1,6 +1,10 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!-- $Id$ -->
-<Context path="/hudson" docBase="/usr/share/hudson"
-        privileged="false" allowLinking="true">
+<!--
+    Context configuration file for the Jenkins Web App
+-->
+<Context path="/jenkins" docBase="/usr/share/jenkins"
+   debug="0" privileged="true" allowLinking="true" crossContext="true">
+  <!-- make symlinks work in Tomcat -->
+  <Resources className="org.apache.naming.resources.FileDirContext" allowLinking="true" />
 
+  <Environment name="JENKINS_HOME" type="java.lang.String" value="/var/lib/jenkins" override="true" />
 </Context>
This page took 0.050704 seconds and 4 git commands to generate.