Hi,

We have an apache proxy server in the DMZ (say with the DNS www.ourcompany.com port 80) redirects all our external client requests to our internal app/web server (say, server1.domain.com port 8080).

Our app url will always have the www.ourcompany.com before the application context root. How do we specify the domain name in this case? Tried 'ourcompany.com' and it doesn't work.

Also, if the protocol is https, will it work (for testing purposes) without the SSL cert installed on the LS server?

Thanks
-Kal