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].
For more options, visit this group at
http://groups.google.com/group/google-appengine-java?hl=en.