It is possible.


We are doing it with 4.1.x.

Top of server.xml:

<!DOCTYPE web-app[
<!ENTITY somename SYSTEM "somename.xml">
<!ENTITY somename2 SYSTEM "somename2.xml">
]>

Then, where you want the files included:

&somename;
&somename2;

There may be other ways to do this...it works for us.

John

Alan Ford wrote:

Hi,

I'm running Tomcat 4.04. I can't see any mention of this in the docs:
is it possible to Include another file inside the server.xml file? I'd
like to have the virtual host definitions kept in a seperate file..
Could anybody confirm whether this is possible or not?

Many thanks,



--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to