Resource Menu


RE : Configure Libresource through apache reverse proxy
You forgot to specify in Tomcat the proxyname and proxy port.

To do so just edit the file JONAS_ROOT/conf/server.xml

<Connector port="9000" maxHttpHeaderSize="8192"
               maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
               enableLookups="false" redirectPort="9043" acceptCount="100"
               connectionTimeout="20000" disableUploadTimeout="true" 
               proxyName="www.toto.org" proxyPort="80"/>
posted by Sebastien Jourdain at Oct 5, 2007 5:46 PM