]> git.pld-linux.org Git - packages/jenkins.git/commitdiff
- do not be so tomcat-centric (use /usr/share/hudson instead of
authorpawelz <pawelz@pld-linux.org>
Sun, 1 Feb 2009 23:26:40 +0000 (23:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  /usr/share/tomcat/webapps/hudson)

Changed files:
    context.xml -> 1.2

context.xml

index 98f34b8a283f3052c858a4e1698fc1a0eef6bd82..2d1a975f12fd42d0de0651862714625afd924a5f 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- $Id$ -->
-<Context path="/hudson" docBase="${catalina.home}/webapps/hudson"
+<Context path="/hudson" docBase="/usr/share/hudson"
         privileged="false" allowLinking="true">
 
 </Context>
This page took 0.03917 seconds and 4 git commands to generate.