You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by dj...@apache.org on 2008/11/05 00:36:57 UTC

svn commit: r711471 - in /geronimo/sandbox/djencks/samples/admin/failover: ./ failover-jetty-demo/ failover-tomcat-demo/ geronimo-jetty-farm-controller/ geronimo-tomcat-farm-controller/

Author: djencks
Date: Tue Nov  4 15:36:56 2008
New Revision: 711471

URL: http://svn.apache.org/viewvc?rev=711471&view=rev
Log:
convert to jetty, add root pom

Added:
    geronimo/sandbox/djencks/samples/admin/failover/failover-jetty-demo/
      - copied from r711469, geronimo/sandbox/djencks/samples/admin/failover/failover-tomcat-demo/
    geronimo/sandbox/djencks/samples/admin/failover/geronimo-jetty-farm-controller/
      - copied from r711469, geronimo/sandbox/djencks/samples/admin/failover/geronimo-tomcat-farm-controller/
    geronimo/sandbox/djencks/samples/admin/failover/pom.xml   (with props)
Removed:
    geronimo/sandbox/djencks/samples/admin/failover/failover-tomcat-demo/
    geronimo/sandbox/djencks/samples/admin/failover/geronimo-tomcat-farm-controller/
Modified:
    geronimo/sandbox/djencks/samples/admin/failover/failover-jetty-demo/pom.xml
    geronimo/sandbox/djencks/samples/admin/failover/geronimo-jetty-farm-controller/pom.xml

Modified: geronimo/sandbox/djencks/samples/admin/failover/failover-jetty-demo/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/sandbox/djencks/samples/admin/failover/failover-jetty-demo/pom.xml?rev=711471&r1=711469&r2=711471&view=diff
==============================================================================
--- geronimo/sandbox/djencks/samples/admin/failover/failover-jetty-demo/pom.xml (original)
+++ geronimo/sandbox/djencks/samples/admin/failover/failover-jetty-demo/pom.xml Tue Nov  4 15:36:56 2008
@@ -31,14 +31,14 @@
     </parent>
 -->
     <groupId>org.apache.geronimo.failover</groupId>
-    <artifactId>failover-tomcat-demo</artifactId>
+    <artifactId>failover-jetty-demo</artifactId>
     <version>2.2-SNAPSHOT</version>
     <packaging>pom</packaging> 
 
-    <name>Geronimo Demos :: Failover on Tomcat</name>
+    <name>Geronimo Demos :: Failover on Jetty</name>
 
     <description>
-        Provides stuff needed to demo plugin "farming" and ejb failover based on a tomcat-console server.
+        Provides stuff needed to demo plugin "farming" and ejb failover based on a jetty-console server.
     </description>
 
     <dependencies>
@@ -53,7 +53,7 @@
 
         <dependency>
             <groupId>org.apache.geronimo.assemblies</groupId>
-            <artifactId>geronimo-tomcat-farm-controller</artifactId>
+            <artifactId>geronimo-jetty-farm-controller</artifactId>
             <version>${geronimo.version}</version>
             <classifier>bin</classifier>
             <type>tar.gz</type>

Modified: geronimo/sandbox/djencks/samples/admin/failover/geronimo-jetty-farm-controller/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/sandbox/djencks/samples/admin/failover/geronimo-jetty-farm-controller/pom.xml?rev=711471&r1=711469&r2=711471&view=diff
==============================================================================
--- geronimo/sandbox/djencks/samples/admin/failover/geronimo-jetty-farm-controller/pom.xml (original)
+++ geronimo/sandbox/djencks/samples/admin/failover/geronimo-jetty-farm-controller/pom.xml Tue Nov  4 15:36:56 2008
@@ -26,11 +26,11 @@
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.geronimo.assemblies</groupId>
-    <artifactId>geronimo-tomcat-farm-controller</artifactId>
-    <name>Geronim Plugin Farm Controller Server Assembly for Tomcat</name>
+    <artifactId>geronimo-jetty-farm-controller</artifactId>
+    <name>Geronim Plugin Farm Controller Server Assembly for Jetty</name>
     <packaging>server-assembly</packaging>
 
-    <description>An assembly that extends the tomcat javaee assembly with the plugin farm controller plugin.</description>
+    <description>An assembly that extends the jetty javaee assembly with the plugin farm controller plugin.</description>
 
     <properties>
         <!-- This property is required by the car:package mojo -->
@@ -49,7 +49,7 @@
 
         <dependency>
             <groupId>org.apache.geronimo.plugingroups</groupId>
-            <artifactId>web-tomcat</artifactId>
+            <artifactId>web-jetty</artifactId>
             <version>${version}</version>
             <type>car</type>
         </dependency>
@@ -96,40 +96,40 @@
             <type>jar</type>
         </dependency>
 -->
-<!-- stuff not from above plugingroups, yet in tomcat-javaee5 assembly -->
+<!-- stuff not from above plugingroups, yet in jetty-javaee5 assembly -->
     <dependency>
         <groupId>org.apache.geronimo.plugins</groupId>
