Yes that jar is there. I also decreased log level to FINEST and received
classloader ouput in the following order,
FINE: Returning class interface
org.springframework.beans.factory.InitializingBean
Mar 18, 2010 9:50:27 AM org.apache.catalina.loader.WebappClassLoader findClass
FINE: Loaded by WebappClassLoader
delegate: false
repositories:
/WEB-INF/classes/
Then sometime later
FINE: loadClass(com.citi.cpm.util.SystemPropertyInitializingBean, false)
Mar 18, 2010 9:50:28 AM org.apache.catalina.loader.WebappClassLoader loadClass
FINE: loadClass(com.citi.cpm.util.SecureDriverManagerDataSource, false)
Mar 18, 2010 9:50:28 AM org.apache.catalina.loader.WebappClassLoader loadClass
FINE: loadClass(org.springframework.orm.hibernate3.LocalSessionFactoryBean,
false)
Mar 18, 2010 9:50:28 AM org.apache.catalina.loader.WebappClassLoader loadClass
FINE: Returning class from cache
In the first log block it seems to indicate the spring class has been located.
In the second block the " Returning class from cache" output does not specify
which class was returned. The Exception block shows "
com.citi.cpm.util.SystemPropertyInitializingBean" which is indicated in the
second block.
Any Advice?
-----Original Message-----
From: Konstantin Kolinko [mailto:[email protected]]
Sent: Thursday, March 18, 2010 2:15 AM
To: Tomcat Users List
Subject: Re: Tomcat-Spring-Eclipse/Flex Classpath Issue
2010/3/17 Goldberg, Michael1 <[email protected]>:
> I am using Tomcat version 6.0.x, Spring 2.5 in eclipse 3.4.2. Trying to
> configure a tomcat webserver which hosts the backend for a flex web app.
>
> Now on startup tomcat is having an issue resolving some spring dependancies
> which appears to be a classpath issue.
Did you put your Spring *.jar files into WEB-INF/lib folder of your
web application?
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]