Hi.
I decided to reimplement some of my application (based Hibernate, Spring and WebWork) using GWT.
I coded my new GWT application then I deployed the application to
my
Tomcat container.
My main problem is how to debug my application (the GWT parts)?
With the original GWT hosted mode, this is easy as the GWT application
will run on its own container, but what if the application is deployed
on an external containter?
Thanks for your time.