viviotech / lucee-installer

BitRock Installer XML config and files for the Lucee installers
http://lucee.viviotech.net/
9 stars 2 forks source link

Tomcat Default File Order #18

Closed utdream closed 12 years ago

utdream commented 13 years ago

Per Mark Drew:

Default files in c:\railo\tomcat\config\web.xml are kind of in the wrong order, this leads to the main page when you hit the server to display the tomcat page rather than railo, the order should (or rather, could) be:

<welcome-file-list>
   <welcome-file>index.cfm</welcome-file>
   <welcome-file>index.cfml</welcome-file>
   <welcome-file>index.html</welcome-file>
   <welcome-file>index.htm</welcome-file>
   <welcome-file>index.jsp</welcome-file>
</welcome-file-list>
utdream commented 13 years ago

updated in 3.2.3 pl1