Return-Path: Delivered-To: apmail-incubator-geronimo-cvs-archive@incubator.apache.org Received: (qmail 95191 invoked by uid 500); 20 Aug 2003 05:36:45 -0000 Mailing-List: contact geronimo-cvs-help@incubator.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: geronimo-dev@incubator.apache.org Delivered-To: mailing list geronimo-cvs@incubator.apache.org Received: (qmail 95122 invoked from network); 20 Aug 2003 05:36:43 -0000 Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by daedalus.apache.org with SMTP; 20 Aug 2003 05:36:43 -0000 Received: (qmail 61297 invoked by uid 1713); 20 Aug 2003 05:37:03 -0000 Date: 20 Aug 2003 05:37:03 -0000 Message-ID: <20030820053703.61296.qmail@minotaur.apache.org> From: gregw@apache.org To: incubator-geronimo-cvs@apache.org Subject: cvs commit: incubator-geronimo/modules/web/src/java/org/apache/geronimo/web/jetty JettyWebContainer.java X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N gregw 2003/08/19 22:37:03 Modified: modules/web maven.log project.xml Added: modules/web/src/java/org/apache/geronimo/web/jetty JettyWebContainer.java Log: skeleton concrete webcontainer - passing this to jan to work on Revision Changes Path 1.2 +14 -14 incubator-geronimo/modules/web/maven.log Index: maven.log =================================================================== RCS file: /home/cvs/incubator-geronimo/modules/web/maven.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- maven.log 18 Aug 2003 13:30:40 -0000 1.1 +++ maven.log 20 Aug 2003 05:37:03 -0000 1.2 @@ -1,14 +1,14 @@ -2003-08-18 22:01:08,277 INFO org.apache.maven.plugin.PluginManager - Initializing Plugins! -2003-08-18 22:01:08,323 INFO org.apache.maven.plugin.PluginManager - Unpacking plugins from directory --> /usr/local/java/maven/DEFAULT/plugins -2003-08-18 22:01:08,344 INFO org.apache.maven.plugin.PluginManager - Processing unpacked plugins in /home/gregw/.maven/plugins -2003-08-18 22:01:08,344 INFO org.apache.maven.plugin.PluginManager - Processing Plugin: maven-deploy-plugin-1.1 -2003-08-18 22:01:08,526 INFO org.apache.maven.plugin.PluginManager - Processing Plugin: maven-plexus-plugin-0.2 -2003-08-18 22:01:08,563 INFO org.apache.maven.plugin.PluginManager - Processing Plugin: maven-runner-plugin-0.2 -2003-08-18 22:01:08,569 INFO org.apache.maven.plugin.PluginManager - Processing Plugin: maven-vdoclet-plugin-1.0 -2003-08-18 22:01:08,581 INFO org.apache.maven.plugin.PluginManager - Processing Plugin: maven-sea-plugin-1.0 -2003-08-18 22:01:08,586 INFO org.apache.maven.plugin.PluginCacheManager - Saving caches to /home/gregw/.maven/plugins -2003-08-18 22:01:08,651 INFO org.apache.maven.plugin.PluginManager - Finished initializing Plugins! -2003-08-18 22:01:15,501 WARN org.apache.commons.jelly.expression.jexl.JexlExpression - Caught exception evaluating: org.apache.commons.jexl.ExpressionImpl@3cb075. Reason: java.lang.NumberFormatException: For input string: "includes" +2003-08-19 23:15:33,480 INFO org.apache.maven.plugin.PluginManager - Initializing Plugins! +2003-08-19 23:15:34,343 INFO org.apache.maven.plugin.PluginManager - Unpacking plugins from directory --> /usr/local/java/maven/DEFAULT/plugins +2003-08-19 23:15:34,365 INFO org.apache.maven.plugin.PluginManager - Processing unpacked plugins in /home/gregw/.maven/plugins +2003-08-19 23:15:34,366 INFO org.apache.maven.plugin.PluginManager - Processing Plugin: maven-deploy-plugin-1.1 +2003-08-19 23:15:34,553 INFO org.apache.maven.plugin.PluginManager - Processing Plugin: maven-plexus-plugin-0.2 +2003-08-19 23:15:34,593 INFO org.apache.maven.plugin.PluginManager - Processing Plugin: maven-runner-plugin-0.2 +2003-08-19 23:15:34,600 INFO org.apache.maven.plugin.PluginManager - Processing Plugin: maven-vdoclet-plugin-1.0 +2003-08-19 23:15:34,611 INFO org.apache.maven.plugin.PluginManager - Processing Plugin: maven-sea-plugin-1.0 +2003-08-19 23:15:34,617 INFO org.apache.maven.plugin.PluginCacheManager - Saving caches to /home/gregw/.maven/plugins +2003-08-19 23:15:34,684 INFO org.apache.maven.plugin.PluginManager - Finished initializing Plugins! +2003-08-19 23:15:43,567 WARN org.apache.commons.jelly.expression.jexl.JexlExpression - Caught exception evaluating: org.apache.commons.jexl.ExpressionImpl@16089a5. Reason: java.lang.NumberFormatException: For input string: "includes" java.lang.NumberFormatException: For input string: "includes" at java.lang.NumberFormatException.forInputString(NumberFormatException.java:48) at java.lang.Integer.parseInt(Integer.java:426) @@ -62,7 +62,7 @@ at java.lang.reflect.Method.invoke(Method.java:324) at com.werken.forehead.Forehead.run(Forehead.java:543) at com.werken.forehead.Forehead.main(Forehead.java:573) -2003-08-18 22:01:15,504 WARN org.apache.commons.jelly.expression.jexl.JexlExpression - Caught exception evaluating: org.apache.commons.jexl.ExpressionImpl@c16b18. Reason: java.lang.NumberFormatException: For input string: "excludes" +2003-08-19 23:15:43,574 WARN org.apache.commons.jelly.expression.jexl.JexlExpression - Caught exception evaluating: org.apache.commons.jexl.ExpressionImpl@120540c. Reason: java.lang.NumberFormatException: For input string: "excludes" java.lang.NumberFormatException: For input string: "excludes" at java.lang.NumberFormatException.forInputString(NumberFormatException.java:48) at java.lang.Integer.parseInt(Integer.java:426) @@ -116,7 +116,7 @@ at java.lang.reflect.Method.invoke(Method.java:324) at com.werken.forehead.Forehead.run(Forehead.java:543) at com.werken.forehead.Forehead.main(Forehead.java:573) -2003-08-18 22:01:15,532 WARN org.apache.commons.jelly.expression.jexl.JexlExpression - Caught exception evaluating: org.apache.commons.jexl.ExpressionImpl@4d2af2. Reason: java.lang.NumberFormatException: For input string: "includes" +2003-08-19 23:15:43,598 WARN org.apache.commons.jelly.expression.jexl.JexlExpression - Caught exception evaluating: org.apache.commons.jexl.ExpressionImpl@15b0333. Reason: java.lang.NumberFormatException: For input string: "includes" java.lang.NumberFormatException: For input string: "includes" at java.lang.NumberFormatException.forInputString(NumberFormatException.java:48) at java.lang.Integer.parseInt(Integer.java:426) @@ -169,7 +169,7 @@ at java.lang.reflect.Method.invoke(Method.java:324) at com.werken.forehead.Forehead.run(Forehead.java:543) at com.werken.forehead.Forehead.main(Forehead.java:573) -2003-08-18 22:01:15,534 WARN org.apache.commons.jelly.expression.jexl.JexlExpression - Caught exception evaluating: org.apache.commons.jexl.ExpressionImpl@3e97df. Reason: java.lang.NumberFormatException: For input string: "excludes" +2003-08-19 23:15:43,600 WARN org.apache.commons.jelly.expression.jexl.JexlExpression - Caught exception evaluating: org.apache.commons.jexl.ExpressionImpl@2f2295. Reason: java.lang.NumberFormatException: For input string: "excludes" java.lang.NumberFormatException: For input string: "excludes" at java.lang.NumberFormatException.forInputString(NumberFormatException.java:48) at java.lang.Integer.parseInt(Integer.java:426) 1.2 +9 -1 incubator-geronimo/modules/web/project.xml Index: project.xml =================================================================== RCS file: /home/cvs/incubator-geronimo/modules/web/project.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- project.xml 18 Aug 2003 13:30:40 -0000 1.1 +++ project.xml 20 Aug 2003 05:37:03 -0000 1.2 @@ -150,6 +150,14 @@ + + jetty + SNAPSHOT + + true + + + 1.1 incubator-geronimo/modules/web/src/java/org/apache/geronimo/web/jetty/JettyWebContainer.java Index: JettyWebContainer.java =================================================================== /* ==================================================================== * The Apache Software License, Version 1.1 * * Copyright (c) 2003 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in * the documentation and/or other materials provided with the * distribution. * * 3. The end-user documentation included with the redistribution, * if any, must include the following acknowledgment: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." * Alternately, this acknowledgment may appear in the software itself, * if and wherever such third-party acknowledgments normally appear. * * 4. The names "Apache" and "Apache Software Foundation" and * "Apache Geronimo" must not be used to endorse or promote products * derived from this software without prior written permission. For * written permission, please contact apache@apache.org. * * 5. Products derived from this software may not be called "Apache", * "Apache Geronimo", nor may "Apache" appear in their name, without * prior written permission of the Apache Software Foundation. * * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE * DISCLAIMED. IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * ==================================================================== * * This software consists of voluntary contributions made by many * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . * * ==================================================================== */ package org.apache.geronimo.web.jetty; import org.apache.geronimo.web.AbstractWebContainer; import org.mortbay.jetty.Server; /** * Base class for jetty web containers. * * @version $Revision: 1.1 $ $Date: 2003/08/20 05:37:03 $ */ public class JettyWebContainer extends AbstractWebContainer { }