Andrew, Yes our structure is a little bit different. We do it because we have branded sites for about 20ish partners that are different than our and it allows us to handle it -- are their better ways? Yes, and we are working to change it.
Regardless of our directory structure, we should be able to change/set/create variables that will allow use to put everything where ever we want. Heck Sean Corfield states for Macromedia that they ONLY have their index.cfm on their webserver directory and everything else is secured off other places. My biggest challenge is that I can hard code MACHII_CONFIG_PATH to the true path and it still doesn't change where the MachII framework is going to look for the mach-ii.xml file. To move it, is their some other variable that is needed? Regards, Jeremy > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Behalf Of Andrew Scott > Sent: Thursday, December 18, 2003 7:55 PM > To: [EMAIL PROTECTED] > Subject: RE: [CFCDev] Mach-II.xml path > > > Not sure what you are doing here, but shouldn't you have the config > directory of the app path and the mach-I should be in the > root of this app. > If you are doing something out of the normal try setting a > mapping for the > application. > > > Regards > Andrew Scott > Technical Consultant > > NuSphere Pty Ltd > Level 2/33 Bank Street > South Melbourne, Victoria, 3205 > > Phone: 03 9686 0485 - Fax: 03 9699 7976 > > > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of Jeremy Bruck > Sent: Friday, 19 December 2003 10:28 AM > To: [EMAIL PROTECTED] > Subject: [CFCDev] Mach-II.xml path > > Everyone, > > Reguardless of how much I change up the <cfset MACHII_CONFIG_PATH = > ExpandPath("../../../app/buyer/config/mach-ii.xml") /> it > doesn't seem to > make a bit of a difference. > > Here is the setup on our webserver for our files: > > webroot: > MachII > --- site > ------ app > --------- Buyer._buyerMachii.cfm: This file calls machii.cfm > ------------ config > ------------ model > ------------ views > ------------ plugins > ------------ filters > ------ Partners > --------- MfgQuote > ------------ Buyer.Buyer_machii.cfm: This file calls our > > > What do I need to set the MachII_Config_path for it to > corectly find the xml > file- it always tries to find it in > /partners/mfgquote/buyer/config versus > /app/buyer/config > > Thanks, > Jeremy > > Jeremy Bruck > ::MfgQuote > www.mfgquote.com > [EMAIL PROTECTED] > ---------------------------------------------------------- > You are subscribed to cfcdev. To unsubscribe, send an email to > [EMAIL PROTECTED] with the words 'unsubscribe cfcdev' > in the message of the email. > > CFCDev is run by CFCZone (www.cfczone.org) and supported by Mindtool, > Corporation (www.mindtool.com). > > An archive of the CFCDev list is available at > www.mail-archive.com/[EMAIL PROTECTED] > > > > ---------------------------------------------------------- > You are subscribed to cfcdev. To unsubscribe, send an email > to [EMAIL PROTECTED] with the words 'unsubscribe cfcdev' > in the message of the email. > > CFCDev is run by CFCZone (www.cfczone.org) and supported > by Mindtool, Corporation (www.mindtool.com). > > An archive of the CFCDev list is available at > www.mail-archive.com/[EMAIL PROTECTED] > ---------------------------------------------------------- You are subscribed to cfcdev. To unsubscribe, send an email to [EMAIL PROTECTED] with the words 'unsubscribe cfcdev' in the message of the email. CFCDev is run by CFCZone (www.cfczone.org) and supported by Mindtool, Corporation (www.mindtool.com). An archive of the CFCDev list is available at www.mail-archive.com/[EMAIL PROTECTED]
