DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13506>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13506

Tomcat 4.1.12 Proxy inconsistent behavior

           Summary: Tomcat 4.1.12 Proxy inconsistent behavior
           Product: Tomcat 4
           Version: 4.1.12
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Blocker
          Priority: Other
         Component: Catalina
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


I have an Apache server configured to proxy requests to another server on port 
80/test (e.g. http://saturn/test) to http://europa:8082.  The problem is that 
Tomcat is inconsistently managing the requests.  When I initially log into my 
tomcat app, it can find a few pages but not all of them.  Then after 
(literally) clicking a few links, the missing pages all of a sudden begin to 
appear.  Once it works, everything is fine, until I close the session, then the 
problem reappears. There are no errors in either the Apache or Tomcat logs.   
I've tried both Apache 1.3 and 2.0 and problem is consistent with both.. 
leaving me to believe it is isolated to Tomcat, also Tomcat not proxied, my app 
works fine.

My hypothesis is that the proxy name is not always visible.  It seems that when 
it doesn't work, the server name is not attached to the URL.

Supporting information:
Port 8082 is configured in my server.xml file as follows:
   <Connector className="org.apache.coyote.tomcat4.CoyoteConnector" 
               port="8082" minProcessors="5" maxProcessors="75"
               enableLookups="true"
               acceptCount="10" debug="9" connectionTimeout="20000"
               proxyPort="80" 
               proxyName="saturn/test"
               useURIValidationHack="false" />

I have Apache configured to proxy, exactly as the Tomcat documentation 
specifies, that is:
ProxyPass        /test   http://europa:8082
ProxyPassReverse /test   http://europa:8082

I'm running in a Windows 2000/NT environment.

I have not been able to ascertain any additional information.

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to