我开发了一个网络服务。当我想在服务器上发布它时,我收到以下错误
cannot Deploy TemperatureConverterServiceClientEAR
Deployment Error for module: TemperatureConverterServiceClientEAR: Error occurred
during deployment: Exception while loading the app : java.lang.Exception: WEB0113:
Virtual server [server] already has a web module
[AndroidBackendAuthentication.war] loaded at [/AndroidBackendAuthentication];
therefore web module
[TemperatureConverterServiceClientEAR#AndroidBackendAuthentication.war] cannot be
loaded at this context path on this virtual server. . Please see server.log for
more details
我去了目录C:\glassfish3\glassfish\domains\domain1\eclipseApps
并删除了所有文件。我也去了
然后我点击服务器。在default Web module
选项中我有以下条目
我怎样才能从这里删除这些模块。每当我尝试部署 web 服务时,我都会收到此消息。我怎样才能摆脱这个消息?我还从 Application 选项中删除了已部署的模块,之后此default Web module
选项变为空。但是,如果我尝试部署任何 web 服务,我会收到错误消息。请帮忙
谢谢你。