If you don't want to edit your server.xml file, add a anywhere.xml file in webapps dir, with the same code. This is suggested becuase, it helps you change settings easily, without fear of corrupting server.xml file , (for other webapps).
--- Dominique Batard <[EMAIL PROTECTED]> wrote: > Put your webapp anywhere, ie C:\anywhere > > +--anywhere > +--images > +--WEB-INF > +--classes > +--listeners > +--filters > +--compressionFilters > +--util > > Server.xml : > appBase must be the absolute path > > <Host name="pjkt" debug="0" appBase="C:\anywhere" > > <Context path="/PruebaJavier" reloadable="true" > docBase="." /> > </Host> > > http://pjkt:8080/PruebaJavier > > Dom > > ----- Original Message ----- > From: "Javier" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Tuesday, November 04, 2003 8:49 PM > Subject: V Host > > > > > > Hi > > > > I want to know if it's possible to configure a > virtual host placed outside > > webapps... and how could I make it... (a simple > sample will be helpfull) > > > > > > Thanks in advance > > > > > > <jl> > > > > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: > [EMAIL PROTECTED] > > For additional commands, e-mail: > [EMAIL PROTECTED] > > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: > [EMAIL PROTECTED] > For additional commands, e-mail: > [EMAIL PROTECTED] > __________________________________ Do you Yahoo!? Protect your identity with Yahoo! Mail AddressGuard http://antispam.yahoo.com/whatsnewfree --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
