Bug 21350 - Infocenter, help webapp should define welcome file list
Summary: Infocenter, help webapp should define welcome file list
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: User Assistance (show other bugs)
Version: 2.0   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Konrad Kolosowski CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 21419
  Show dependency tree
 
Reported: 2002-07-08 12:05 EDT by Konrad Kolosowski CLA
Modified: 2002-07-11 11:27 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Konrad Kolosowski CLA 2002-07-08 12:05:03 EDT
help webapp should define welcome file list, otherwise /help might not find 
index.jsp.
Comment 1 Konrad Kolosowski CLA 2002-07-11 11:27:18 EDT
Fixed.  Added following welcome list to all web.xml files in the help.webapp 
project.

	<welcome-file-list>
		<welcome-file>index.html</welcome-file>
		<welcome-file>index.htm</welcome-file>
		<welcome-file>index.jsp</welcome-file>
	</welcome-file-list>