Setup basics (all on Linux box):
- Apache Tomcat/7.0.6
- JVM: 1.6.0_22-b04
- Apache httpd 2.2.17
-- proxied via "ProxyPass /Catalog ajp://localhost:8009/Catalog"
I just deployed a new version of the app to my test server.
When I access the application (/Catalog) directly via Tomcat, all runs fine:
http://test.domain.org:8080/Catalog
When I access via http
http://test.domain.org/Catalog
I get very strange, erratic behavior:
- responses are often (not always) returned with improper context
types (e.g., images as text/plain).
The behavior is not consistent. Sometimes a page reload "fixes" the
problem. Most of the time it doesn't. I have seen the behavior with
all types of content (text/javascript, text/css, text/html, ...).
I have yet to see this behavior when accessing Tomcat directly.
This is a setup I have been using for quite a while without problems.
I have not run into this before.
Before I start digging into all kinds of weird possibilities, I was
hoping this description might trigger something in one of you that
would help me.
Thanks in advance for any guidance/pointers.
--
Jonathan Rosenberg
Founder & Executive Director
Tabby's Place, a Cat Sanctuary
http://www.tabbysplace.org/
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]