Hi Hassan,

I'm sorry to bothering you. I'm not getting what you send. Can you please
explain about this?

Thanks
Ram

-----Original Message-----
From: Hassan Schroeder [mailto:[EMAIL PROTECTED] 
Sent: Friday, May 07, 2004 2:10 PM
To: Tomcat Users List
Subject: Re: Include file?

Steven Garrett wrote:

> ok, so I put this into my server.xml underneath the last <Host> entry
> 
> <!ENTITY virtualhosts = "SYSTEM /etc/tomcat4/virtualhosts.xml" />

?! Uh, that's not even close to what I sent :-)

<!DOCTYPE Server [
   <!ENTITY virtualhosts SYSTEM "file:/etc/tomcat4/virtualhosts.xml">
]>

That goes right *before* the <Server ...> tag at the top of your
server.xml file...

> &virtualhosts;

The above line can then follow your other <Host> block.

HTH!
-- 
Hassan Schroeder ----------------------------- [EMAIL PROTECTED]
Webtuitive Design ===  (+1) 408-938-0567   === http://webtuitive.com

                           dream.  code.



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



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

Reply via email to