The gist of it is that I will forgo Apache altogether and run Tomcat on port
80. Now, in order to do that I need to:

a) Serve index.jsp directly like this http://www.hostname.com/index.jsp (or
http://www.hostname.com) instead of having to go to:
http://www.hostname.com/myapp/

b) Serve the rest of my application directly in the same fashion without
having to specify the webapp context

I've seen this done with a Tomcat demo installation of Roller, so I know
it's possible. Any input would be appreciated.

Thanks!

Michael

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

Reply via email to