welcome-file Questions
3
Solved
I'm getting the following error when running my Eclipse project on Tomcat server:
HTTP Status 404 - The requested resource (/ProjectName/) is not available.
The URL in browser's address bar is...
Lindesnes asked 17/10, 2011 at 20:7
4
Currently I have a web application where we are using web.xml to configure the application. The web.xml has welcome-file-list.
<web-app>
...
<welcome-file-list>
<welcome-file&g...
Deserted asked 22/6, 2015 at 5:33
6
Solved
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/sampletest/
It is a spring application.
web.xml
<?xml version="1.0...
Decrescendo asked 10/7, 2014 at 7:1
8
Solved
I have a Jersey RESTful web service project. I have configured the Jersey container in the web.xml and everything works fine.
In the same project, I have introduced one HTML page and included in t...
Deafanddumb asked 9/10, 2013 at 16:42
6
I have this in my web.xml document. I am trying to have a welcome list so I dont need to type the path for the home page anymore. But everytime a clicked the application in my tomcat page it displa...
Laser asked 1/2, 2013 at 14:11
3
Solved
I am unable to set a default page that loads in the browser when I start a Java EE project using Tomcat 8.0 from Eclipse.
I am trying to learn JSF, so I followed this tutorial
Everything works fin...
Mudslinger asked 19/12, 2014 at 9:15
4
Solved
Is there is any way to call a servlet on index.jsp? My welcome file is index.jsp. I need to populate dropdown list values by a servlet when index.jsp is opened.
I tried to set <load-on-startup...
Harbard asked 5/4, 2013 at 17:24
1
Solved
I am developing a web application using Spring MVC with pure Java based and no web.xml configuration. I did code the class below to load the beans and set the url pattern. How can I set the the wel...
Soakage asked 8/11, 2015 at 15:36
3
I've a servlet registered in web.xml as below.
<servlet>
<servlet-name>Manager</servlet-name>
<servlet-class>Manager</servlet-class>
</servlet>
<serv...
Brenneman asked 15/8, 2015 at 0:51
1
© 2022 - 2024 — McMap. All rights reserved.