Mantis Bugtracker
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0000463 [Resin] minor always 11-23-05 00:00 03-01-06 09:32
Reporter user470 View Status public  
Assigned To ferg
Priority normal Resolution fixed  
Status closed   Product Version 3.0.15
Summary 0000463: welcome-file from a servlet does not seem to work
Description RSN-512
I've a web.xml (Shortend):

<?xml version="1.0" encoding="UTF-8"?>
<web-app xmlns="http://java.sun.com/xml/ns/j2ee" [^] xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" [^] version="2.4" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee [^] http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"> [^]
...
  <servlet>
    <servlet-name>Faces Servlet</servlet-name>
    <servlet-class>javax.faces.webapp.FacesServlet</servlet-class>
    <load-on-startup>1</load-on-startup>
  </servlet>
...
  <servlet-mapping>
    <servlet-name>Faces Servlet</servlet-name>
    <url-pattern>/faces/*</url-pattern>
  </servlet-mapping>
...
  <welcome-file-list>
    <welcome-file>faces/Page1.jsp</welcome-file>
  </welcome-file-list>
</web-app>

So my welcome page should be generated out of the JSF Page1. But it doesn not. Instead I see a directory listing of the base of my web application.

The same works fine on other containers:-(
Additional Information Tested on Linux (SuSE 10), with jdk 1.5.0_05 but I don't think that matters.
Attached Files

- Relationships

- Notes
(0000983)
ferg
03-01-06 09:32

server/10r6
 

- Issue History
Date Modified Username Field Change
11-23-05 00:00 user470 New Issue
03-01-06 09:32 ferg Note Added: 0000983
03-01-06 09:32 ferg Assigned To  => ferg
03-01-06 09:32 ferg Status acknowledged => closed
03-01-06 09:32 ferg Resolution open => fixed
03-01-06 09:32 ferg Fixed in Version  => 3.0.19


Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
33 total queries executed.
26 unique queries executed.
Powered by Mantis Bugtracker