Netbeans Tomcat-无法访问WADL。请重新启动您的REST应用程序

时间:2019-03-22 02:26:48

标签: web-services jersey tomcat9 netbeans-8.2

我正在使用netbeans,并且该应用程序已部署在tomcat localhost:8080中。

但是当我尝试测试Web服务时,出现以下错误消息。

enter image description here

enter image description here

该网页也在localhost:8080中打开。请在下面找到屏幕截图。

enter image description here

应用程序配置文件如下更新,

public class ApplicationConfig extends ResourceConfig {

public ApplicationConfig() {

register(com.test.serverdetails.camrnvcenter.ServerInventoryRestful.class);
    register(com.dso.selfhealing.vmreset.VmController.class);
    register(com.dso.initiative.InitiativeController.class);
}

0 个答案:

没有答案