eclipse - gwt : URL was not found. eclpse/ -
what have proper run app under eclipse web app ?
my application working fine under tomcat when start in eclipse using 'run web app' i've got many massages : '
the requested url /com.xxx.xxx.xxx/xxxx not found on server.
'those messages firebug plugin.
please help.
in eclipse check run configuration .
do right click of project : run as->run configuration->web application->arguments
-remoteui "${gwt_remote_ui_server_port}:${unique_id}" -startupurl gwtdevtest.html -loglevel info -codeserverport 9997 -port 8888 -war d:\project_backup\sample-workspace2.0\gwtdevtest\war com.test.gwtdev.gwtdevtest
as per project path , module, changes in arguments.
Comments
Post a Comment