I am sorry. Where it says org.mlecea.PostEditor.server.UserServiceImpl is org.mlecea.PostEditor.server.servlets.UserServiceImpl. But it is a typing mistake in this message.
On 25 ago, 09:12, mlecea <[email protected]> wrote: > Thank you for responding. > > My web.xml file is located in the WEB-INF directory. This is the entry > of one of the servlets: > > <servlet> > <servlet-name>UserService</servlet-name> > <servlet-class>org.mlecea.PostEditor.server.UserServiceImpl</ > servlet-class> > </servlet> > <servlet-mapping> > <servlet-name>UserService</servlet-name> > <url-pattern> /org.mlecea.PostEditor.client.Logic/ > UserService<url-pattern> > </servlet-mapping> > > The interface UserService and UserServiceAsync are in the package > called: org.mlecea.PosEditor.client.Logic.UserService > and the UserServiceImpl is in the package: > org.mlecea.PostEditor.server.Servlets. > > I don't know what it is wrong. Everything worked OK in localhost > machine but on the server firebug says that UserService was not found. > I think it is something with the web.xml file. I appreciate your help. > Thanks > On 25 ago, 08:41, Shakun Sachdeva <[email protected]> wrote: > > > > > make sure that you have the web.xml file copied . Moreover the web.xml > > should contain the server mappings in it. > > > On Wed, Aug 25, 2010 at 12:02 PM, mlecea <[email protected]> wrote: > > > Help me please!!! > > > > On 21 ago, 19:04, mlecea <[email protected]> wrote: > > > > Hi, > > > > > I have developed an application with GWT and everything worked OK in > > > > hosted mode. I created the .war file and copied to the public_html > > > > directory from my server. When I load the page everything is OK but > > > > the servlets are not working. Firebug says that the servlet can't be > > > > found. I don't know where is the problem. I have just copied what I > > > > had on my local machine and copied to the server and nothing works now > > > > on the server. I hope somebody could help me. > > > > > Bye, > > > > -- > > > You received this message because you are subscribed to the Google Groups > > > "Google Web Toolkit" group. > > > To post to this group, send email to [email protected]. > > > To unsubscribe from this group, send email to > > > [email protected]<google-web-toolkit%2bunsubs[email protected]> > > > . > > > For more options, visit this group at > > >http://groups.google.com/group/google-web-toolkit?hl=en.-Ocultar texto de > > >la cita - > > > - Mostrar texto de la cita -- Ocultar texto de la cita - > > - Mostrar texto de la cita - -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" 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-web-toolkit?hl=en.
