Matthew Woodward said the following on 09/29/2010 07:27 PM:
On Wed, Sep 29, 2010 at 5:18 PM, Matthew Woodward <[email protected] <mailto:[email protected]>> wrote:


    Exactly how I had my test scenario set up and I can't replicate
    that. Did you understand what I was saying about the wsdl?


Sorry, I looked at that too quickly. I was using AJP proxying and not HTTP proxying. Try AJP and see if that makes a difference.

First make sure AJP proxying is enabled in Apache.

Then just change your proxy directives to:
ProxyPass / ajp://local.daylocker.com:8009/ <http://local.daylocker.com:8080/> ProxyPassreverse / ajp://local.daylocker.com:8009/ <http://local.daylocker.com:8080/>

I agree. Proxying with HTTP will show the port number in the servlet, however using AJP -- the AJP connector will strip the port. As Matt says, you need to enable:

proxy_ajp.load (if you're using Apache2)

.pjf

--
Open BlueDragon Public Mailing List
http://www.openbluedragon.org/   http://twitter.com/OpenBlueDragon
official manual: http://www.openbluedragon.org/manual/
Ready2Run CFML http://www.openbluedragon.org/openbdjam/

mailing list - http://groups.google.com/group/openbd?hl=en

Reply via email to