Is there a way to debug the GWT application (client and server) just like your plugin allows while running in SuperDevMod while it has been deployed on an application server, e.g. WebSphere with say, localhost:9080/MyApp context root?
As long as the Application server runs on the same host/ip as the SuperDevMode CodeServer it works. Just use -launcherDir to point to your /war output folder. If running the application server on a different host / ip you would need to use a reverse proxy so that calls to localhost/MyApp map to otherIp:9080/MyApp. We use a reverse proxy approach like forever at work to either deploy locally or on a different server, and it works pretty well. But granted its a bit more work to setup.
-- J.
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.
No comments:
Post a Comment