我正在使用netbeans,并且该应用程序已部署在tomcat localhost:8080中。
但是当我尝试测试Web服务时,出现以下错误消息。
该网页也在localhost:8080中打开。请在下面找到屏幕截图。
应用程序配置文件如下更新,
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);
}