Hi guys,

Any idea why I can't redeploy my Spring/Hibernate application anymore?  This
started happening when I added code to send an email using the javamail api
(through Spring's SimpleMailMessage and MailSender).  I included mailapi.jarand
smtp.jar in WEB-INF/lib as well.  Normally I would copy the
application.warfile to the apache-tomcat-6/webapps directory (using
the latest version of
tomcat) and my tomcat console window would suddenly flow with all of the
initialization data.  Instead it pauses after the last line below:

Mar 24, 2008 11:05:30 PM
org.springframework.orm.hibernate3.AbstractSessionFactoryBean destroy
INFO: Closing Hibernate SessionFactory
Mar 24, 2008 11:05:30 PM org.hibernate.impl.SessionFactoryImpl close
INFO: closing
Mar 24, 2008 11:05:31 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive application.war

I have to shutdown tomcat and delete the entire webapps/application
directory.

Reply via email to