how to include an external config file in tha main file server.xml?

2004-05-17 Thread wsedio
Hi all, I am using Tomcat 5.0.24 on RH Enterprise Linux 3. Is there any way to include an external file in the main config file server.xml? I am looking for something similar to the Apache web server's Include directive: http://httpd.apache.org/docs-2.0/mod/core.html#include I've a few Tomcat

Re: how to include an external config file in tha main file server.xml?

2004-05-17 Thread Tim Funk
XML entities. -Tim wsedio wrote: Hi all, I am using Tomcat 5.0.24 on RH Enterprise Linux 3. Is there any way to include an external file in the main config file server.xml? I am looking for something similar to the Apache web server's Include directive:

Re: how to include an external config file in tha main file server.xml?

2004-05-17 Thread wsedio
On 17-05-2004 12:46, Tim Funk wrote: XML entities. I found how to do it: http://www.junlu.com/msg/77913.html http://archives.real-time.com/pipermail/tomcat-users/2003-February/095936.html But it looks like you have to put in the full file path, otherwise Tomcat will throw a file not found error.

Re: how to include an external config file in tha main file server.xml?

2004-05-17 Thread QM
On Mon, May 17, 2004 at 01:13:02PM +0200, wsedio wrote: : But it looks like you have to put in the full file path, otherwise : Tomcat will throw a file not found error. : : Is it possible to use relative path in some way? Not to my knowledge. (Not *reliably*, at least.) Search the archives for