User: jules_gosnell Date: 02/04/04 21:40:10 Modified: jetty/src/main/org/jboss/jetty Jetty.java Log: lose unecessary fix Revision Changes Path 1.45 +3 -5 contrib/jetty/src/main/org/jboss/jetty/Jetty.java Index: Jetty.java =================================================================== RCS file: /cvsroot/jboss/contrib/jetty/src/main/org/jboss/jetty/Jetty.java,v retrieving revision 1.44 retrieving revision 1.45 diff -u -r1.44 -r1.45 --- Jetty.java 22 Mar 2002 10:19:08 -0000 1.44 +++ Jetty.java 5 Apr 2002 05:40:10 -0000 1.45 @@ -5,7 +5,7 @@ * See terms of license at gnu.org. */ -// $Id: Jetty.java,v 1.44 2002/03/22 10:19:08 janb Exp $ +// $Id: Jetty.java,v 1.45 2002/04/05 05:40:10 jules_gosnell Exp $ // A Jetty HttpServer with the interface expected by JBoss' // J2EEDeployer... @@ -50,7 +50,7 @@ * * @author <a href="mailto:[EMAIL PROTECTED]">Julian Gosnell</a> * @author <a href="mailto:[EMAIL PROTECTED]">Andreas Schaefer</a>. - * @version $Revision: 1.44 $ + * @version $Revision: 1.45 $ * * <p><b>Revisions:</b> * @@ -380,13 +380,11 @@ if (getContext(null, contextPath, 0)!=null) _log.warn("A WebApplication is already deployed in context '"+contextPath+"' - proceed at your own risk."); - String fixedWarUrl=warUrl+(warUrl.endsWith("/")?"":"/"); - // deploy the WebApp WebApplicationContext app= new JBossWebApplicationContext(this, contextPath, descriptorParser, wa, _parser, - fixedWarUrl); + warUrl); // configure whether the context is to flatten the classes in
_______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development