Re: tomcat 5.5.20 security issue

2008-11-25 Thread aymen83
i think it's the real problem since the application is compiled using jdk 1.6 and it's runned under jdk 1.5 but for now there's no way to change because we are migrating to 1.6 -- View this message in context: http://www.nabble.com/tomcat-5.5.20-security-issue-tp20661073p20677894.html Sent from

Re: tomcat 5.5.20 security issue

2008-11-24 Thread Serge Fonville
Just a few questions off the top off my head:Where do you get the error How did you configure tomcat When do you get the error What applications do you already have What is your OS What is the end goal you want What variables have you set Why tomcat 5.5.20 (instead of 6) It seems a library can

RE: tomcat 5.5.20 security issue

2008-11-24 Thread BEN HMIDA aymen
 : Serge Fonville [mailto:[EMAIL PROTECTED] Envoyé : lundi 24 novembre 2008 14:52 À : Tomcat Users List Objet : Re: tomcat 5.5.20 security issue Just a few questions off the top off my head:Where do you get the error How did you configure tomcat When do you get the error What applications do you

RE: tomcat 5.5.20 security issue

2008-11-24 Thread Peter Crowther
From: Serge Fonville [mailto:[EMAIL PROTECTED] Just a few questions off the top off my head: ... and to add another one: What is your OS What is your Java virtual machine? In particular, are you using a non-Sun JVM such as GCJ? - Peter

RE: tomcat 5.5.20 security issue

2008-11-24 Thread BEN HMIDA aymen
I'm using sun jvm 1.5 and the os is windows XP -Message d'origine- De : Peter Crowther [mailto:[EMAIL PROTECTED] Envoyé : lundi 24 novembre 2008 14:59 À : 'Tomcat Users List' Objet : RE: tomcat 5.5.20 security issue From: Serge Fonville [mailto:[EMAIL PROTECTED] Just a few questions

RE: tomcat 5.5.20 security issue

2008-11-24 Thread Caldarale, Charles R
From: aymen83 [mailto:[EMAIL PROTECTED] Subject: tomcat 5.5.20 security issue java.lang.NoClassDefFoundError: com/sun/org/apache/xml/internal/security/Init Move up to a 1.6 JVM. It appears the version of Spring you're using is expecting to have the 1.6 libraries available. There's

RE: tomcat 5.5.20 security issue

2008-11-24 Thread BEN HMIDA aymen
but no success -Message d'origine- De : Caldarale, Charles R [mailto:[EMAIL PROTECTED] Envoyé : lundi 24 novembre 2008 16:16 À : Tomcat Users List Objet : RE: tomcat 5.5.20 security issue From: aymen83 [mailto:[EMAIL PROTECTED] Subject: tomcat 5.5.20 security issue

Re: tomcat 5.5.20 security issue

2008-11-24 Thread Michael Ludwig
BEN HMIDA aymen schrieb am 24.11.2008 um 16:24:35 (+0100): I tried to download the xmlsec.jar and placed it in my WEB-INF/lib but no success Did you get one of these? http://xml.apache.org/security/dist/java-library/ In order to register your security provider, you may have to do some editing

Re: tomcat 5.5.20 security issue

2008-11-24 Thread Michael Ludwig
aymen83 schrieb am 24.11.2008 um 05:45:11 (-0800): I???m trying to run a web service on tomcat 5.5.20 but I have this error. I???m not expert in tomcat so if someone can help me? java.lang.NoClassDefFoundError: com/sun/org/apache/xml/internal/security/Init at