RE: Struts2 with JDK1.4.2_19 & Tomcat 5.0.28

2010-06-24 Thread VR Venugopal Rao
Dear Raghu, Please install tomcat 6.0 and Java 1.5/1.6 Version to avoid filter start errors. Regards, VR Venugopal Rao -Original Message- From: Raghumys4 [mailto:raghum...@gmail.com] Sent: 24 June 2010 15:51 To: user@struts.apache.org Subject: Re: Struts2 with JDK1.4.2_19 & To

Re: Struts2 with JDK1.4.2_19 & Tomcat 5.0.28

2010-06-24 Thread Raghumys4
Hi All, Finally i solved this Issue. You have to include jar file named xalan-2.6.0.jar into WEB-INF which is used by Filter class. http://mirrors.ibiblio.org/pub/mirrors/maven2/xalan/xalan/2.6.0/xalan-2.6.0.jar Hope it will solve this Filter start error. My Software versions are Randy Bur

Re: Struts2 with JDK1.4.2_19 & Tomcat 5.0.28

2009-01-03 Thread Randy Burgess
I am developing on JDK 1.5 and using Maven and the retrotranslator- maven-plugin (1.0-alpha-2, none of the other versions would work for me) to retrotranslate not only struts2-*.jar and xwork*.jar but also all of my source code since that is written and compiled for 1.5. I've run this projec

RE: Struts2 with JDK1.4.2_19 & Tomcat 5.0.28

2008-12-23 Thread Pep Villar
Hi, i've tested the alternate j4 jars that you can find in the struts2 site (struts-2.0.14-backport.zip at http://struts.apache.org/download.cgi#struts2014) without make use of retrotanslator (the work is already done) and worked fine both in Apache Tomcat 5.0.28 and Sun Application Server 8

Re: Struts2 with JDK1.4.2_19 & Tomcat 5.0.28

2008-12-23 Thread rorostar
Dave, I tried to turn print some debug log using SimpleLog but I get a bunch of statements that i dont understand: ... ... 2008/12/23 15:34:40:591 CST [DEBUG] Digester - New match='web-app/mime-mapping' 2008/12/23 15:34:40:591 CST [DEBUG] Digester - Fire begin() for CallMethodRule[methodName=

Re: Struts2 with JDK1.4.2_19 & Tomcat 5.0.28

2008-12-23 Thread Dave Newton
From: rorostar > Has anyone had any success trying to use struts2 on java4 environment? > My server is using java 1.4.2, and they would not upgrade. Have you turned on dev mode and increased logging levels for struts, xwork, and OGNL? I haven't used S2 with JDK 1.4 on Tomcat since ~2.0.9 but h