On Thu, Jul 03, 2003 at 10:50:04AM -0400, Tim Funk wrote:
> All of the loggers may have an attibute called "directory". This may be
> relative or absolute.
>
> No extra variables needed for other scripts - everything can stay confined
> to server.xml.
thats true for all loggers but, catalina.ou
All of the loggers may have an attibute called "directory". This may be
relative or absolute.
No extra variables needed for other scripts - everything can stay confined to
server.xml.
-Tim
Thorsten Huber wrote:
On Thu, Jul 03, 2003 at 09:58:32AM -0400, Shapira, Yoav wrote:
This patch is a way
On Thu, Jul 03, 2003 at 09:58:32AM -0400, Shapira, Yoav wrote:
> Howdy,
> That's why the Logger elements supports anything you want in its
> "directory" attribute. I don't think this patch is strictly necessary
> and I'd prefer to keep the startup scripts as simple as possible. What
> does this p
y do?
Yoav Shapira
Millennium ChemInformatics
>-Original Message-
>From: Thorsten Huber [mailto:[EMAIL PROTECTED]
>Sent: Thursday, July 03, 2003 9:47 AM
>To: [EMAIL PROTECTED]
>Subject: [PATCH] CATALINA_LOGDIR environment variable in catalina.sh
>
>Our Tomcat setup
Our Tomcat setup requires that the log files Tomcat generates reside
outside CATALINA_BASE and CATALINA_HOME. So I've defined a new
environment variable in catalina.sh named CATALINA_LOGDIR. With this
it is easier to set up different Tomcat installations with different
log directories.
If I'm not