Tomcat - undeploy & deploy

Opa,

Eai pessoal seguinte o tomcat aqui esta fazendo o seguinte:

1-) Inicio o tomcat - OK
2-) Gerado o .WAR e copiado para o webbapps - OK
3-) Tomcat faz o deploy do .WAR - OK
4-) Alteracoes no codigo , gerado o .WAR e copiado para o webbapps - OK
5-) Tomcat faz o undeploy -OK
6-) Tomcat inicia o deploy e PARA/TRAVA/NAO_CONTINUA

06/07/2006 17:07:14 org.apache.catalina.startup.HostConfig checkResources
INFO: Undeploying context [/dellanno]
79890[ContainerBackgroundProcessor[StandardEngine[Catalina]]] INFO  org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/dellanno]  - Closing Spring root WebApplicationContext
79890[ContainerBackgroundProcessor[StandardEngine[Catalina]]] INFO  org.springframework.web.context.support.XmlWebApplicationContext  - Closing application context [Root WebApplicationContext]
79890[ContainerBackgroundProcessor[StandardEngine[Catalina]]] INFO  org.springframework.beans.factory.support.DefaultListableBeanFactory  - Destroying singletons in factory {org.springframework.beans.factory.support.DefaultListableBeanFactory defining beans [objetivoPesquisaDAO,objetivoPesquisaService,pesquisaDAO,pesquisaService,propertyConfigurer,dataSource,sessionFactory,transactionManager,transactionIterceptor]; root of BeanFactory hierarchy}
79890[ContainerBackgroundProcessor[StandardEngine[Catalina]]] INFO  org.springframework.orm.hibernate3.LocalSessionFactoryBean  - Closing Hibernate SessionFactory
79890[ContainerBackgroundProcessor[StandardEngine[Catalina]]] INFO  org.hibernate.impl.SessionFactoryImpl  - closing
06/07/2006 17:07:15 org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive dellanno.war

Alguem sabe porque isso acontece ? O que devo fazer ?
Valeu! :thumbup:
[]s

Dando um UP no topico…

Solucao “simples”:

Em %TOMCAT_HOME%\conf\context.xml
Altere a tag ( do inicio do arquivo ) :

<Context>

Para:

<Context reloadable="true" antiResourceLocking="true" antiJARLocking="true">

E tudo funcionara maravilhosamente… :wink:

Até… :thumbup: