Re: multihoming examplified

2006-01-23 Thread Kurt Overberg
I've generally found that I only need one Host element in the server.xml file. The Magic is in the Catalina//ROOT.xml file. Here's whats in my tomcat/conf/Catalina/localhost/ directory: reloadable="true"> (you don't need that line- thats a custom parameter for my application)

Re: multihoming examplified

2006-01-22 Thread Morten Andersen
Mark Thomas skrev: Morten Andersen wrote: PS: More examples in documentation please. It's easier to write and understand. Documentation patches (in diff -u format) are always welcome. - To unsubscribe, e-mail: [EMAIL

Re: multihoming examplified

2006-01-22 Thread Mark Thomas
Morten Andersen wrote: > PS: More examples in documentation please. It's easier to write and > understand. Documentation patches (in diff -u format) are always welcome. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

multihoming examplified

2006-01-22 Thread Morten Andersen
How do I set up tomcat to run several webapps each serving requests for their respective domains? I've figured that I can create a element in the server.xml, but the Tomcat documentation doesn't really help me much more. It mentions the option to add files in the conf/[Engine]/[Appname] folder,