Re: TC4 base dir

2001-08-27 Thread Geoff Soutter
"Craig R. McClanahan" <[EMAIL PROTECTED]> wrote: > The patch below deals with only one of 33 places that the "catalina.home" > system property is referenced in the Catalina source code -- I think we'd > want to consider them all :-). Yeah, I know, I was just "scratching the itch" that I had at th

Re: TC4 base dir

2001-08-27 Thread Craig R. McClanahan
On Mon, 27 Aug 2001, Geoff Soutter wrote: > > while we are on a related topic, how about (re) considering this patch? > The patch below deals with only one of 33 places that the "catalina.home" system property is referenced in the Catalina source code -- I think we'd want to consider them all

Re: TC4 base dir

2001-08-27 Thread Geoff Soutter
"Craig R. McClanahan" <[EMAIL PROTECTED]> wrote: > No, Tomcat 4 doesn't currently have a thing like "home" -- patches are > welcome! But, my point is you don't *need* "home" to accomplish the > goals you have articulated: while we are on a related topic, how about (re) considering this patch? g

Re: TC4 base dir

2001-08-27 Thread Endre Stølsvik
On Fri, 24 Aug 2001, Craig R. McClanahan wrote: | > > > That's cool about the server.xml file, and you can do the individual | > > > elements, as you said (logger, default valve's logger for access, | > > > etc.) but what I'm wondering about is if there's anything analogous to | > > > changing th

Re: TC4 base dir

2001-08-24 Thread Rob S.
> No, Tomcat 4 doesn't currently have a thing like "home" -- patches are > welcome! But, my point is you don't *need* "home" to accomplish the > goals you have articulated: Awesome! Thanks for the detailed reply =) - r

Re: TC4 base dir

2001-08-24 Thread Craig R. McClanahan
On Fri, 24 Aug 2001, Rob S. wrote: > Date: Fri, 24 Aug 2001 12:41:00 PDT > From: Rob S. <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED], Rob S. <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Re: TC4 base dir > > > > That's cool about the se

Re: TC4 base dir

2001-08-24 Thread Rob S.
> > That's cool about the server.xml file, and you can do the individual > > elements, as you said (logger, default valve's logger for access, > > etc.) but what I'm wondering about is if there's anything analogous to > > changing the entire base dir (not just apps, but entire thing a la > > 3.x)

Re: TC4 base dir

2001-08-24 Thread Craig R. McClanahan
On Fri, 24 Aug 2001, Rob S. wrote: > Date: Fri, 24 Aug 2001 9:46:24 PDT > From: Rob S. <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED], Rob S. <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Re: TC4 base dir > > > There is no current means to poin

Re: TC4 base dir

2001-08-24 Thread Rob S.
> There is no current means to point at a "server.xml" file that is not > under "$CATALINA_HOME/conf", but that has nothing to do with where log > files go (except by default) -- in your elements, just add a > "directory" attribute.The default value is "logs" (relative paths are > resolve

Re: TC4 base dir

2001-08-24 Thread Craig R. McClanahan
On Fri, 24 Aug 2001, Rob S. wrote: > Date: Fri, 24 Aug 2001 8:14:32 PDT > From: Rob S. <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED], Rob S. <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: TC4 base dir > > In TC3, you can change the base dir in s

TC4 base dir

2001-08-24 Thread Rob S.
In TC3, you can change the base dir in server.xml, so that a new set of /logs, /webapps, and /work would be created and used somewhere else. In TC4, all I see is the appBase attribute for each . As well, there aren't any command-line params that I noticed in the startup class aside from -conf