side code, my run/debug configuration, Arguments tab > Program
arguments is as follow:
Run/Debug Settings
-remoteUI "${gwt_remote_ui_server_port}:${unique_id}" -startupUrl
http://127.0.0.1:7001/ALS.html -logLevel INFO -noserver -
codeServerPort 9997 -war D:\workspace\ALS_AdministrationConsole\war
com.ha.als.ALS
my server is in localhost (but not using gwt jetty, I use oracle in
localhost)
In IE, if I double click the url
http://127.0.0.1:7001/ALS.html?gwt.codesvr=127.0.0.1:9997
will display
Error 404 -not found
if enter the url
http://127.0.0.1:7001/ALS/
the application can be run, but not in client side debug mode.
what wrong with the program arguments in the debug mode for client
side debugging fail?
--
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+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
No comments:
Post a Comment