Postby burhankhalid » Tue Mar 07, 2006 4:57 am
Nick:
Thanks for your response. I managed to solve this problem by creating a subdomain and pointing it -- redirect using Apache to domain.com:8080/webmail -- and this works great.
My problem was that /webmail was being used by our existing system, and I didn't want to completely replace it -- yet.
That solved the problem on the external SWA host, but on the internal one (dedicated Tomcat for SWA) I would like to have webmail running on the default 'root' directory. So if someone types webmail.domain.com -- instead of showing the default Tomcat index page, it would show the SWA login (I have already altered Tomcat to listen on 80 -- there is no Apache on this box).
I created a hack by using a redirect in JSP (basically, altering the index.jsp file) but I would like to know what is the more 'proper' way to do this (similar to what you described with extracting the war files, etc.)
Sorry for my ignorance in this matter, I'm only vaguely familiar with Tomcat.
Thanks for your help,
Burhan