dev machine and added an alias to the host section for
*.domain.tldevery attempt to access a tomcat host on a resolvable address
works.
Hope this helps.
Regards,
Serge Fonville
On Wed, Jan 28, 2009 at 1:53 PM, Josh Pollara
wrote:
> I am making a transition from apache http -> tomcat. DNS
Message-
From: Serge Fonville [mailto:serge.fonvi...@gmail.com]
Sent: Wed 1/28/2009 4:50 AM
To: Tomcat Users List
Subject: Re: virtual hosts
Hi,
Is your dns properly configured?
And what does your environment look like?
Regards,
Serge Fonville
On Wed, Jan 28, 2009 at 1:28 PM, Josh Polla
Does Tomcat support wildcard virtual hosts?
I'm looking to do something like this:
*.example.com
This does not work though. Any suggestions?
-josh
Hi,
I'm trying to mimic mod_unique functionality from apache into tomcat. I
would like to have a unique string printed out in my access log for each
request tomcat serves. I thought maybe I could do this with "%S User
Session ID" from org.apache.catalina.valves.AccessLogValve but that
comes up