You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Luc Vantroys <lu...@yahoo.fr> on 2004/11/07 04:40:56 UTC

Root directory...

Hi,

I work in a regular directory but I'm tired to have to reload the
application all the time after I recompiled the source code...

I don't understand how I am suppose to work with the ROOT directory, I've
heard that when the classes are in the ROOT directory, they are relaoded
each time you need them.
so
Can anybody help me? I copied my application in the root directory but I can
access it. How can I do?

Thanks,

Luc.


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


Re: Root directory...

Posted by e-Denton Subscriber <su...@e-denton.com>.
Create a context element, something like this:

<Context displayName="myApp"
         path=""
         docBase="/myApp"
         reloadable="true"
         useNaming="true"
         debug="5" >

----- Original Message ----- 
From: "Luc Vantroys" <lu...@yahoo.fr>
To: "Tomcat Users List" <to...@jakarta.apache.org>; "e-Denton
Subscriber" <su...@e-denton.com>
Sent: Sunday, November 07, 2004 7:48 PM
Subject: Re: Root directory...


> Hi,
>
> What do you mean by this?
>
> thanks,
>
> Luc.
> ----- Original Message -----
> From: "e-Denton Subscriber" <su...@e-denton.com>
> To: "Tomcat Users List" <to...@jakarta.apache.org>
> Sent: Sunday, November 07, 2004 7:44 PM
> Subject: Re: Root directory...
>
>
> > Create a context for your app with path="". That makes it the root app.
> >
> > ----- Original Message -----
> > From: "Luc Vantroys" <lu...@yahoo.fr>
> > To: "Tomcat Users List" <to...@jakarta.apache.org>
> > Sent: Saturday, November 06, 2004 9:40 PM
> > Subject: Root directory...
> >
> >
> > > Hi,
> > >
> > > I work in a regular directory but I'm tired to have to reload the
> > > application all the time after I recompiled the source code...
> > >
> > > I don't understand how I am suppose to work with the ROOT directory,
> I've
> > > heard that when the classes are in the ROOT directory, they are
relaoded
> > > each time you need them.
> > > so
> > > Can anybody help me? I copied my application in the root directory but
I
> > can
> > > access it. How can I do?
> > >
> > > Thanks,
> > >
> > > Luc.
> > >
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
> > > For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
> > >
> > >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


Re: Root directory...

Posted by Luc Vantroys <lu...@yahoo.fr>.
Hi,

What do you mean by this?

thanks,

Luc.
----- Original Message -----
From: "e-Denton Subscriber" <su...@e-denton.com>
To: "Tomcat Users List" <to...@jakarta.apache.org>
Sent: Sunday, November 07, 2004 7:44 PM
Subject: Re: Root directory...


> Create a context for your app with path="". That makes it the root app.
>
> ----- Original Message -----
> From: "Luc Vantroys" <lu...@yahoo.fr>
> To: "Tomcat Users List" <to...@jakarta.apache.org>
> Sent: Saturday, November 06, 2004 9:40 PM
> Subject: Root directory...
>
>
> > Hi,
> >
> > I work in a regular directory but I'm tired to have to reload the
> > application all the time after I recompiled the source code...
> >
> > I don't understand how I am suppose to work with the ROOT directory,
I've
> > heard that when the classes are in the ROOT directory, they are relaoded
> > each time you need them.
> > so
> > Can anybody help me? I copied my application in the root directory but I
> can
> > access it. How can I do?
> >
> > Thanks,
> >
> > Luc.
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
> >
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


Re: Root directory...

Posted by e-Denton Subscriber <su...@e-denton.com>.
Create a context for your app with path="". That makes it the root app.

----- Original Message ----- 
From: "Luc Vantroys" <lu...@yahoo.fr>
To: "Tomcat Users List" <to...@jakarta.apache.org>
Sent: Saturday, November 06, 2004 9:40 PM
Subject: Root directory...


> Hi,
>
> I work in a regular directory but I'm tired to have to reload the
> application all the time after I recompiled the source code...
>
> I don't understand how I am suppose to work with the ROOT directory, I've
> heard that when the classes are in the ROOT directory, they are relaoded
> each time you need them.
> so
> Can anybody help me? I copied my application in the root directory but I
can
> access it. How can I do?
>
> Thanks,
>
> Luc.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org