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]

Reply via email to