[cfaussie] cfproperty - programmatically add attributes

2011-10-13 Thread nkosi
Hi All, #random_find_of_the_day So I stumbled across something ... I didn't know you can programmatically add/edit/remove attributes of properties defined in a component? Not only that but the programmatically adjusted attributes will persist for life of the application (not sure I understand why

[cfaussie] Re: ColdFusion, Tomcat, IIS7 question

2011-08-14 Thread nkosi
@charlie, no I have not tried that. What we have settled on - a compromise of sorts - is sym linking to the WEB-INF and CFIDE from within the site code base root, many thanks Andrew. Unfortunately it still means CFIDE is browsable via the website, but only if you know the port number Tomcat is lis

[cfaussie] Re: ColdFusion, Tomcat, IIS7 question

2011-08-07 Thread nkosi
Thanks for the responses. @andrew - yes, it seems creating symbolic links in Windows Server 2008 is possible (command line mklink) using dir identifies these as . Now just need to work this through and see what the impacts/vulnerabilities are. @charlie - I think I may have misled you when I refer

[cfaussie] Re: ColdFusion, Tomcat, IIS7 question

2011-08-03 Thread nkosi
Yes - that is what I thought too. But like I said, we have the [limited] resources to explore this option - if it is easy then brilliant, if it gets too complicated then we should probably wait and hope that Adobe does indeed make the CF +Tomcat config a whole lot easier. So now we've got all the

[cfaussie] Re: ColdFusion, Tomcat, IIS7 question

2011-08-03 Thread nkosi
Ah - I see, how come we trying to do this if it is already doing the job. If it ain't broke etc ... Coz all the cool kids are doing it ... um, no, seriously though ... Given that CF10 is reportedly dropping JRun for Tomcat and we have resources available to us right now we thought we would explor

[cfaussie] Re: ColdFusion, Tomcat, IIS7 question

2011-08-03 Thread nkosi
The only stupid question is the one left unasked ... hehe, never thought I'd say that. You mean how come we're trying to achieve this configuration? Well it's a nice level of separation from site code and web application server ... isn't it? Also, since it was possible with JRun then it would be

[cfaussie] ColdFusion, Tomcat, IIS7 question

2011-08-03 Thread nkosi
Hi All, We're in the process of preparing for the CF, Tomcat, IIS7 stack for our intranet. We have followed numerous blog postings around the electric interwebnet and they have helped to a degree, however ... Currently we have multiserver CF, JRun, IIS6. And this is how this looks ... JRun/CF .

[cfaussie] Re: CF Mail problem

2010-05-17 Thread nkosi
Oh and I should probably also say that using the CF server factory is not documented and I would guess unsupported by Adobe, so use it at your own risk. -- You received this message because you are subscribed to the Google Groups "cfaussie" group. To post to this group, send email to cfaus...@go

[cfaussie] Re: CF Mail problem

2010-05-17 Thread nkosi
Hi Scott, I can't remember if you can get a hold of ColdFusion's server factory in CF6.1, but you could give this a whirl ... I found this snippet somewhere on the electric interweb so I can't take credit for it. Cheers Glen -- You received this message because you are subscribed to the Go

[cfaussie] Re: Get contacts within subfolders using cfexchangecontact

2010-05-10 Thread nkosi
For those of you who are interested I have raised this as a bug > http://cfbugs.adobe.com/cfbugreport/flexbugui/cfbugtracker/main.html#bugId=82791 Adobe have verified it and set it to be fixed in version 10. If you wish to 'vote' for this issue, perhaps more votes will move into a CF9 updater ...

[cfaussie] Re: Get contacts within subfolders using cfexchangecontact

2010-05-02 Thread nkosi
Okay, I have just thrown my code onto a dev instance of CF9 and it works the same way as on CF8. Cheers Glen -- You received this message because you are subscribed to the Google Groups "cfaussie" group. To post to this group, send email to cfaus...@googlegroups.com. To unsubscribe from this gr

[cfaussie] Get contacts within subfolders using cfexchangecontact

2010-05-02 Thread nkosi
Hi All, I am trying to get contacts from within a subfolder of my contacts in MS Exchange. BTW I am using CF8. - I can connect to the exchange server hosting my mailbox. - I can get the subfolder within my 'Contacts' using action=getSubfolders. - I CANNOT get my contacts (as contacts) within the

[cfaussie] Re: RocketBoots - Galaxy

2010-03-24 Thread nkosi
Ta v.much Mark and Robin. -- You received this message because you are subscribed to the Google Groups "cfaussie" group. To post to this group, send email to cfaus...@googlegroups.com. To unsubscribe from this group, send email to cfaussie+unsubscr...@googlegroups.com. For more options, visit t

[cfaussie] Re: RocketBoots - Galaxy

2010-03-24 Thread nkosi
Hi All, Can anyone point me to the 'alpha alpha alpha' Galaxy repo. I'd like to take a gander. I have been looking into SOA (well SOA-lite) for our internally hosted web applications. We have CF, PHP, .Net applications and have had real issues with cross compitability from WSDL generation to data

