Configuring Virtual Host on Geronimo - Jetty

2006-10-30 Thread Hernan Cunico
Hi All, here is an update to the doc, I just found out how easy is to configure a Virtual Host in Geronimo-Jetty. Here is the link to the doc http://cwiki.apache.org/GMOxDOC11/configuring-virtual-hosts-in-geronimo-jetty.html Am I missing something in the conf? this just look too simple

Re: Configuring Virtual Host on Geronimo - Jetty

2006-10-30 Thread Jeff Genender
Tomcat and Jetty architectures are completely different. For Jetty an app can have multiple hosts, but in Tomcat the opposite is true, where a host can have multiple apps. Their web app -- host mappings are the exact opposite. They each have their advantages and disadvantages. If you are

Re: Configuring Virtual Host on Geronimo - Jetty

2006-10-30 Thread Hernan Cunico
Thanks for clarifying Jeff. yup, although looks simpler in Jetty, in Tomcat looks more robust. It would be cool if we would only had to tell VH and port in the deployment plan (easier for migration), then G should know how to apply that conf to the specific Jetty or Tomcat containers used.

Re: Configuring Virtual Host on Geronimo - Jetty

2006-10-30 Thread Jeff Genender
Hernan Cunico wrote: It would be cool if we would only had to tell VH and port in the deployment plan (easier for migration), then G should know how to apply that conf to the specific Jetty or Tomcat containers used. This goes along with the hope of not making the config.xml more complex ;-)