For example. If a user hits bob.domain.com. I want request.getServerName() to return "bob.domain.com"... right now it returns "domain.com".
Yes, the server name in Apache is "domain.com". There is a serveralias to *.domain.com.
Yes, server.xml is configured as <Host name="domain.com"... />
I am familiar with the <Alias></Alias> tags however having tested <Alias>*.domain.com</Alias> I know that it will not work.
Is there a way to preserve these wildcard subdomains such that getServerName() will show them?
Any help is appreciated.
Thanks, Tyler
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
