Your startup url should have the url parameter gwt.codesvr=127.0.0.1:9997.
Thats the magic parameter that kicks in the GWT browser plugin which in turn
evaluates java byte code.

--Sri


On 12 May 2010 01:43, arkady <[email protected]> wrote:

> Hey folks,
>
> I have a weblogic server running with my application, something I
> deploy and launch outside of eclipse.
> It is running on localhost:7001/myApp
>
> Inside Eclipse, I would like to launch the GWT component such that I
> can debug the client side code AND see immediate changes without the
> need to compile the GWT code.  I have been messing around with the run
> configuration forever and cannot seem to figure out the right
> combination.
>
> It launches, but none of what I want seems to happen.
>
> My eclipse run configuration looks like this:
>
> -war C:\location_of_my_source -noserver -remoteUI "$
> {gwt_remote_ui_server_port}:${unique_id}" -startupUrl
> http://localhost:7001/myapp
> -logLevel INFO com.mypackage.testtabs.Testtabs
>
> --
> 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