]> 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 a0bc3bb9f295ce7e34c6c8161ea911d50ba8214a..de6916cefb2eedbe990c3854c6f4a7bc7246d02e 100644 (file)
@@ -1,6 +1,10 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!-- $Id$ -->
+<!--
+    Context configuration file for the Jenkins Web App
+-->
 <Context path="/jenkins" docBase="/usr/share/jenkins"
-        privileged="false" allowLinking="true">
+   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.056623 seconds and 4 git commands to generate.