Adolfo Panizo Touzon <adolfo.panizo@...> writes: > > > Hi everybody, > > I succeeded the step deploy my GWT app to an external server (in my case WebSphere). This step is "easy" (here). > > Now, I'm trying to "compile" automatically the app (on fly) to avoid the > slow process of compilation (because now when I made a change in my app, my WebSphere Server restart it automatically). > > The basic idea, is that I want to start the GWT Development Mode (like this) and work from here, but I don't how can I do. > > Any ideas or comments would be appreciated. > > Regards. > > Adolfo.-- El precio es lo que pagas. El valor es lo que recibes. > Warren Buffet > > > >
Guys, i'm having trouble setting up my environment to work in GWT DEV MODE. My server side is a Websphere 7 on my local computer, and i have tried to follow instructions from the same page you did, but no success. My GWT project is installed in a Websphere container inside a web project and with a context root. index.html is accessible through localhost:9081/GwtApp So, when i run my fully deployed app, everything works. DEV mode does not work. This is my debug config. arguments line: -remoteUI "${gwt_remote_ui_server_port}:${unique_id}" -logLevel INFO - codeServerPort 9997 -war E:\webBundle-workspc\GwtApp\war -noserver "C:\Program Files\IBM\SDP\runtimes\base_v7\profiles\was70profile\installedApps\razvojCell\We bBundle.ear\GwtApp.war" dev.entry.GwtApp Can you help me out here? -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to google-web-toolkit@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.