We have one websphere server with multiple applications running on it. They're all running on separate profiles, but they are somehow able to access each others static content.
For example, the following URLs both return images...
http://firstapp.com/images/image.gif
http://secondapp.com/images/image.gif
...when the image only exists in the project of the first app! The domains each point to different IPs, which are then routed to different ports on the server.
We can't see anything obvious in the websphere configuration files. Anyone seen this before? We'd appreciate any help!
UPDATE: I won't have access to troubleshoot or even analyze the server for about a month, unfortunately. I'm pretty sure the problem is in the websphere apache plugin configuration.