It looks like Tomcat is a scale down version of Apache. Its definitely doable, but I am not a java guy. My way around for now is running IIS on the same box to redirect all the requests. Probably there is a much better solution and will continue looking for it. Leaving the url as it is, is not an option for me.
Thank you
Main Topics
Browse All Topics





by: objectsPosted on 2007-10-21 at 17:41:50ID: 20119811
tomcat would need to be listeneing on port 80 to be able to do that (and if it was you probably wouldn't need to redirect).
so it sounds like u need to handle it externally to tomcat