Thanks all,

The problem is with this #^&$@ Proxy setup that I've been struggling with, for what seems like forever!

I can browse the app using native ip, port and webapp directory OR I can call it using the proxy (ajp on the apache side, webapp path on the Tomcat side) via domain name...

But if I've already browsed the application using one method, AND then try to browse it again via the other one, Tomcat tries to start a fresh process or something, sees the port conflict, throws a ton of exceptions and freezes everyone.

Not sure if they ever thought that someone would ever do something so zany as that...

Al Holden

apache:
<VirtualHost *:80>
    ServerName www.mydomain.com
    ProxyPass / ajp://my.server.I.P:8009/
    ProxyPassreverse / ajp://my.server.I.P:8009/
    HostnameLookups Off
</VirtualHost>

tomcat:
<Host name="www.mydomain.com" appBase="webapps">
<Context path="" docBase="/usr/local/tomcat/webapps/myapp/" />
</Host>


--
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