Hello everyone. The problem is fairly simple, but I just do not know what was happening.
On Tomcat server I have virtual host and my application like this (server.xml): <Engine Name="Catalina" defaultHost="www.workinua.com.ua"> <Host Name="www.mysite.com" appBase="webapps" autoDeploy="false"> <Alias> Workinua.com.ua </ Alias> <Context Path="" docBase="MyApp" debug="0" /> </ Host> </ Engine> After starting the server Tomcat, the context of my application is initialized twice, I see it on logs. At the forums encountered such a problem - advise to put autoDeploy = "false", but it did not help. I have tried all cases, but never got only one context initialized. I would appreciate any ideas. Thanks in advance. -- View this message in context: http://old.nabble.com/Tomcat-load-context-twise-tp27506974p27506974.html Sent from the Tomcat - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org