hi Alex.

it's a very common error when the .jar files used by your app are not in
copied in the right directory, so please make sure all the jars are copied
also to the directory:  war/WEB-INF/lib

here is a similar issue.

http://groups.google.com/group/google-appengine-java/browse_thread/thread/f6f40411a076aa30#


Rgds.

R

2010/7/14 Alex <[email protected]>

> im getting ClassNotFoundException
>
>
> java.lang.ClassNotFoundException: xwordbot.XWordBotServlet
>
> i have checked that XWordBotServlet class is in the package xwordbot
>
> this is fragment of my web.xml
>
>        <servlet>
>                <servlet-name>XWordBot</servlet-name>
>                <servlet-class>xwordbot.XWordBotServlet</servlet-class>
>        </servlet>
>        <servlet-mapping>
>                <servlet-name>XWordBot</servlet-name>
>                <url-pattern>/_wave/*</url-pattern>
>        </servlet-mapping>
>
> so what is wrong?
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine for Java" group.
> To post to this group, send email to
> [email protected].
> To unsubscribe from this group, send email to
> [email protected]<google-appengine-java%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-appengine-java?hl=en.
>
>


-- 
ausencia de evidencia  ≠  evidencia de ausencia
http://culturainteractiva.blogspot.com/

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to