His,

I wonder if it is possible to debug a gwt site running on a productive
webserver. Say there is a website
"example.com" with some issues that you want to inspect real-time and
in-production through a DevMode.

I created following eclipse launch directive
-noserver -whitelist .* -war /home/${env_var:USER}/jboss/server/
default/deploy/example-war -bindAddress 0.0.0.0  -codeServerPort 9993 -
startupUrl
http://example.com:8080/example.html
xyz.Example

So I basically using local codebase and want to debug against a
compiled and deployed instance running on a remote (not in the LAN)
webserver.

The browser starts with the following url
http://example.com:8080/example.html?gwt.codesvr=192.168.0.2:9993 but
I don't see connection tab being opened in the DevMode console.

Could it be that I have messed it up with ports and ip addresses?

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

Reply via email to