Re: struts 2 - excepting starting filter

2012-03-01 Thread jay
Thanks for your help! I found a struts jar in my tomcat\lib folder Dave Newton gmail.com> writes: > > The error message says it all, you need to remove the struts/etc. libs you > put in the tomcat lib directory and deploy only the application's copies. > > Dave

Re: struts 2 - excepting starting filter

2012-03-01 Thread Dave Newton
The error message says it all, you need to remove the struts/etc. libs you put in the tomcat lib directory and deploy only the application's copies. Dave (pardon brevity and typos, on cell) On Mar 1, 2012 11:16 PM, "jay" wrote: > Here is log with the error > > > jars I am using > > commons-file

Re: struts 2 - excepting starting filter

2012-03-01 Thread jay
Here is log with the error jars I am using commons-fileupload-1.2.2.jar commons-io-2.0.1.jar commons-lang-2.5.jar commons-logging-1.1.1.jar commons-logging-api-1.1.jar freemarker-2.3.18.jar javassist-3.11.0.GA.jar ognl-3.0.4.jar struts2-core-2.3.1.2.jar xwork-core-2.3.1.2.jar log4j-1.2.14.jar

Re: struts 2 - excepting starting filter

2012-03-01 Thread Dave Newton
What's in the startup log? Have you turned on devMode? Logging at debug level? IMO doing this via Ant will end up being a pain. IIRC there was done other issue with this particular project, too, although I'd have to dig to try to recall. Dave (pardon brevity and typos, on cell) On Mar 1, 2012 10

struts 2 - excepting starting filter

2012-03-01 Thread jay
I downloaded from google code Basic_Struts2_Ant and modified web.xml, added struts.xml and index.jsp along with log4j stuff according to instructions on struts website for this example. The app does not work on tomcat 7.0 I built with ant and deployed on tomcat jars I am using commons-fileu