赞
踩
使用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
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。