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]



Reply via email to