-        <artifactId>activemq-console-tomcat</artifactId>
+        <artifactId>activemq-console-jetty</artifactId>
             <version>${version}</version>
         <type>car</type>
     </dependency>
     <dependency>
         <groupId>org.apache.geronimo.plugins</groupId>
-        <artifactId>debugviews-console-tomcat</artifactId>
+        <artifactId>debugviews-console-jetty</artifactId>
             <version>${version}</version>
         <type>car</type>
     </dependency>
     <dependency>
         <groupId>org.apache.geronimo.plugins</groupId>
-        <artifactId>plugin-console-tomcat</artifactId>
+        <artifactId>plugin-console-jetty</artifactId>
             <version>${version}</version>
         <type>car</type>
     </dependency>
     <dependency>
         <groupId>org.apache.geronimo.plugins</groupId>
-        <artifactId>sysdb-console-tomcat</artifactId>
+        <artifactId>sysdb-console-jetty</artifactId>
             <version>${version}</version>
         <type>car</type>
     </dependency>
     <dependency>
         <groupId>org.apache.geronimo.plugins</groupId>
-        <artifactId>mconsole-tomcat</artifactId>
+        <artifactId>mconsole-jetty</artifactId>
             <version>${version}</version>
         <type>car</type>
     </dependency>
     <dependency>
         <groupId>org.apache.geronimo.plugins</groupId>
-        <artifactId>plancreator-console-tomcat</artifactId>
+        <artifactId>plancreator-console-jetty</artifactId>
             <version>${version}</version>
         <type>car</type>
     </dependency>

Added: geronimo/sandbox/djencks/samples/admin/failover/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/sandbox/djencks/samples/admin/failover/pom.xml?rev=711471&view=auto
==============================================================================
--- geronimo/sandbox/djencks/samples/admin/failover/pom.xml (added)
+++ geronimo/sandbox/djencks/samples/admin/failover/pom.xml Tue Nov  4 15:36:56 2008
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+    <modelVersion>4.0.0</modelVersion>
+    <groupId>org.apache.geronimo.samples</groupId>
+    <artifactId>failover-nexus-sample</artifactId>
+    <packaging>pom</packaging>
+    <version>2.2-SNAPSHOT</version>
+    <name>failover-nexus-sample</name>
+    <dependencyManagement>
+        <dependencies>
+        </dependencies>
+    </dependencyManagement>
+    <modules>
+        <module>load-beans</module>
+        <module>geronimo-jetty-farm-controller</module>
+        <module>failover-jetty-demo</module>
+  </modules>
+
+    <properties>
+        <geronimoVersion>2.2-SNAPSHOT</geronimoVersion>
+        <axisDeployer>org.apache.geronimo.configs/axis-deployer/${geronimoVersion}/car</axisDeployer>
+        <gbeanDeployer>org.apache.geronimo.framework/geronimo-gbean-deployer/${geronimoVersion}/car</gbeanDeployer>
+        <axis2Deployer>org.apache.geronimo.configs/axis2-deployer/${geronimoVersion}/car</axis2Deployer>
+        <cxfDeployer>org.apache.geronimo.configs/cxf-deployer/${geronimoVersion}/car</cxfDeployer>
+        <tomcatDeployer>org.apache.geronimo.configs/tomcat6-deployer/${geronimoVersion}/car</tomcatDeployer>
+        <jettyDeployer>org.apache.geronimo.configs/jetty7-deployer/${geronimoVersion}/car</jettyDeployer>
+        <jasperDeployer>org.apache.geronimo.configs/jasper-deployer/${geronimoVersion}/car</jasperDeployer>
+        <openejbcorbaDeployer>org.apache.geronimo.configs/openejb-corba-deployer/${geronimoVersion}/car</openejbcorbaDeployer>
+        <j2eeDeployer>org.apache.geronimo.configs/j2ee-deployer/${geronimoVersion}/car</j2eeDeployer>
+        <gbeanDeployerBootstrap>org.apache.geronimo.framework/geronimo-gbean-deployer-bootstrap/${geronimoVersion}/car</gbeanDeployerBootstrap>
+        <connectorDeployer>org.apache.geronimo.configs/connector-deployer/${geronimoVersion}/car</connectorDeployer>
+        <clientDeployer>org.apache.geronimo.configs/client-deployer/${geronimoVersion}/car</clientDeployer>
+        <openejbDeployer>org.apache.geronimo.configs/openejb-deployer/${geronimoVersion}/car</openejbDeployer>
+        <jpaDeployer>org.apache.geronimo.configs/persistence-jpa10-deployer/${geronimoVersion}/car</jpaDeployer>
+    </properties>
+
+</project>
\ No newline at end of file

Propchange: geronimo/sandbox/djencks/samples/admin/failover/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/sandbox/djencks/samples/admin/failover/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/sandbox/djencks/samples/admin/failover/pom.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml