are you sure the servlet class is right? I mean, the name is correct and is
in the right package?

R

2010/7/16 Alex <monsterno...@gmail.com>

> but all my jar file are already in there.
> and when i change my package name from xwordbot to bot and update my
> web.xml to
>
>        <servlet>
>                <servlet-name>XWordBot</servlet-name>
>                 <servlet-class>bot.XWordBotServlet</servlet-class>
>         </servlet>
>        <servlet-mapping>
>                <servlet-name>XWordBot</servlet-name>
>                <url-pattern>/_wave/*</url-pattern>
>        </servlet-mapping>
>
> then there is no exception and also the 500 internal server error that
> i was getting previously
>
> why can't my package name be the same as my project name?
>
> On Jul 16, 1:38 am, Ronmell Fuentes <ringe...@gmail.com> wrote:
> > 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/th...
> >
> > Rgds.
> >
> > R
> >
> > 2010/7/14 Alex <monsterno...@gmail.com>
> >
> >
> >
> > > 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
> > > google-appengine-j...@googlegroups.com.
> > > To unsubscribe from this group, send email to
> > > google-appengine-java+unsubscr...@googlegroups.com<google-appengine-java%2bunsubscr...@googlegroups.com>
> <google-appengine-java%2bunsubscr...@googlegroups.com<google-appengine-java%252bunsubscr...@googlegroups.com>
> >
> > > .
> > > For more options, visit this group at
> > >http://groups.google.com/group/google-appengine-java?hl=en.
> >
> > --
> > ausencia de evidencia  ≠  evidencia de ausenciahttp://
> 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
> google-appengine-j...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine-java+unsubscr...@googlegroups.com<google-appengine-java%2bunsubscr...@googlegroups.com>
> .
> 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 google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to