It was in 1.0. You have to put web container specific elements in the geronimo-web.xml. I don't have time to describe this in detail, but for starters, see:
http://chariotsolutions.com/geronimo/web-plan.html#web-plan-container-specific Then, for Tomcat, you have to configure a Host object definining the host names to associate the app with, and I'd have to look up how to do that (the entry in the web plan just points to the Host object). (For Jetty, you just put the host names directly in the web plan, so there's nothing else to do.) Aaron On 2/15/06, Krishnakumar B <[EMAIL PROTECTED]> wrote: > hi aaron, > > i am trying out both so would be glad to know how to configure for > both tomcat and jetty. > > Is this available post 1.0 build? > > thanks and regards > Krish > > On 2/16/06, Aaron Mulder <[EMAIL PROTECTED]> wrote: > > Yes, but currently the method is different for Geronimo/Tomcat and > > Geronimo/Jetty -- are you using the Tomcat package of Geronimo? > > > > Thanks, > > Aaron > > > > On 2/15/06, Krishnakumar B <[EMAIL PROTECTED]> wrote: > > > hi, > > > > > > Can i create virtual hosts in Geronimo thats similar to virtual hosts in > > > tomcat? > > > > > > Regards > > > Krish > > > > > >
