Thank you everyone. The suggestions  from everyone were very helpful. Using
the suggestions helped me come across these links

http://environmentconfig.riaforge.org/

<http://environmentconfig.riaforge.org/>
http://learn.objectorientedcoldfusion.org/wiki/Managing_Multiple_Environment_Configurations

<http://learn.objectorientedcoldfusion.org/wiki/Managing_Multiple_Environment_Configurations>
http://tutorial304.easycfm.com/

<http://tutorial304.easycfm.com/>
http://www.coldfusionjedi.com/index.cfm/2005/9/2/ColdFusion-101-Config-Files-AGoGo-Part-2-XML-Files

<http://www.coldfusionjedi.com/index.cfm/2005/9/2/ColdFusion-101-Config-Files-AGoGo-Part-2-XML-Files>Looks
like more people are using or prefer XML. I did see some ppl show hatred
towards XML which is very hard to understand. You would think xml is the
simplest way of storing data or doing things like this. Personally, I would
prefer XML as its easy to work with.

Thanks all,

<Ajas Mohammed />
http://ajashadi.blogspot.com
We cannot become what we need to be, remaining what we are.
No matter what, find a way. Because thats what winners do.
You can't improve what you don't measure.
Quality is never an accident; it is always the result of high intention,
sincere effort, intelligent direction and skillful execution; it represents
the wise choice of many alternatives.


On Thu, Oct 29, 2009 at 9:59 AM, Jim Rising <cfflex...@jimrising.com> wrote:

> I've been using Coldbox lately and have been making use of the environment
> control interceptors:
>
> http://ortus.svnrepository.com/coldbox/trac.cgi/wiki/cbEnvironmentControl
>
> Previously I had built what essentially amounted to the same idea by
> pulling in environment specific settings via xml onApplicationStart() and
> using a naming convention for the files based on cgi.remote_host and host
> headers setup within apache or IIS. if the browser is looking at
> http://dev.mydomain.com ... app.cfc pulled in '/environments/dev_mydomain_
> com.xml'.
>
> --
> Jim Rising
> Serial Entrepreneur
> Software Engineer
> Web Developer
>
> "Knowledge work requires both autonomy and accountability."
>
>
> On Sat, Oct 24, 2009 at 2:53 PM, Ajas Mohammed <ajash...@gmail.com> wrote:
>
>> Hi,
>>
>> Just wondering if anyone can share there Development vs Production
>> Application.cfm or .cfc techniques. If you have a sample application.cfm or
>> .cfc file to share, then that would be great.
>>
>> I will give some background as to how I am doing this right now. I usually
>> set application variables which of course, have different values     in
>> development vs production. Best example is pathtoSomething application
>> variable's value which would be different in development and production.
>>
>> Any other advices are also welcome.
>>
>> Thanks,
>>
>> Ajas Mohammed.
>>
>>
>>
>
>
>
>

Reply via email to