Hi,
Are we talking about debugging using SDBG plugin, setting breakpoints from the IDE +that kind of thing?
Because if you don't you don't need any reverse proxies for http. I am using it all the time and development machine where the codeserver runs is different from the production server. I am also not using the -launcherDir option. For https support the setup is more involving (and may require some proxies or certificate handling) and I haven't set it up yet.Are we talking about debugging using SDBG plugin, setting breakpoints from the IDE +that kind of thing?
On Thu, Oct 20, 2016 at 11:21 AM, Jens <jens.nehlmeier@gmail.com> wrote:
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 .
--
Vassilis Virvilis
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