8090 is in quotes btw, ie "8090"

mikebgx wrote:
> 
> Hi,
> When I change Tomcat's HTTP port to other than 8080, redirections to SSL
> port (8443) stop working.
> With HTTP port set to 8080 it all works fine. 
> The only change I make is editing server.xml to change 8080 to 8090 as
> follows:
> 
> <!-- Define a non-SSL HTTP/1.1 Connector on port 8080 -->
> <Connector port=8090 maxHttpHeaderSize="8192"
>  maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
>  enableLookups="false" redirectPort="8443" acceptCount="100"
>  connectionTimeout="20000" displayUploadTimeout="true" />
> 
> An ideas please?
> 
> Regards,
> Mike Burton
> 

-- 
View this message in context: 
http://www.nabble.com/Changing-HTTP-port-from-8080-prevents-HTTPS-redirects%2C-Tomcat-5.5-tp15975743p15975747.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to