You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@archiva.apache.org by Brett Porter <br...@apache.org> on 2007/06/18 03:05:04 UTC

Fwd: Jetty port can be pre-configured in conf/plexus.xml

Pretty sure this was submitted as a patch to Archiva too - but  
probably out of date now. Might be worth reviewing what Wendy did to  
apply here too?

Begin forwarded message:

> From: "Wendy Smoak" <ws...@gmail.com>
> Date: 18 June 2007 8:34:36 AM
> To: continuum-dev@maven.apache.org
> Subject: Jetty port can be pre-configured in conf/plexus.xml
> Reply-To: continuum-dev@maven.apache.org
> List-Id: <continuum-dev.maven.apache.org>
> Message-Id:  
> <ad...@mail.gmail.com>
>
> The Jetty port for Continuum can now be pre-configured in conf/ 
> plexus.xml:
>
>    <component>
>      <role>org.codehaus.plexus.contextualizer.Contextualizer</role>
>      <role-hint>jettyConfiguration</role-hint>
>       
> <implementation>org.codehaus.plexus.contextualizer.DefaultContextualiz 
> er</implementation>
>      <configuration>
>        <contextValues>
>          <jetty.port>9090</jetty.port>
>        </contextValues>
>      </configuration>
>    </component>
>
> This does introduce a snapshot dependency on plexus-contextualizer,
> which will need to be released before the next Continuum milestone.
>
> Thanks to Olivier Lamy for the patch and Emmanuel for general
> encouragement; see http://jira.codehaus.org/browse/CONTINUUM-1184 for
> more info.  I think there's a similar patch available for both Archiva
> and Maven Enterprise.
>
> -- 
> Wendy


Re: Jetty port can be pre-configured in conf/plexus.xml

Posted by Wendy Smoak <ws...@gmail.com>.
On 6/17/07, Brett Porter <br...@apache.org> wrote:
> Pretty sure this was submitted as a patch to Archiva too - but
> probably out of date now. Might be worth reviewing what Wendy did to
> apply here too?

It's this one:  http://jira.codehaus.org/browse/MRM-290

All part of my plan to be able to pre-configure everything in xml. :)
Right now if you want to run Archiva on other than the default port,
you have to start it once so the app will unpack, edit a file, and
restart.

-- 
Wendy