On Thu, Oct 06, 2005 at 12:14:58AM -0700, Mark Eggers wrote:
> 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).
> 

Maybe, but https ins predefined in your browser to use port 443,
so if you use https://localhost/ you must ensure, that you have
tomcat running on this special machine.

Other question if I use apache with mod_jk and ajp13 connector
like that:

    <Connector port="8009" 
               enableLookups="false" redirectPort="8443" debug="9"
               minProcessors="50" maxProcessors="500"
               protocol="AJP/1.3" />

then all https requests would be inside the tomcat service redirected
to port 8443?

browser->apache->via ajp13->tomcat(8009)->redirect->tomcat(8443) 

right?



Marcus

> 
> --- 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]

-- 

Those who hate and fight must stop themselves -- otherwise it is not
stopped.
                -- Spock, "Day of the Dove", stardate unknown

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

Reply via email to