]> git.pld-linux.org Git - packages/jenkins.git/blame - context.xml
- drop obsolete and outdated manual inclusion of rpm macros
[packages/jenkins.git] / context.xml
CommitLineData
83217c83
ER
1<!--
2 Context configuration file for the Jenkins Web App
3-->
4cf9a5b8 4<Context path="/jenkins" docBase="/usr/share/jenkins"
83217c83
ER
5 debug="0" privileged="true" allowLinking="true" crossContext="true">
6 <!-- make symlinks work in Tomcat -->
7 <Resources className="org.apache.naming.resources.FileDirContext" allowLinking="true" />
3132a613 8
83217c83 9 <Environment name="JENKINS_HOME" type="java.lang.String" value="/var/lib/jenkins" override="true" />
3132a613 10</Context>
This page took 0.193863 seconds and 4 git commands to generate.