Hi all,
I've registered a host name that I have been port forwarding to IIS for html/php pages. I recently setup up some connectors for Tomcat 6 and IIS, but that's not going so well.
I can only view a set of sample pages that came with Tomcat and none of the projects (currently being developed in eclipse and auto-deploying via .war in webapps) I create, although they work perfectly fine in eclipse and @ localhost.
Have I missed something as far server/web.xml config?
Do my individual applications need to be configured as individual context's within a host?
Also, if I shut off IIS shouldn't any traffic coming in on standard http (80) be picked up by Tomcat?