You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "Daniel A. Melo" <da...@codata.com.br> on 2002/02/27 16:37:54 UTC

managerapp with virtual domain

Hi all,

anyone know how to configure the manager app to work on virtual domains???

[]´s


Daniel A.


--
To unsubscribe:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>


Re: managerapp with virtual domain

Posted by August Detlefsen <au...@yahoo.com>.
You have to deploy the manager context separately for each virtual
host. Add this in server.xml, for each <Host></Host> block:

<!-- Tomcat Manager Context -->
<Context path="/manager" docBase="/usr/local/tomcat/webapps/manager"
debug="0" privileged="true" />

-August

--- Jean-Luc BEAUDET <be...@toolchest.cyber.kodak.com> wrote:
> "Daniel A. Melo" a �crit :
> 
> > Hi all,
> >
> > anyone know how to configure the manager app to work on virtual
> domains???
> >
> > []�s
> >
> > Daniel A.
> >
> > --
> > To unsubscribe:  
> <ma...@jakarta.apache.org>
> > For additional commands:
> <ma...@jakarta.apache.org>
> > Troubles with the list:
> <ma...@jakarta.apache.org>Coul
> 
> Could yu please be more explicit ?
> 
> What do yu intend to do ?
> 
> Jean-Luc B
> 
> 
> --
> To unsubscribe:   <ma...@jakarta.apache.org>
> For additional commands: <ma...@jakarta.apache.org>
> Troubles with the list: <ma...@jakarta.apache.org>
> 


__________________________________________________
Do You Yahoo!?
Yahoo! Greetings - Send FREE e-cards for every occasion!
http://greetings.yahoo.com

--
To unsubscribe:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>


Re: managerapp with virtual domain

Posted by Jean-Luc BEAUDET <be...@toolchest.cyber.kodak.com>.
"Daniel A. Melo" a écrit :

> Hi all,
>
> anyone know how to configure the manager app to work on virtual domains???
>
> []´s
>
> Daniel A.
>
> --
> To unsubscribe:   <ma...@jakarta.apache.org>
> For additional commands: <ma...@jakarta.apache.org>
> Troubles with the list: <ma...@jakarta.apache.org>Coul

Could yu please be more explicit ?

What do yu intend to do ?

Jean-Luc B


--
To unsubscribe:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>