I have solved this issue. I have just forgotten to remove the servlet
tags from gwt.xml files.

But then I encountered a new problem.
My system consists of two applications. First one is for log-in and
user roles whereas the second one for screens.
My first screen comes and I log in, then I can see that my second
application also works (I mean its nocache.js and html are found) from
the development mode.

But the page does not come!!!
It says "Gwt module 'aaa' my need to be (re)compiled."
I couldn't understand this. I cleaned, rebuilt my to projects but no
change.
I am thinking that this is an issue about "two applications". Is there
anyone who has encountered the same problem and overcome it?

Thanks in advance...

haydar


On 17 Aralık, 16:22, Haydar <[email protected]> wrote:
> Hi
>
> When I run my project, it gives me a warning that says:
>
> [WARN] Module declares a servlet class
> 'com.myapplication.server.myService' with a mapping to '/myGWT/my',
> but the web.xml has no corresponding mapping; please add the following
> lines to your web.xml: <servlet-mapping> <servlet-name>myService</
> servlet-name> <url-pattern>/myGWT/my</url-pattern> </servlet-mapping>
>
> When I look in my web.xml there is already this description and
> mapping...
> In another project there is not anything like that in the warning, but
> it still gives the same
> warnings.
>
> Can anyone please help me?

--

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.


Reply via email to