You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by am...@apache.org on 2005/12/10 02:15:04 UTC

svn commit: r355675 - in /geronimo/trunk/configs/remote-deploy-jetty/src: ./ plan/ plan/plan.xml

Author: ammulder
Date: Fri Dec  9 17:15:01 2005
New Revision: 355675

URL: http://svn.apache.org/viewcvs?rev=355675&view=rev
Log:
Add missing plan

Added:
    geronimo/trunk/configs/remote-deploy-jetty/src/
    geronimo/trunk/configs/remote-deploy-jetty/src/plan/
    geronimo/trunk/configs/remote-deploy-jetty/src/plan/plan.xml   (with props)

Added: geronimo/trunk/configs/remote-deploy-jetty/src/plan/plan.xml
URL: http://svn.apache.org/viewcvs/geronimo/trunk/configs/remote-deploy-jetty/src/plan/plan.xml?rev=355675&view=auto
==============================================================================
--- geronimo/trunk/configs/remote-deploy-jetty/src/plan/plan.xml (added)
+++ geronimo/trunk/configs/remote-deploy-jetty/src/plan/plan.xml Fri Dec  9 17:15:01 2005
@@ -0,0 +1,43 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+    Copyright 2004-2005 The Apache Software Foundation
+
+    Licensed under the Apache License, Version 2.0 (the "License");
+    you may not use this file except in compliance with the License.
+    You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+
+<!-- $Rev: 47568 $ $Date: 2004-09-30 01:21:54 -0700 (Thu, 30 Sep 2004) $ -->
+
+<web-app xmlns="http://geronimo.apache.org/xml/ns/j2ee/web/jetty-1.0"
+         xmlns:sec="http://geronimo.apache.org/xml/ns/security-1.1"
+         xmlns:cfg="http://geronimo.apache.org/xml/ns/deployment-1.0"
+         configId="${pom.groupId}/${pom.artifactId}/${pom.currentVersion}/car"
+    >
+
+    <context-root>/remote-deploy</context-root>
+    <context-priority-classloader>true</context-priority-classloader>
+    <security-realm-name>geronimo-properties-realm</security-realm-name>
+    <sec:security>
+        <sec:default-principal>
+            <sec:principal class="org.apache.geronimo.security.realm.providers.GeronimoUserPrincipal"
+                           name="anonymous"/>
+        </sec:default-principal>
+        <sec:role-mappings>
+            <sec:role role-name="admin">
+                <sec:principal class="org.apache.geronimo.security.realm.providers.GeronimoGroupPrincipal"
+                               name="admin" designated-run-as="true"/>
+            </sec:role>
+        </sec:role-mappings>
+    </sec:security>
+    <cfg:gbean name="LocatorToken" class="org.apache.geronimo.deployment.remote.RemoteDeployGBean" />
+</web-app>

Propchange: geronimo/trunk/configs/remote-deploy-jetty/src/plan/plan.xml
------------------------------------------------------------------------------
    svn:eol-style = native