Morten Andersen wrote: > I've read that but still I'm pretty lost > > I've figured that I can create a <Host> element in the server.xml, but
Create a <Host> for each of the domains you have in server.xml. > the Tomcat documentation doesn't really help me much more. It mentions > the option to add files in the conf/[Engine]/[Appname] folder, but what > should the file name be and how should it be structured? make that read: conf/[Enginename]/[Hostname] There you can configure the WebApps for the individual <Host>s you have. http://tomcat.apache.org/tomcat-5.5-doc/config/context.html > Please provide a few examples. Then I'll probably be able to figure out > how to change the example to my settings. The example is the <Host> that's in server.xml by default. > Markus Schönhaber skrev: > > Morten Andersen wrote: > >> How do I use multihoming within tomcat? > >> > >> I need to serve several domains each with a webapplication. > >> > >> How is that done? > > > > http://tomcat.apache.org/tomcat-5.5-doc/config/host.html > > > > Regards > > mks > > > > --------------------------------------------------------------------- > > 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]