> | > What's the right way to make my application available directly > | > below / using Apache mod_jk2 and Tomcat? > | > That means instead of using http://some.server.com/my_application > | > I would like to be able to use http://some.server.com/ to use > | > my_application. > | > | <Context path="/" docBase="${catalina.home}/webapps/MY_APP" debug="0" > > | </Context> > > I tried that but Apache still serves the default (Debian) startpage when > opening http://my.server.com/ ?!
The simples way is to create a new <Host> entry in your actual <Engine>, assign to it the virtual host name you want and insert into it the previously suggested <Context>. This would avoid any clash with the "standard" applications set shipped with tomcat. You may want to refer to http://tomcat.apache.org/tomcat-5.5-doc/config/host.html for further reference. ----------------------------------- Giampaolo Tomassoni - IT Consultant Piazza VIII Aprile 1948, 4 I-53044 Chiusi (SI) - Italy Ph: +39-0578-21100 > > Andreas > > --------------------------------------------------------------------- > 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]