Michael-

stop webserver
cd /WEB-INF/classes
jar -xvf $SPRING_HOME/dist/modules/spring-*.jar .

clear any temp or work folders..(tomcat work folder is usually in 
$CATALINA_HOME/work/Catalina/localhost/WebAppFolder)
start webserver

flex is a different issue ..for mine i had to grant both read and execute 
permissions for the flex jars in catalina.policy

anyone?
Martin Gainty 
______________________________________________ 
Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité
 
Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger 
sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte Weiterleitung 
oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht dient lediglich dem 
Austausch von Informationen und entfaltet keine rechtliche Bindungswirkung. 
Aufgrund der leichten Manipulierbarkeit von E-Mails koennen wir keine Haftung 
fuer den Inhalt uebernehmen.
Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le 
destinataire prévu, nous te demandons avec bonté que pour satisfaire informez 
l'expéditeur. N'importe quelle diffusion non autorisée ou la copie de ceci est 
interdite. Ce message sert à l'information seulement et n'aura pas n'importe 
quel effet légalement obligatoire. Étant donné que les email peuvent facilement 
être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité 
pour le contenu fourni.




> From: michael1.goldb...@citi.com
> To: users@tomcat.apache.org
> Date: Thu, 18 Mar 2010 11:04:34 -0400
> Subject: RE: Tomcat-Spring-Eclipse/Flex Classpath Issue
> 
> 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:knst.koli...@gmail.com]
> 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 <michael1.goldb...@citi.com>:
> > 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: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
> 
                                          
_________________________________________________________________
Hotmail is redefining busy with tools for the New Busy. Get more from your 
inbox.
http://www.windowslive.com/campaign/thenewbusy?ocid=PID27925::T:WLMTAGL:ON:WL:en-US:WM_HMP:032010_2

Reply via email to