Questions tagged [welcome-file]
67 questions
0
votes
1 answer
How to automatically redirect user to a protected page after login with j_security_check
I have a web application developed using JSF1.2 running on JBoss AS7. Except for the login page, all other pages are protected. I also have a custom FormAuthenticator valve that needs to get triggered as part of the authentication processs.
The…

Thira
- 1,555
- 1
- 13
- 24
0
votes
2 answers
Tomcat returns some unknown welcome page
I am deploying a web app. I have no welcome files defined in web.xml (in both conf/web.xml and application web.xml). I do not have an index.html/index.htm/index.jsp in root of application. Still when I access http://localhost:8080 it shows some…

Sanket Meghani
- 885
- 2
- 14
- 22
0
votes
0 answers
Error in configuring Spring MVC welcome page
I have configured a very simple Spring MVC project where instead of index.jsp file welcome page I have configured the welcome page in the controller. But I don't know why I've tried everything on running the project the error is resource is not…

underdog
- 4,447
- 9
- 44
- 89
0
votes
0 answers
Show full URL in browser address bar when using
I am using in web.xml. My welcome file is at faces/index.xhtml. Everything is working fine except that the full URL for the welcome file is not shown in browser address bar. When I type in
http://localhost:8080/hello1/
I want to…

CodeHelp
- 1,328
- 5
- 21
- 37
0
votes
1 answer
Changing welcome file location results in deployment failure
I am getting below error.
FAIL - Application at context path /sampleJSF could not be started
I want to change my welcome file location. I have a index.jsp page at WEB-INF/pages/index.jsp. How can I modify servlet mapping and welcome file list to…

Turgut Dsfadfa
- 775
- 6
- 20
- 42
-1
votes
3 answers
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 added it in web.xml,I am using angular js for front-end interface management.
here is my web.xml

droidev
- 7,352
- 11
- 62
- 94
-1
votes
2 answers
Spring welcome-file
I've tried, and both not working ( HTTP 404 )
/home
and
home
in the URL…

darkZone
- 603
- 3
- 12
- 25