yup im sure of it, somehow the project name in eclipse 3.5 cannot be the same as package name (same thing happens to me when i was making a wave gadget with cobogwave)
On Jul 17, 12:04 am, Ronmell Fuentes <[email protected]> wrote: > 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 <[email protected]> > > > > > 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 <[email protected]> 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 <[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]> > > <google-appengine-java%[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 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 > > [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 > 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 [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.
