-
1. Re: CF9 & built-in web server: Change default documents?
WolfShade Mar 14, 2014 12:43 PM (in response to WolfShade)I edited two .xml files, and it works.
I wanted to add "frameset.cfm" and push it to the top.
[drv]\ColdFusion10\cfusion\runtime\conf\web.xml
[drv]\ColdFusion10\cfusion\wwwroot\WEB-INF\web.xml
MAKE A BACKUP OF ANY FILE(S) YOU EDIT, FIRST!
Locate (at/near the bottom of each file) the section that looks like:
<welcome-file-list>
<welcome-file>index.html</welcome-file>
...
</welcome-file-list>
Add "<welcome-file>YourFilenameHere.ext</welcome-file>" for each that you want to add. Put the first one you want chosen at the top of the list, etc.
Restart CF Server. Voila.
-
2. Re: CF9 & built-in web server: Change default documents?
BKBK Mar 16, 2014 4:05 AM (in response to WolfShade)Nice one! Please mark your answer as 'correct'.
-
3. Re: CF9 & built-in web server: Change default documents?
WolfShade Mar 17, 2014 6:57 AM (in response to BKBK)Ya'know.. I _was_ going to do that.. but then felt kind of sheepish marking my answer to my own question as "correct".
AAAAAAAAAAAAAND.. I just noticed that I (by habit) typed "CF9" as part of the title, when I'm actually running CF10. SORRY!


