[opencms-dev] OpenCms 6.0, Tomcat 5, and Apache 2 help

Joe Desbonnet jdesbonnet at gmail.com
Thu Sep 22 05:29:09 CEST 2005


Have you added something like this to your $TOMCAT/conf/server.xml file?

    <Connector port="8082" maxHttpHeaderSize="8192"
               maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
                proxyName="www.mySite.com" proxyPort="80"
                useURIValidationHack="false"
               enableLookups="false" redirectPort="8443" acceptCount="100"
               connectionTimeout="20000" disableUploadTimeout="true" />

Your entry the apache httpd.conf must then refer to port 8082 (not the
usual port 8080).

Joe.



On 9/22/05, Randal Cobb <cobbr at adelphia.net> wrote:
>  Can anyone point me to a document or URL that give me the instructions on
> how to configure them all using the mod_proxy module?  I've tried setting up
> using the 'Integrating OpenCms, Tomcat and the Apache webserver with
> mod_proxy' document, but, it doesn't seem to be working with the versions I
> have installed.  Everything APPEARS to work, but, no matter what URL I go to
> (that worked prior to making the changes if I did the
> http://<blah>:8080/opencms/opencms/...) cause a 404 error
> out of Tomcat.
>
>  Any help pointing me in the right direction would be greatly appreciated.
>
>  Cheers!
>
>
> _______________________________________________
> This mail is send to you from the opencms-dev mailing list
> To change your list options, or to unsubscribe from the list, please visit
> http://mail.opencms.org/mailman/listinfo/opencms-dev
>
>



More information about the opencms-dev mailing list