You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2002/06/14 16:01:46 UTC

DO NOT REPLY [Bug 9865] - Tomcat does not support port based virtual hosting

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9865>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9865

Tomcat does not support port based virtual hosting

glenn@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID



------- Additional Comments From glenn@apache.org  2002-06-14 14:01 -------
This is not a bug in Tomcat. It is a problem in your config.
I do the exact same thing, have the same domain configured on two
different ports.  You need to configure to workers in your workers.properties
and two connectors in server.xml. One for port 80 and one for port 443.
You might also consider setting secure=true for the Connector you configure
for port 443.

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>