Hi Lukiep,

You can try changing your <url-mapping> tag in web.xml to:

   <url-pattern>/com.foo.path.to.YourModuleName/MatrioscaCore</url-
pattern>

i.e. the explicit result of String moduleURL = GWT.getModuleBaseURL()
+ "MatrioscaCore";

regards
gregor


On Oct 13, 6:40 pm, Lothar Kimmeringer <[EMAIL PROTECTED]> wrote:
> Lukiep schrieb:
>
> > Hi, I'm trying to deploy my application in Apache Tomcat.
>
> > I generated the file and classes but when I put their in the Tomcat
> > directory (WebInf/lib e classes) the servlet doesn't work.
>
> Check the logfile of the tomcat-server if there are any entries.
>
> So check if the instantiation of the servlet happens and succeeds,
> then check the request-log if the request of the GWT-client has
> reached the server. Then check if the URL (also shown in the
> request-log) is really leading to the servlet and if there are
> any errors being logged (exceptions, etc.).
>
> To find out more you should also give out the exception being
> passed as parameter to onFailure. Very often things get more
> clear if you read what the framework is telling you.
>
> Regards, Lothar
--~--~---------~--~----~------------~-------~--~----~
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@googlegroups.com
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