This content has been marked as final.
Show 2 replies
-
1. Re: Using the built-in web server
Bodhisattva00 Jun 19, 2012 6:18 AM (in response to Community Help)Text in this page (and others) are a lot wider than my monitor window: http://help.adobe.com/en_US/ColdFusion/10.0/Admin/WSc3ff6d0ea77859461172e0811cbf364104-7fd 8.html
Can someone fix the code so you don't have to scroll left/right to read each sentence (and on the other pages too), thanks.
-
2. Re: Using the built-in web server
chnikki77 May 14, 2013 11:23 AM (in response to Community Help)Unfortunately I need things really spelled out for me so virtual directory code was still a little bit vague for me. For you simpletons like me, this what the virtual mapping would look like for a windows user needing multiple alias mappings.
<Context path="/" docBase="C:\ColdFusion10\cfusion\wwwroot" WorkDir="C:\ColdFusion10\cfusion\runtime\conf\Catalina\localhost\tmp" aliases="/VD=C:\newwebroot\VD,/test=C:\newwebroot\test"> </Context>
This link was verrrry helpful for me when figuring this out: http://www.adobe.com/devnet/coldfusion/articles/coldfusion-tomcat.html
