<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.6.2">
</HEAD>
<BODY>
Yes, I have that connector definition in my server.xml file.  But, my port is on 8081, not 8082.  And, I double-checked my virtual host file and it is indeed proxying to port 8081 as I expect it to.<BR>
<BR>
I'm digging into the logs now to see if there is anything worthy of mentioning other than the standard '404' error code.<BR>
<BR>
Thanks,<BR>
Randy <BR>
<BR>
On Thu, 2005-09-22 at 04:29 +0100, Joe Desbonnet wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE>
<FONT COLOR="#000000">Have you added something like this to your $TOMCAT/conf/server.xml file?</FONT>

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

<FONT COLOR="#000000">Your entry the apache httpd.conf must then refer to port 8082 (not the</FONT>
<FONT COLOR="#000000">usual port 8080).</FONT>

<FONT COLOR="#000000">Joe.</FONT>



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


<FONT COLOR="#000000">_______________________________________________</FONT>
<FONT COLOR="#000000">This mail is send to you from the opencms-dev mailing list</FONT>
<FONT COLOR="#000000">To change your list options, or to unsubscribe from the list, please visit</FONT>
<FONT COLOR="#000000"><A HREF="http://mail.opencms.org/mailman/listinfo/opencms-dev">http://mail.opencms.org/mailman/listinfo/opencms-dev</A></FONT>
</PRE>
</BLOCKQUOTE>
</BODY>
</HTML>