01-20-2009 03:08 PM
<config evaluator="string-compare" condition="Server">
<server>
<scheme>https</scheme>
<hostname>{DNS HOSTNAME}</hostname>
<path>/share</path>
</server>
</config>
where {DNS HOSTNAME} is the fully qualified hostname.01-21-2009 01:22 PM
<config evaluator="string-compare" condition="Server">
<server>
<scheme>https</scheme>
<hostname>{DNS NAME}</hostname>
</server>
</config>
<config evaluator="string-compare" condition="Server">
<server>
<scheme>https</scheme>
<hostname>{DNS NAME}</hostname>
</server>
</config>
01-22-2009 05:00 PM
proxyName="{DNS NAME}"
scheme="https"
proxyPort="443"
to the Connector entry in ./tomcat/conf/server.xml04-16-2009 01:26 PM
This issue has been resoved… After adding these lines:to the Connector entry in ./tomcat/conf/server.xmlproxyName="{DNS NAME}"
scheme="https"
proxyPort="443"
See this page for more background:
http://tomcat.apache.org/tomcat-5.5-doc/proxy-howto.html
08-11-2009 11:40 AM
<!– Define a non-SSL HTTP/1.1 Connector on port 8080 –>
<Connector port="8080" URIEncoding="UTF-8" maxHttpHeaderSize="8192" …
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.