I have a site we have written to use tomcat... call it foosite we have been accessing it internally as http://my_site:8080/foosite/index.jsp I want to set it up on an exposed server...call it foo_net so that from the big/bad internet we can access it by entering http://foo_net or even better https://foo_net (ssl - 443) Can Tomcat support IIS5 as a proxy through port 80 on foo_net or SSL on port 443. We're using Tomcat 4 Beta6 and I can't find any documentation on how to do this? Can someone send me the link or tell what I need to do? Thanks in advance. CurtisD