Debugging your GWT project in development (aka hosted) mode, allows you to
specify an different server. You have to disable the internal server in the
launch configuration and add a program argument "-startupUrl
http://address-of-my-host-page";.

It is important, that the HTML loaded by this address contains a compiled
JavaScript of the module (can be an older version) to tell the development
mode that it's time to work now.

You can also change your Java code and test them.

Regards
Jan Ehrhardt

On Sun, Mar 7, 2010 at 11:01 PM, myapplicationquestions <
[email protected]> wrote:

> Hi All,
>
> Is it possible to debug GWT scripts deployed onto websphere?
>
> Thanks,
>
> --
> 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%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-web-toolkit?hl=en.
>
>

-- 
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