On 03/12/2012 05:37 PM, Bradford Matthews wrote:
Here is my steps that I used to install tomcat isapi connector.5. Edit<Tomcat-install-folder>\conf\server.xml to allow localhost on port 8009 by adding address="127.0.0.1": <!-- Define an AJP 1.3 Connector on port 8009 --> <Connector port="8009" address="127.0.0.1" enableLookups="false" redirectPort="8443" protocol="AJP/1.3" To test the connector: From a supported browser, enter the following URL: https://localhost/tomcat-docs The Apache Tomcat Documentation page is displayed. Requested URL https://localhost:443/docs/ Any suggestions?
Seems you are requesting this over ssl so you will probably need to add scheme="https" to the AJP/1.3 <connector Regards -- ^TM --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
