Re: Problem reloading Struts 2 app in Tomcat and Eclipse

2010-02-25 Thread Greg Lindholm
>1) the correct JDK (think 5.5.28 runs with 1.5, doesn't it ?) Running with JDK 1.6.0_16 > 2) the correct xerces - libraries in your classpath I've got xercesImpl.jar (2.9.1) in my WEB-INF/lib folder and as far as I know that is the only SAXParser. > 3) not any other libraries in your classpath t

Re: Problem reloading Struts 2 app in Tomcat and Eclipse

2010-02-25 Thread Volker Karlmeier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi again, regarding your reloading problem I have another idea. Look here, if you have the next problem :) http://tomcat.apache.org/tomcat-5.5-doc/config/context.html regards Volker Am 24.02.2010 16:33, schrieb Greg Lindholm: > I decided to fin

Re: Problem reloading Struts 2 app in Tomcat and Eclipse

2010-02-25 Thread Volker Karlmeier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, that seems to me as if you have a problem with your sax-parser. You should have a look if you have 1) the correct JDK (think 5.5.28 runs with 1.5, doesn't it ?) 2) the correct xerces - libraries in your classpath 3) not any other libraries in your

Problem reloading Struts 2 app in Tomcat and Eclipse

2010-02-24 Thread Greg Lindholm
I decided to finally ask about this problem I've been seeing for several years. During development I will run my Struts 2 (2.1.8) apps in Tomcat (5.5.25) from Eclipse (3.5.1). I've included the current versions I'm using but this problem goes way back over many different versions over a couple year