Shapira, Yoav wrote:

Hi,
It's probably because you have autoDeploy set to true AND an explicit
context with a different path for your webapp. So tomcat deploys it
twice, one with your explicit context and once via autoDeploy with a
path="/" + the app name, i.e. "/myApp". Pick one, in your case probably
you should set autoDeploy="false".



What should one do if he has a VHost with many web applications, all of them rooted in one dir (i.e. "~owner/WebApps/") and wants to setup some context bound things, like DataSources?


If "autodeploy" is on, the webapp with DataSource will load twice. If it is off, then each webapp has to be deployed manually.

Nix.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to