[cfaussie] Re: Question about a method call in a cfoutput query="{method call here}"

2010-02-22 Thread nkosi
Ah, I see. Thanks. -- You received this message because you are subscribed to the Google Groups "cfaussie" group. To post to this group, send email to cfaus...@googlegroups.com. To unsubscribe from this group, send email to cfaussie+unsubscr...@googlegroups.com. For more options, visit this gro

[cfaussie] Question about a method call in a cfoutput query="{method call here}"

2010-02-22 Thread nkosi
Hi All, This is more of an observation rather than a call for help. Does anyone know why, if I attempt to call a method in the 'query' parameter of it errors? It also errors when using e.g. #id# - #month# I assume it has something to do with the way (sequence?) CF implements cfout

[cfaussie] Re: FW: string manipulation

2009-09-07 Thread nkosi
Or do it in the query ... Oracle would be something like ... SELECT substr(your_column_here, 1, 1) AS COL1, substr(your_column_here, 2, 1) AS COL2, substr(your_column_here, 3, 1) AS COL3, substr(your_column_here, 11, 1) AS COL11 FROM your_table_here Not that I am recommending it ... I'm ju

[cfaussie] Jrun reverted to developer edition ...

2009-07-19 Thread nkosi
Hello everyone (anyone), I hope someone can help me out here. We had a 30 day trial CF8 on Jrun - multiserver config. We purchased an enterprise license and applied it to the CF instance. The Jrun version however stayed as a trial version and then, when the 30 days had lapsed, reverted to a deve

[cfaussie] Re: CF8 "file not found" strangeness

2009-06-23 Thread nkosi
As opposed to using FTP have you tried adding a cfm page that does a cffile action="upload" (overwrite)? You can try upload a .cfm file via the upload cfm and see if you get the same issue i.e. 'File not found'. Also try using FileExists(). Via the upload cfm page try upload a cfm file, hit it in

[cfaussie] Re: regex - replacing a string outside of 'tags'

2007-12-07 Thread nkosi
Does it? ... Ah I see. grr, see what I mean about regex! :\ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "cfaussie" group. To post to this group, send email to cfaussie@googlegroups.com To unsubscribe from this gro

[cfaussie] Re: scheduled task minimum interval

2007-12-05 Thread nkosi
Why do you need a schedule to run so regularly? Is the schedule process intensive? If something is changing or updating so often couldn't you set up a trigger on the object that is changing? Personally I would think about using a gateway - monitor the object and whenever it changes fire an event.

[cfaussie] Re: regex - replacing a string outside of 'tags'

2007-12-05 Thread nkosi
Oops, was meant to include the output ... Look a spanner ... I am throwing the spanner in the works. Anyone seen my spanner? Becomes ... Look a spanner ... I am throwing the spanner in the works. Anyone seen my spanner? I must admit - my regex is pretty poor, I always have to refer to Mr. Fort

[cfaussie] Re: regex - replacing a string outside of 'tags'

2007-12-05 Thread nkosi
Blair's example works but assumes your search term will always appear after a '>' (not necessarily immediately after the '>'). So, I am throwing a spanner in the works Becomes ... I am throwing a spanner in the works But in this scenario ... Look a spanner, I am throwing the spanner in the works

[cfaussie] Re: good server/website monitoring tool

2007-11-29 Thread nkosi
Well it depends on what level of monitoring you're after. If you want to monitor CF - CF8 comes with Server monitoring - you can access the monitoring though a monitoring API. CF8 also has SMS gateways so set up an account with an SMPP provider (e.g. clickatel). Then with access to the Monitoring

[cfaussie] CF8 - cfexchange*

2007-11-25 Thread nkosi
After seeing some of the new features of CF8 at CFCAMP last week, I thought I had better start experimenting with CF8, my first 'project' was using the cfexchange features and felt it would be selfish not to share my experiments with you guys - in total it took about 2 hours to complete. I have up

[cfaussie] Re: Zeus (Traffic Management) and ColdFusion Webservices

2007-11-25 Thread nkosi
I don't know a helluva lot about Zeus :) - But I would say yes this applies if you have ColdFusion webservices that are load balanced by Zeus. Any applications calling the webservices may fail as a result of an incorrectly generated WSDL. The only reason I thought I should write about it is becau

[cfaussie] Zeus (Traffic Management) and ColdFusion Webservices

2007-11-24 Thread nkosi
I thought it necessary to let you know of an issue we had at work recently and our solution. We have a 4 server cluster fronted by a Zeus box (which is a load balancer and also persists user sessions on a given server based on their JSESSIONID). We have our webservices hosted across all four serv

[cfaussie] Re: SMS Gateways

2007-11-18 Thread nkosi
Yip I'd recommend Clickatel (http://www.clickatel.com/) - I think they're an SA company (which may explain why they're a little cheaper). When Adobe (nee Macromedia) introduced gateway features I signed up with clickatel - although I haven't maintained my subscription. --~--~-~--~~---