求助TT项目报错The requested resource (/blog/) is not available.如何解决

酸菜鱼_2323 2019-02-26 09:12:09
我的项目名为blog


web.xml也配置好了
<servlet>
<description>This is the description of my J2EE component</description>
<display-name>This is the display name of my J2EE component</display-name>
<servlet-name>ConsumerServlet</servlet-name>
<servlet-class>com.webiter.ConsumerServlet</servlet-class>
</servlet>

<servlet-mapping>
<servlet-name>ConsumerServlet</servlet-name>
<url-pattern>/ConsumerServlet</url-pattern>
</servlet-mapping>

为什么还出现
...全文
85 5 打赏 收藏 转发到动态 举报
写回复
用AI写文章
5 条回复
切换为时间正序
请发表友善的回复…
发表回复
Selenium39 2019-02-26
  • 打赏
  • 举报
回复
看一下你的控制台有没有报错
酸菜鱼_2323 2019-02-26
  • 打赏
  • 举报
回复
http://10.117.128.246:8080/blog/index.jsp也无法访问
酸菜鱼_2323 2019-02-26
  • 打赏
  • 举报
回复
<welcome-file-list>
<welcome-file>index.jsp</welcome-file>
</welcome-file-list>
这个我的web.xml中添加的有
bcsflilong 2019-02-26
  • 打赏
  • 举报
回复
还有 确认一下 发布成功了吗
bcsflilong 2019-02-26
  • 打赏
  • 举报
回复
看看访问http://10.117.128.246:8080/blog/index.jsp可以访问吗 另外在web.xml
中加<welcome-file>index.jsp</welcome-file>

81,091

社区成员

发帖
与我相关
我的任务
社区描述
Java Web 开发
社区管理员
  • Web 开发社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