Top "Welcome-file" questions

How to configure welcome file list in web.xml

I have this in my web.xml document. I am trying to have a welcome list so I dont need …

jsp servlets web.xml welcome-file
HTTP Status 404 - The requested resource (/ProjectName/) is not available

I'm getting the following error when running my Eclipse project on Tomcat server: HTTP Status 404 - The requested resource (/ProjectName/) …

eclipse jsp tomcat http-status-code-404 welcome-file
Welcome file not working with html file in spring

I have given my welcome file in web.xml But when running the application, it is showing 404 error on http://172.16.2.16:8080/…

html spring jsp maven welcome-file
How load servlet on index.jsp

Is there is any way to call a servlet on index.jsp? My welcome file is index.jsp. I need …

jsp servlets welcome-file
Set default home page via <welcome-file> in JSF project

I am unable to set a default page that loads in the browser when I start a Java EE project …

eclipse jsf tomcat homescreen welcome-file
How to configure welcome file (HTML/JSP) in Jersey container

I have a Jersey RESTful web service project. I have configured the Jersey container in the web.xml and everything …

java rest servlets jersey welcome-file
how to specify welcome-file-list in WebApplicationInitializer.onStartup()

Currently I have a web application where we are using web.xml to configure the application. The web.xml has …

spring web.xml welcome-file programmatic-config
Set servlet as default home page in web.xml

I've a servlet registered in web.xml as below. <servlet> <servlet-name>Manager</servlet-name> <…

servlets web.xml welcome-file
Redirect from index.jsp welcome file to map.xhtml JSF page

I am try to make a my first jsf2 project run on jboss7.1 I want to redirect from the index.…

jsf facelets welcome-file
Not Showing Welcome Page JSP

I have created dynamic web project in eclipse and added index.jsp file, obviously thats my welcome page.I have …

java angularjs jsp web-inf welcome-file