AS> I have updated my config.xml from
AS> -----------------
AS>   <Host name="ci...ru" debug="0" appBase="webapps"
AS>       unpackWARs="true" autoDeploy="true">
AS>       <Context path="" docBase="ci" debug="1" reloadable="true">
AS> -----------------
AS> to
AS> -------------------
AS>     <Host name="ci...ru" debug="0" appBase="webapps"
AS>       unpackWARs="true" autoDeploy="false">
AS>       <Context path="" docBase="ci" debug="1" reloadable="false">
AS> -------------------
AS> but this did not help.

addition: I see that Tomcat inits my app only twice if I change the
config like this:
<Host name="ci...ru" debug="0" appBase="webapps/ci" unpackWARs="true" 
autoDeploy="false">
  <Context path="" docBase="." debug="1" reloadable="false">

it looks like the problem is because of my virtual hosts:
every web-app is inited when a virtual host is loaded
(all my web-applications are in folder webapps)



-- 
Best regards,
 Alexey                            mailto:[EMAIL PROTECTED]


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

Reply via email to