Re: GWT support for Application Servers

2012-01-20 Thread Thomas Broyer
On Thursday, January 19, 2012 9:24:11 PM UTC+1, SergeZ wrote: > > Thanks a lot, it is my mistake I miss this passage of the official > documentation, but if I got the point right, the article says that, > yes, you cat debug client-side code as ussual, but I have to find a > tool to debug the s

Re: GWT support for Application Servers

2012-01-19 Thread SergeZ
Thanks a lot, it is my mistake I miss this passage of the official documentation, but if I got the point right, the article says that, yes, you cat debug client-side code as ussual, but I have to find a tool to debug the server-side one. So, fix me if I wrong, but one of the possible scenarious is

Re: GWT support for Application Servers

2012-01-19 Thread Thomas Broyer
See http://code.google.com/webtoolkit/doc/latest/DevGuideCompilingAndDebugging.html#How_do_I_use_my_own_server_in_development_mode_instead_of_GWT's -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit

Re: GWT support for Application Servers

2012-01-18 Thread Jens
Sure! You can use whatever application server you like. You just have to start your servlet container / application server of choice in debug mode and then connect to it for remote debugging your *server side code* using Eclipse (see http://www.mkyong.com/websphere/remote-debugging-with-eclipse

GWT support for Application Servers

2012-01-18 Thread SergeZ
Hi everyone ! Is there any other application server, probably a lightweight one, except Jetty, which allows developers to debug GWT code in a hosted mode ? In particular, is it possible to debug it on the WebSphere Application Server and if it is, then, which are the necessary steps to adjust it f