https is port 443.  You need to to uncomment the HTTP
1.1 connector for 8443 and change the port to 443.

Uncomment the following connector in server.xml:

<!-- Define a SSL HTTP/1.1 Connector on port 8443 -->
<!--
 <Connector port="8443" maxHttpHeaderSize="8192"
            maxThreads="150" minSpareThreads="25" 
            maxSpareThreads="75"
            enableLookups="false" 
            disableUploadTimeout="true"
            acceptCount="100" scheme="https" 
            secure="true"
            clientAuth="false" sslProtocol="TLS" />
-->

Change the port to 443.  Read the documentation
concerning the attributes (especially the sslProtocol
and clientAuth).

/mde/

--- vineesh kumar <[EMAIL PROTECTED]> wrote:

> Hi all,
> I manged to configure https on tomcat 5.5.9 with a
> passord different than
> changeit. It's working.But i tried to configure
> https on port 80 (i am
> running tomcat as root user). but when i point the
> browser to the system
> like https://localhost/ I am getting an error
> indicating that connection
> refused by the https server, but if we pint the
> browser like
> https://localhost:80/ it's working fine.
> but i want it in the former way. How can i do that?
> regards
> vineesh
> 



                
__________________________________ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to