ejc770 wrote:
> We are using WAS 6.1ND and CFMX Ent. 8.0.1 and updated
the web.xml to include
> index.html or index.htm as default files(
> <welcome-file-list
id="WelcomeFileList_1034013110672">
> <welcome-file>index.cfm</welcome-file>
> <welcome-file>index.html</welcome-file>
> <welcome-file>index.htm</welcome-file>
> </welcome-file-list>
> but have issues with only the first item in the list is
displayed by default.
> If we move items around in the list always the first is
displayed but the
> others are not. Is this a known issue?
Is this the only change you made to your web.xml? Requests
for .html and
.htm files should not be send to ColdFusion by WebSphere in
the first
place, so I find it unlikely putting them in the
WelcomeFileList has any
effect whatsoever. Did you add servlet mappings for .html and
.htm as well?
Jochem
--
Jochem van Dieten
Adobe Community Expert for ColdFusion