You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by reynir <re...@hugsmidjan.is> on 2005/02/08 16:30:05 UTC

HTTPconnector problem

Hi,

I'm using the following setup in my server.xml (4.1. of tomcat).

    <Connector className="org.apache.coyote.tomcat4.CoyoteConnector"
               port="9099" minProcessors="5" maxProcessors="75"
               tomcatAuthentication="false"
               enableLookups="true" redirectPort="8443"
               acceptCount="100" debug="0" connectionTimeout="20000"
               useURIValidationHack="false" disableUploadTimeout="true"
                secure="true" />

and when I run the following jsp code :

<%
        out.write("<br>is secure : "+ request.isSecure());
        out.write("<br>port : "+ request.getServerPort());
%>


I get the following results :

is secure : false
port : 9099

this proves that I am accessing the correct port, but why is secure 
false ? is this  a bug that has been fixed ?
thanx
-reynir





---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org