Return-Path: Delivered-To: apmail-incubator-geronimo-dev-archive@www.apache.org Received: (qmail 30342 invoked from network); 6 Nov 2003 21:32:01 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 6 Nov 2003 21:32:01 -0000 Received: (qmail 35236 invoked by uid 500); 6 Nov 2003 21:31:40 -0000 Delivered-To: apmail-incubator-geronimo-dev-archive@incubator.apache.org Received: (qmail 35169 invoked by uid 500); 6 Nov 2003 21:31:39 -0000 Mailing-List: contact geronimo-dev-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-dev@incubator.apache.org Received: (qmail 35107 invoked from network); 6 Nov 2003 21:31:39 -0000 Received: from unknown (HELO jetty.mortbay.com) (209.235.192.112) by daedalus.apache.org with SMTP; 6 Nov 2003 21:31:39 -0000 Received: (qmail 17811 invoked from network); 6 Nov 2003 21:31:44 -0000 Received: from cpe-203-45-77-110.nsw.bigpond.net.au (HELO mortbay.com) (janb@203.45.77.110) by jetty.mortbay.com with SMTP; 6 Nov 2003 21:31:44 -0000 Message-ID: <3FAABB37.2090903@mortbay.com> Date: Fri, 07 Nov 2003 08:20:55 +1100 From: Jan Bartel Reply-To: janb@mortbay.com Organization: Mort Bay Consulting User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5) Gecko/20031024 Debian/1.5-2 X-Accept-Language: en, en-us MIME-Version: 1.0 To: "n. alex rupp" CC: geronimo-dev@incubator.apache.org Subject: Re: [web deployment] Default Jetty deployment References: <3FAA4ABE.1030708@mortbay.com> <007401c3a49b$d709b690$6869650a@saussure> In-Reply-To: <007401c3a49b$d709b690$6869650a@saussure> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Norm, It has changed because we were using a container-specific mechanism to override the default context (which is name of webapp war or dir) by specifying a context name in the jetty-config.xml file. We want to move away from these plugin-specific config files. Therefore, the only ways to configure an alternate context name for a webapp (in a non-Jetty/Tomcat/etc specific manner) are: 1. in a Geronimo web.xml descriptor 2, in an application.xml descriptor The handling of Geronimo deployment descriptors is very much in the early days, although we are making progress to being able to deploy an ear/war etc containing Geronimo deployment descriptors. So hang on to your shorts 'cause option 1 will be coming along in the near future. As the console isn't in an ear, then option 2 is a non starter. In the short term, if you really want the context path to be /console, then you could just rename the war to console.war. cheers, Jan n. alex rupp wrote: > I'm curious why you moved it from "console" to "geronimo-web-console"? > > It seems to me (which is why we renamed it from jmx-console) that "geronimo" and > "web" are pretty redundant, considering you're typing the URL into a web browser > on the Geronimo server. But maybe there's something I'm missing (wouldn't be > the first time : ) > > In any case, if you could briefly touch upon this, I'd be very grateful. > > -- > N. Alex Rupp > > > > ----- Original Message ----- > From: "Jan Bartel" > To: > Sent: Thursday, November 06, 2003 7:21 AM > Subject: [web deployment] Default Jetty deployment > > > >>FYI, >> >>I have changed the Jetty runtime deployer from the so-called "hack" >>Jetty integration to the "official" Jetty integration. Webapps will now >>deploy by dropping a war into the target/geronimo-DEV/deploy directory. >> >>For users of the Geronimo web management console, please note that at >>least for now, it will now be available at url >>http://localhost:8080/geronimo-web-console instead of >>http://localhost:8080/console. >> >> >>Jan >> >> >>