> Thanks for any help for a newcomer to tomcat!
>
If this Connector is supporting non-SSL requests, and a request is received
for which a matching requires SSL transport, Catalina
will automatically redirect the request to the port number specified here
--
View this message in context:
ht
dori wrote:
> Hello all! Just a quick question. The deult connector in the server.xml file
> which comes with tomcat 6
>
> connectionTimeout="2"
>redirectPort="8443" />
>
> What is the point of the redirect port=8443 attribute. I have another
> connector for
this message in context:
http://www.nabble.com/Server.xml-config-tp24531690p24531690.html
Sent from the Tomcat - User mailing list archive at Nabble.com.
-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional com
"Andreas Müller" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hello,
>
> I'm looking for a solution to have only one Host configured in server.xml
> with is listening for a hostname pattern like *.sub.domain.tld.
>
> I'cant take a host just on the IP address because I need 2 or 3
> From: Andreas Müller [mailto:[EMAIL PROTECTED]
> Subject: Tomcat server.xml config for wildcard host
>
> *.sub.domain1.tld -> Host 1
> *.sub.domain2.tld -> Host 2
> *.sub.domain2.tld -> Host 3
Could you use a valve at the Engine level to forward requests
Hello,
I'm looking for a solution to have only one Host configured in server.xml
with is listening for a hostname pattern like *.sub.domain.tld.
I'cant take a host just on the IP address because I need 2 or 3 similar
hostname pattern on the same tomcat:
*.sub.domain1.tld -> Host 1
*.sub.domain2.