I guess you might be right EXiL3.
I used to use struts as a DB connection pool manager(among other things), and on my dev env this was working fine, now in a shared env this lead to an inconsistant situation.
So I reworked my data access logic to work independent of struts, ie getting the services directly from the VM, and now its stable.
The intresting thing is that struts, in theory should not be giving me those types of probs.
Anyway this workaround seems to be working for the time being. I will have to wait until privateVMs are available here to be able to truly codcute a post-mort on that.
Thanks for your input..
Tamer