Les Morgan, Thanks a lot for your response.
When I said "not very many people on" it means on either side. I mean development is only for a very few people who access it.
I would say, when traffic at proxy is less, then development works fine...
I do all the config too (of course along with coding). On our Apache/Websphere set up, in case of production, since it is running on SSL, it is running on a specific IP address (IP based virtual host) where as development along with 3 more applications run on a different IP address (Name based virtual hosts).
All applications run fine regarding stylesheets
except development !
Now since we are planning to move to new Websphere 8.x, I need to give access to the development for more people to
test which is the reason why I am now trying to find and fix the problem.
Any help would be appreciated.
My idea is: if I can fix the stylesheets load problem then I will give access to development for testing otherwise I need to create production version along with SSL for testing on new Websphere 8.x.
One main point though is: In both Apache/Websphere 6.x (on one system - present Production) and Apache/Websphere 8.x (on another system - plan to migrate to), all applications run fine expect Development of the application which has a Production version run on SSL. I mean on 2 different systems, same thing happening ?? Something definitely is common in both cases...
Is it because, the browser caches the css files from production and when development tries to access, it fails? 3 other applications running don't have any development versions and they work fine.
Thanks again.