]> git.pld-linux.org Git - packages/jenkins.git/blob - context.xml
strict internal deps; suggest new subpackage
[packages/jenkins.git] / context.xml
1 <!--
2     Context configuration file for the Jenkins Web App
3 -->
4 <Context path="/jenkins" docBase="/usr/share/jenkins"
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" />
8
9   <Environment name="JENKINS_HOME" type="java.lang.String" value="/var/lib/jenkins" override="true" />
10 </Context>
This page took 0.036559 seconds and 3 git commands to generate.