<servlet-class>de.test.xml</servlet-class> is correct?

isn't it <servlet-class>de.test.xml.TestXMLServlet</servlet-class>?

*Romain Manni-Bucau*
*Twitter: @rmannibucau <https://twitter.com/rmannibucau>*
*Blog: **http://rmannibucau.wordpress.com/*<http://rmannibucau.wordpress.com/>
*LinkedIn: **http://fr.linkedin.com/in/rmannibucau*
*Github: https://github.com/rmannibucau*



2013/6/26 jakma <kristina.mathei...@jadeva.de>

> <?xml version="1.0" encoding="UTF-8"?>
> <web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
> xmlns="http://java.sun.com/xml/ns/javaee";
> xmlns:web="http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd";
> xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
> http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd"; id="WebApp_ID"
> version="3.0">
>   <display-name>TestXMLServlet</display-name>
>   <welcome-file-list>
>     <welcome-file>index.jsp</welcome-file>
>   </welcome-file-list>
>   <servlet>
>     <display-name>TestXMLServlet</display-name>
>     <servlet-name>TestXMLServlet</servlet-name>
>     <servlet-class>de.test.xml</servlet-class>
>   </servlet>
> </web-app>
>
> I dont see anything that doesnt belong there plus: non that is incorrect.
> Also - what confuses me the most - if i run it in Eclipse in a TomEE
> (registered as Tomcat 7) Server it works without Problems. Only if I want
> to
> run in it the same TomEE outside of Eclipse. All those Errors occure. Maybe
> a Library Problem? I copied some around but with no Effect.
>
>
>
> --
> View this message in context:
> http://openejb.979440.n4.nabble.com/Tomee-Openejb-can-t-seem-to-find-jsp-precompiled-servlet-class-tp4660481p4663954.html
> Sent from the OpenEJB User mailing list archive at Nabble.com.
>

Reply via email to