“Resource not found” warnings on my web.xml with Eclipse Kepler and JBOSS7
I am facing little problems in running the projects in LINUX platform...If anyone can help then it would be very helpful...JBOSS is installed and localhost is also running properly.But when I am running the simple Hello world project in Eclipse after server configuration. Its showing the error.
HTTP Status 404 - /jspHello
type Status report
message /jspHello
description The requested resource (/jspHello) is not available.
JBoss Web/7.0.13.Final
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
hello.jsp
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~`
%@ page language="java" contentType="text/html; charset=UTF-8"
pageEncoding="UTF-8"%>
Insert title here
% System.out.println("Hello World!"); %>
index.html
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Insert title here
hello World
**web.xml** ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~jspHello index.html hello.jsp
Responses