Re: Custom tags in CF 9

2011-04-12 Thread Eric Cobb
The default for multi-instance is: C:\JRun4\servers\cfusion\cfusion-ear\cfusion-war\WEB-INF\cfusion\CustomTags If you've created additional instances, then you'll need to look in the appropriate directory under C:\JRun4\servers Thanks, Eric Cobb http://www.cfgears.com Help me make a

Re: Custom tags in CF 9

2011-04-12 Thread Russ Michaels
You have chosen the multi-server installation instead of the standalone version, thus why the folders and paths are totally different. The default instance is located at c:\jrun4\servers\cfusion However if you have no need of the multi server features and did this by mistake then I would

Re: Custom tags in CF 9

2011-04-12 Thread Ian Skinner
On 4/12/2011 12:04 PM, Donnie Carvajal wrote: Hi, I recently installed an enterprise version of CF9 and the default directory is c:\jrun4 and there is no CustomTags directory. I added my customtags directory from my MX7 server and the custom tags calls are returning errors that they

Re: Custom tags in CF 9

2011-04-12 Thread Donnie Carvajal
Thanks for the feedback. The intention is to set up a multi-server instance. I did find the customtags and the cfx directories for this instance; however, the customtags are more of a library that we use across servers. Is there a generic place that i can put these files so that all

Re: Custom tags in CF 9

2011-04-12 Thread Russ Michaels
you can stick them anywhere (c:\custom tags) and then create a custom tags directory in the CFADMIN for each instance pointing to that location. On Tue, Apr 12, 2011 at 8:28 PM, Donnie Carvajal donnie.carva...@transformyx.com wrote: Thanks for the feedback. The intention is to set up a

Re: Custom tags in CF 9

2011-04-12 Thread Ian Skinner
On 4/12/2011 12:28 PM, Donnie Carvajal wrote: Thanks for the feedback. The intention is to set up a multi-server instance. I did find the customtags and the cfx directories for this instance; however, the customtags are more of a library that we use across servers. Is there a generic

Re: Custom tags in CF 9

2011-04-12 Thread Raymond Camden
Don't forget that in CF8 you gained the ability to specify custom tag folders in your Application.cfc file instead. I know you are looking for the simplest solution, but this is an option as well. On Tue, Apr 12, 2011 at 2:44 PM, Ian Skinner h...@ilsweb.com wrote: On 4/12/2011 12:28 PM,

Re: Custom tags in CF 9

2011-04-12 Thread Ian Skinner
On 4/12/2011 1:21 PM, Raymond Camden wrote: Don't forget that in CF8 you gained the ability to specify custom tag folders in your Application.cfc file instead. I know you are looking for the simplest solution, but this is an option as well. I do forget about that cool option all to often.

RE: Custom tags in CF 9

2011-04-12 Thread Andrew Scott
You need to drill into the jrun directory, there should be servers directory which should contain the server with the name of the context you gave it. By default this is cfusion, and then underneath that you will end up finding the standard CF directory structure. I think this is explained in