alim wrote:
Sep 18, 2009 10:34:58 AM org.apache.catalina.core.StandardContext listenerStart SEVERE: Exception sending context initialized event to listener instance of class org.springframework.web.context.ContextLoaderListener org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [persistence-context.xml]: Invocation of init method failed; nested exception is java.lang.NoClassDefFoundError: javax/mail/internet/AddressException Caused by: java.lang.NoClassDefFoundError: javax/mail/internet/AddressException
Hi,
You haven't got JavaMail library installed. So Tomcat is not able to deploy webapp correctly. Hence 404 error.
Download JavaMail from http://java.sun.com/products/javamail/downloads/ and copy jar file to Tomcat's lib folder.
-- Mikolaj Rydzewski <m...@ceti.pl> --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org