| > 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/ ?!

Andreas

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to