我必须做些什么才能在eclipse下正确运行我的应用程序作为网络应用程序?
我的应用程序在tomcat下运行正常,但是当我使用'run as web app'在eclipse中启动时,我有很多这样的按摩: '
在此服务器上找不到请求的URL /com.xxx.xxx.xxx/xxxx。
'
这些消息来自firebug插件。
请帮忙。
答案 0 :(得分:0)
在eclipse中检查运行配置。
右键单击项目:运行As->运行配置 - > Web应用程序 - >参数
-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
根据您的项目路径和模块,对参数进行更改。