404 error in production server

2011-12-10 Thread kaynix
My GWT app works fine in hosted mode but I get 404 error in tomcat production server. I'm hosting the app in a remote server so I don't have the access to server log. Annotation used in service class: @RemoteServiceRelativePath("servlet/dash") web.xml configuration: serv

single service implementation class for multiple modules

2011-05-06 Thread kaynix
Can we have a single service implementation class(class that extends RemoteServiceServlet) for multiple modules? If yes how? -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to google-web-toolkit@googlegro

Re: module not loading

2011-04-25 Thread kaynix
I tried out the same thing, and ran the project in development mode. At first it did not wrok, but then I re-compiled the modules and restarted the server and it started working may be you can try out the same procedure. On Apr 22, 12:45 pm, Carlos wrote: > hi all, > > if i have two different mo

Re: module not loading

2011-04-25 Thread kaynix
I tried out the same thing, at first it didn't run but it runs after compiling both the modules. May be you can restart the server and check again. On Apr 22, 12:45 pm, Carlos wrote: > hi all, > > if i have two different modules and each module is associated to an > html page > when the user nav