Exception in AOP Error

I'm trying to install Contentbox at my knitgal.com domain - path being http://www.knitgal.com/theblog/

And running into this error:

Exception mixing in AOP aspect for (categoryService@cb)

Error occured while performing write: java.io.FileNotFoundException: C:/Domains/knitgal.com/wwwroot/theblog/coldbox/system/aop/tmp/a6472bbf-5aa0-4308-9b93-47d344084b7e.cfm (The system cannot find the path specified)coldfusion.tagext.io.FileStreamWrapper$GeneralIOException: Error occured while performing write: java.io.FileNotFoundException: C:/Domains/knitgal.com/wwwroot/theblog/coldbox/system/aop/tmp/a6472bbf-5aa0-4308-9b93-47d344084b7e.cfm (The system cannot find the path specified)
  at coldfusion.tagext.io.FileUtils.writeFile(FileUtils.java:860)
  at coldfusion.runtime.CFPage.FileWrite(CFPage.java:2933)
  at coldfusion.runtime.CFPage.FileWrite(CFPage.java:2924)
  at

Make sure the path is writable!

signature0.jpg

Luis F. Majano
CEO
Ortus Solutions, Corp
www.ortussolutions.com

ColdBox Platform: http://www.coldbox.org
Linked In: http://www.linkedin.com/pub/3/731/483
Blog: http://www.luismajano.com
IECFUG Manager: http://www.iecfug.com

Social: twitter.com/lmajano facebook.com/lmajano

Okay . . . say I have coldbox at this level:

/wwwroot/coldbox

And I have contentbox renamed "theblog" at: /wwwroot/theblog/

Where should I set the global path, rather than downloading gocontentbox again and saving as /theblog and ending up with 2 instances of coldbox?