Thanks Maria,
I have resolved this.
I commented the following code, and I had the New element.
<!-- =========================================================== -->
<!-- Deploy all webapps in webapps-plus -->
<!-- ===========================================================
<Call class="org.mortbay.jetty.webapp.WebAppContext"
name="addWebApplications">
<Arg><Ref id="Contexts"/></Arg>
<Arg>./apps</Arg>
<Arg>org/mortbay/jetty/webapp/webdefault.xml</Arg>
<Arg><Ref id="plusConfig"/></Arg>
<Arg type="boolean">True</Arg>
<Arg type="boolean">False</Arg>
</Call>-->
<New class="org.mortbay.jetty.webapp.WebAppContext">
<Arg><Ref id="Contexts"/></Arg>
<Arg>./apps/archiva</Arg>
<Arg>/</Arg>
<Set name="configurationClasses"><Ref id="plusConfig"/></Set>
</New>
Regards
Lilians
2008/7/12 Maria Odea Ching <[EMAIL PROTECTED]>
> Hi Lilians,
>
> Could you post what you modified in the jetty.xml file?
>
> Thanks,
> Deng
>
> On Sat, Jul 12, 2008 at 12:26 AM, Lilians Auvigne <
> [EMAIL PROTECTED]>
> wrote:
>
> > Hi all,
> >
> > I'm testing the future archiva 1.1 standalone, and I search How can I
> > remove
> > the archiva context root ?
> >
> > I modified the $ARCHIVA_BASE/conf/jetty.xml without success.
> > I modified the deployed dir archiva to archiva2, and I can access to
> > archiva
> > by http://hostane:8080/archiva2.
> >
> > But, not removed this context root.
> >
> > An idea ?
> >
> > Thanks for any response.
> >
> > Lilians
> >
>