Go easy, first post. I have a webapp that requires SSL only. I am therefore limited by my company to port 8443, all other ports are blocked(including 8080). If I have a domain called www.myNewDomainName.com and the actual URL for the app is /webapps/mySSLApp/index.jsp how and where can I make the connection(pointer) so that when the user types in www.myNewDomainName.com they are redirected to https://myServerName:8443/mySSLApp/index.jsp ? Is this a function of virtual hosts? I have read the docs pertaining to Proxy how to( http://jakarta.apache.org/tomcat/tomcat-4.1-doc/proxy-howto.html) but they keep referring to httpd.conf file which I dont have. I assume this only exists with a standalone Apache server install? The domain is already registered and the ip address for my server is already pushed to the DNS servers. Is this possible to do with 8080 being disabled?
I cant find much in the docs that pertains to virtual hosts, everything I am finding in the archives seems to be from 2 years ago. Thanks, Graham --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
