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].
For more options, visit this group at
http://groups.google.com/group/google-web-toolkit?hl=en.