[pkg-java] r2781 - in branches/tomcat5.5/feature/debian/debian/context: admin webapps

Marcus Better marcusb-guest at alioth.debian.org
Tue Nov 21 12:35:27 CET 2006


Author: marcusb-guest
Date: 2006-11-21 12:35:27 +0100 (Tue, 21 Nov 2006)
New Revision: 2781

Added:
   branches/tomcat5.5/feature/debian/debian/context/admin/admin.xml
   branches/tomcat5.5/feature/debian/debian/context/admin/host-manager.xml
   branches/tomcat5.5/feature/debian/debian/context/admin/manager.xml
Removed:
   branches/tomcat5.5/feature/debian/debian/context/webapps/admin.xml
   branches/tomcat5.5/feature/debian/debian/context/webapps/host-manager.xml
   branches/tomcat5.5/feature/debian/debian/context/webapps/manager.xml
Log:
Move context defs into right dir.


Copied: branches/tomcat5.5/feature/debian/debian/context/admin/admin.xml (from rev 2780, branches/tomcat5.5/feature/debian/debian/context/webapps/admin.xml)

Copied: branches/tomcat5.5/feature/debian/debian/context/admin/host-manager.xml (from rev 2780, branches/tomcat5.5/feature/debian/debian/context/webapps/host-manager.xml)

Copied: branches/tomcat5.5/feature/debian/debian/context/admin/manager.xml (from rev 2780, branches/tomcat5.5/feature/debian/debian/context/webapps/manager.xml)

Deleted: branches/tomcat5.5/feature/debian/debian/context/webapps/admin.xml
===================================================================
--- branches/tomcat5.5/feature/debian/debian/context/webapps/admin.xml	2006-11-21 11:34:45 UTC (rev 2780)
+++ branches/tomcat5.5/feature/debian/debian/context/webapps/admin.xml	2006-11-21 11:35:27 UTC (rev 2781)
@@ -1,22 +0,0 @@
-<!--
-    Context configuration file for the Tomcat Administration Web App
--->
-
-<Context path="/admin" docBase="/usr/share/tomcat5.5/server/webapps/admin"
-         debug="0" privileged="true" allowLinking="true">
-
-  <!-- make symlinks work in Tomcat 5 -->
-  <Resources className="org.apache.naming.resources.FileDirContext"
-             allowLinking="true" />
-
-  <!-- Uncomment this Valve to limit access to the Admin app to localhost
-       for obvious security reasons. Allow may be a comma-separated list of
-       hosts (or even regular expressions).
-  <Valve className="org.apache.catalina.valves.RemoteAddrValve"
-         allow="127.0.0.1"/>
-  -->
-
-  <Logger className="org.apache.catalina.logger.FileLogger"
-          prefix="localhost_admin_" suffix=".log" timestamp="true"/>
-
-</Context>

Deleted: branches/tomcat5.5/feature/debian/debian/context/webapps/host-manager.xml
===================================================================
--- branches/tomcat5.5/feature/debian/debian/context/webapps/host-manager.xml	2006-11-21 11:34:45 UTC (rev 2780)
+++ branches/tomcat5.5/feature/debian/debian/context/webapps/host-manager.xml	2006-11-21 11:35:27 UTC (rev 2781)
@@ -1,8 +0,0 @@
-<!--
-    Context configuration file for the Tomcat Host Manager Web App
--->
-
-<Context path="/host-manager" docBase="/usr/share/tomcat5.5/server/webapps/host-manager"
-        debug="0" privileged="true" antiResourceLocking="false" antiJARLocking="false">
-
-</Context>

Deleted: branches/tomcat5.5/feature/debian/debian/context/webapps/manager.xml
===================================================================
--- branches/tomcat5.5/feature/debian/debian/context/webapps/manager.xml	2006-11-21 11:34:45 UTC (rev 2780)
+++ branches/tomcat5.5/feature/debian/debian/context/webapps/manager.xml	2006-11-21 11:35:27 UTC (rev 2781)
@@ -1,12 +0,0 @@
-<!--
-    Context configuration file for the Tomcat Manager Web App
--->
-
-<Context path="/manager" docBase="/usr/share/tomcat5.5/server/webapps/manager"
-        debug="0" privileged="true">
-
-  <!-- Link to the user database we will get roles from -->
-  <ResourceLink name="users" global="UserDatabase"
-                type="org.apache.catalina.UserDatabase"/>
-
-</Context>




More information about the pkg-java-commits mailing list