Question
CFMX 8.0.1 and Websphere 6.1ND
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?
<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?
