First of all you have 2 servlet-api jars with different versions in you classpath, what is not good :). Try to remove both from your war file.
On 9/28/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hello gents, > > I get the following 2 errors: > > 1) During deploy of my war I get the following error: > > INFO: > validateJarFile(E:\apache-tomcat-5.5.23\webapps\websvc\WEB-INF\lib\servlet > -api-2.3.jar) - jar not loaded. See Servlet Spec 2.3, section 9.7.2. > Offending class: javax/servlet/Servlet.class > INFO: > validateJarFile(E:\apache-tomcat-5.5.23\webapps\websvc\WEB-INF\lib\servlet > -api-2.5-6.1.2rc0.jar) - jar not loaded. See Servlet Spec 2.3, section 9.7.2. > Offending class: javax/servlet/Servlet.class > > What is the problem. Both jars are in my war file. I tried removing one of > the jars and still I get this error. > > 2)I get the error that my services.xml is not found. But both in my war file > as in the webapps dir from tomcat I see META-INF/xfire/services.xml. Still I > get this error: > > SEVERE: Error initializing XFireServlet. > org.springframework.beans.factory.BeanDefinitionStoreException: IOException > parsing XML document from class path resource [META-INF/xfire/services.xml]; > nestedexception is java.io.FileNotFoundException: class path resource > [META-INF/xfire/services.xml] cannot be opened because it does not exist > java.io.FileNotFoundException: class path > resource[META-INF/xfire/services.xml]cannot be opened because it does not > exist > > Please help. > > Thanks > Alex > > --------------------------------------------------------------------- > To unsubscribe from this list please visit: > > http://xircles.codehaus.org/manage_email > > -- ----- When one of our products stops working, we'll blame another vendor within 24 hours. --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email
