Ok.. Now I've tried it on a different machine (running IIS6) Did what you said below. here's my settings.ini.cfm file. What's not correct? (This is only on my local machine, so no password for the db and I haven't set up the smtp server for email)
++++++++++++++++++++++++++ <cfabort/> [settings] mode=production appname=sava5 appReloadKey=appreload [production] title=SAVA 5.0 filedir= fileStore=fileDir fileStoreAccessInfo= assetpath=/sava/tasks/sites mapdir=sava5 webrootmap=savawrm datasource=savadb dbType=mysql dbUsername=root dbPassword= context=/sava stub= admindomain= indexfile=index.cfm [email protected] mailserverip=mail.example.com mailserversmtpport=25 mailserverpopport=110 [email protected] mailserverpassword=root mailservertls=false mailserverssl=false useDefaultSMTPServer=0 adminssl=0 logEvents=0 debuggingEnabled=true port=80 productionDatasource= productionAssetPath= productionWebroot= productionFiledir= sessionHistory=30 locale=Server ping=1 imageInterpolation=highestQuality On Sun, Jan 25, 2009 at 2:18 AM, Matthew Levine <[email protected]>wrote: > Sava in no way requires it to be installed in your main CF webroot > (Application/ColdFusion8/wwwroot). > > However, by default it assumes it is in your individual website's root > directory. If you want to run Sava sub directory named /sava you can simply > move all the Sava files into that directory and edit the > /sava/config/setting.ini.cfm. > > Set the followinw two attributes: > context=/sava > assetPath=/sava/tasks/sites > > It is also important to note that when first installed Sava's default site > is bound to localhost so if you want to run it on a another host you will > need to: > > 1. login to the admin (/sava/admin) with the default admin account > (username: admin, password:admin). > 2. Click "Edit Current Site" under "Site Settings" on the top right corner > of the page. > 3. Change the "Domain" field to the IP of Host that you are going to be > accessing this site (example: sava.mydomain.com). > 4. Click update. > 5. On the admins's main left side nav click "Reload Application" or simply > put ?appreload in the url. > > Hopefully that helps.. > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-community/message.cfm/messageid:286770 Subscription: http://www.houseoffusion.com/groups/cf-community/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.5
