[packages/jenkins] update context.xml from Ubuntu package
glen
glen at pld-linux.org
Mon Aug 20 10:51:28 CEST 2012
commit 83217c834f39b63d8bc97759f807eb64e3196cff
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Mon Aug 20 11:49:55 2012 +0300
update context.xml from Ubuntu package
context.xml | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/context.xml b/context.xml
index a0bc3bb..de6916c 100644
--- a/context.xml
+++ b/context.xml
@@ -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>
More information about the pld-cvs-commit
mailing list