当前位置:   article > 正文

html请求资源不可用,动态Web应用程序请求的资源(/helloWorld/index.html)不可用

.html is not available

使用Eclipse + JBoss + RESTEasy创建了一个动态Web应用程序,用于处理新项目。试图让shell运行起来。

我的项目浏览器有以下内容

根项目 - > WebContent-> index.html

当我去http://localhost:8080/helloWorld/index.html时,出现以下错误:

description The requested resource (/helloWorld/index.html) is not available.附加的是我的web.xml

xmlns="http://java.sun.com/xml/ns/javaee"

xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd">

helloWorld

javax.ws.rs.Application

com.test.helloWorld.webservices.MyhelloWorldApplication

org.jboss.resteasy.plugins.server.servlet.ResteasyBootstrap

Resteasy

org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher

Resteasy

/*

resteasy.scan

true

resteasy.servlet.mapping.prefix

/

/www/index.html

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/煮酒与君饮/article/detail/946743
推荐阅读
相关标签
  

闽ICP备14008679号