Re: Is running CF on J2EE server more stable?

2006-04-30 Thread Andrew Dixon
Hi Guy. Ok, thanks for all the information, I think I understand that now. I will have a play around with the JRun J2EE configuration on a test box and see how it pans out. In the past I have only run CFMX in server configuration with Apache. Regards, Andrew.

Re: Is running CF on J2EE server more stable?

2006-04-28 Thread Andrew Dixon
. :) Although I'd think twice about tomcat... not that it's a bad idea - I rather like mixing and matching - but if you're aiming for stable, you should probably avoid the experimental. Not that *I* would, but a prudent person... p-: On 4/26/06, Andrew Dixon [EMAIL PROTECTED] wrote: Hi

Is running CF on J2EE server more stable?

2006-04-26 Thread Andrew Dixon
Hi. We have been having some reliability issues with CF recently and where wondering if it was more reliable/stable if it was run over a J2EE server instead in server configuration mode? We would be looking at deploying it using Tomcat. Any thoughts? Kind regards, Andrew

Problem with Java object calls

2006-04-11 Thread Andrew Dixon
Hi. I having a problem with a Java object call. It appears that the CF server does not create the objects exclusively when more than one instance of the same script is running. I have created a java class to do multi-threaded XML post to a web service. The java class works fine and everything is

Multithreading within a request

2006-04-06 Thread Andrew Dixon
Hi All. Is it possible to multithread within a single request. For example, I would like to make multiple http requests to a web service, but at the moment they run one after the other, taken about 3 seconds each, but if I could run them both at the same time it would improve the performance of

Re: Multithreading within a request

2006-04-06 Thread Andrew Dixon
I'm stuck using MX6.1, so the gateway is not an option. Andrew. ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:237127 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription:

Re: Getting logged off

2005-12-30 Thread Andrew Dixon
Hi Tim. Do the terminals allow cookies to be set? If not you will need to pass the CFID and CFTOKEN on the URLs. Andrew. On 12/30/05, Tim Do [EMAIL PROTECTED] wrote: Hi All, We have a training room that has 14 dummy terminals using different terminal services accounts to access the

Re: Possible Bug: XML Dot Notation

2005-12-22 Thread Andrew Dixon
Hi. Ok, I have found the bug and know what is it. When I was doing the XMLParse I set the case sensitive attribute to true: cfset responseData = XMLParse(cfhttp.filecontent, true) However, even through the case in the cfoutput string is perfect CF throws an error from the dot notation say the

Character set conversion

2005-12-21 Thread Andrew Dixon
Hi All. I have a XML string receive from a web service and the string is UTF-16 encoded. The CF XML Parser doesn't seem to like the string and I'm assuming it is because it doesn't like the UTF-16 encoding. Is there a way in CF to convert the string to a different character set, e.g. from UTF-16

Possible Bug: XML Dot Notation

2005-12-21 Thread Andrew Dixon
Hi All. Now, maybe I'm getting this completely wrong but I think there is a bug when using dot notation with an XML object in both CF6.1 and 7. The XML structure I have has come from a web service via http using CFHTTP and this an example: PkgRS xmlns=http://www.test.com/test;

Re: Frycry install

2005-02-06 Thread Andrew Dixon
Hi. I have managed to work it out... it was a permission issue on the directories. Thanks Andrew. On Sat, 5 Feb 2005 22:23:52 -0800, Barney Boisvert [EMAIL PROTECTED] wrote: You meant 'FarCry', right? I installed it a few months ago (with CFMX/Apache on Linux), and seem to recall it

Frycry install

2005-02-05 Thread Andrew Dixon
Hi all... Anyone got any good, clear instructions on installing FryCry on a CFMX/Apache configuration. The install instruction on the site are not very clear and seem to relate to IIS. Thanks Andrew. ~| Logware

Problem with CFHTTP

2005-01-21 Thread Andrew Dixon
Hi All. Not sure if anyone else has ever come across this, but we have a site that uses an external XML feed to provide it with data. We access this feed using CFHTTP which work fine, however sometimes the provider take a while to response, 10 - 20 seconds, and when this happens CFHTTP eats cpu

C++ CFX Tag

2005-01-18 Thread Andrew Dixon
Hi All. Has anyone here every managed to write a C++ CFX tag that works on CFMX on Linux? Even the example CFX tag, cfx_directorylist doesn't appear to work. Any help would be very gratefully received. Andrew. ~| Logware: a

Writing a C++ CFX tag for Linux

2005-01-17 Thread Andrew Dixon
Hi All. I need to write a C++ CFX tag for Linux and I've not done one before, so I thought I would start with a simply Hello World application. Here the code in the my C++ file... // Include Standard Librarys (not if they are needed at this point) #include stdio.h #include string.h #include

Re: XML Variable Issue

2005-01-17 Thread Andrew Dixon
Hi. If you are using it like that you need to .XmlText on the end to get the XmlText part of the XmlNode. Config.SiteConfig.SiteSections.UserManager.XmlText And as it is text and not a boolean value I think you will need to use: cfif Config.SiteConfig.SiteSections.UserManager.XmlText IS TRUE

Regular Expression (searching from the end)

2005-01-12 Thread Andrew Dixon
Hi Everyone. I need to find the last occurance of a character in a string. Is there a way I can use a regular expression to search the string from the end backwards for the character? Or is there another way I can do it using a CF function. At the moment I have a conditional loop that uses the

Re: Regular Expression (searching from the end)

2005-01-12 Thread Andrew Dixon
Nope. The array thing still only gives the first occurance. Andrew. ~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message:

Re: Regular Expression (searching from the end)

2005-01-12 Thread Andrew Dixon
Thank you very much Pascal. Worked like a dream. Andrew. ~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message:

Using XML

2005-01-11 Thread Andrew Dixon
Hi Everyone. We have a busy website that uses a third party XML feed. Basically what happens is: 1) The visitor completes a form specifying their criteria. 2) A request is sent to the third party for results matching the criteria. 3) The third party response with and XML results feed. The

Re: Using XML

2005-01-11 Thread Andrew Dixon
into a query? Why not just reference the XML object directly? -- Ian Skinner Web Programmer BloodSource www.BloodSource.org Sacramento, CA C code. C code run. Run code run. Please! - Cynthia Dunning ...-Original Message- ...From: Andrew Dixon [mailto:[EMAIL

Re: File Where DSNs are stored?

2005-01-10 Thread Andrew Dixon
They are stored in the neo-query.xml file in the lib directory in the CF root. You can copy it over if none of the settings need changing. Andrew. On Mon, 10 Jan 2005 10:14:03 -0500, Claremont, Timothy [EMAIL PROTECTED] wrote: I am moving a CF instance from our old server to our new one. Both

Re: QofQ: SELECT DISTINCT

2005-01-04 Thread Andrew Dixon
The query is created by converting an XML data feed from an external web-service. So there is no way to change it further up the chain as such. Anyway the work around I'm using is working very well. Andrew ~| Get the mailserver

Re: QofQ: SELECT DISTINCT

2004-12-31 Thread Andrew Dixon
Hi Ryan. That custom tag is no help as I need to DISTINCT on three columns. As a work around for the moment, I'm creating a table in the mySQL datasource and then populating it, doing the select and then deleting the table and it is about 100 times (really) quicker. The QofQ takes about 2 seconds

QofQ: SELECT DISTINCT

2004-12-30 Thread Andrew Dixon
Hi All. I have some code that does a SELECT DISTINCT on a QofQ and it is really slow. For example, I have a dataset with about 150 records and the SELECT DISINCT is taking anything from 2 - 5 seconds to excute. Any ideas why and how to improve it? Andrew.

QofQ Problem: Sorting on columns of type java.sql.Types.NULL is not supported.

2004-12-23 Thread Andrew Dixon
Hi All. I have a problem with a Query of a Query. The error I'm getting is: Query Of Queries runtime error. Sorting on columns of type java.sql.Types.NULL is not supported. The code is: cfquery name=qry_accommodationData dbtype=query SELECT * FROM qry_accommodationData

Using a J2EE Application Server

2004-12-13 Thread Andrew Dixon
Hi All. I'm looking for a little bit of information. In what case would you use CFMX on a J2EE platform? We current have a server using CFMX Apache on RedHat. What does using the J2EE platform give me and do the J2EE replace Apache as the webserver or do you still need that? Thanks for any

Re: Using a J2EE Application Server

2004-12-13 Thread Andrew Dixon
are contemplating the move to J2EE...Have you ran the IIS Lockdown tool? -Original Message- From: Andrew Dixon [mailto:[EMAIL PROTECTED] Sent: 13 December 2004 15:31 To: CF-Talk Subject: Re: Using a J2EE Application Server Hi. We are basically looking for a more robust

Re: Using a J2EE Application Server

2004-12-13 Thread Andrew Dixon
and didnt see them available) I definitely think that if you wanted to do anything on J2EE server I'd recommend using JSPs and Servlets. Thanks, Michael -Original Message- From: Andrew Dixon [EMAIL PROTECTED] Sent: Dec 13, 2004 10:31 AM To: CF-Talk [EMAIL PROTECTED] Subject: Re

Re: Using a J2EE Application Server

2004-12-13 Thread Andrew Dixon
a possibility? -Original Message- From: Andrew Dixon [EMAIL PROTECTED] Sent: Dec 13, 2004 10:38 AM To: CF-Talk [EMAIL PROTECTED] Subject: Re: Using a J2EE Application Server We are on a Redhat Linux box, so the IIS Lockdown tool is not going to do much, but I have used on a Window

Re: Using a J2EE Application Server

2004-12-13 Thread Andrew Dixon
about Fusebox I suppose. Can you give more info? Thanks, Michael -Original Message- From: Andrew Dixon [EMAIL PROTECTED] Sent: Dec 13, 2004 9:56 AM To: CF-Talk [EMAIL PROTECTED] Subject: Using a J2EE Application Server Hi All. I'm looking for a little bit

Re: UK Dedicated Hosting Recomendations?

2004-11-19 Thread Andrew Dixon
Hi Dan. We are UK based, but use a US based hosting company (ev1servers.net) as all UK based hosting companies are a rip-off in comparsion, and it really doesn't matter where the servers are. EV1 has 24 hour 365 day support so it doesn't matter if you have a problem when it is 3am in the US as

Re: What does this error mean?

2004-11-19 Thread Andrew Dixon
This is something to do with the RDS server service I believe. The file doesn't actually exist (at least not on 6.1, even if you have RDS enabled) but it is referred to in the web.xml configuration file. Don't think it is anything to wrong about, but it could be someone probing your machine to see

Re: What does this error mean?

2004-11-19 Thread Andrew Dixon
If RDS is off that you are safe. Andrew. On Fri, 19 Nov 2004 11:40:59 -0500, Douglas Knudsen [EMAIL PROTECTED] wrote: I've been getting that error on one of my boxes too, i see it only when I login to the CFAdmin tool. Oh, and this box has RDS off. I think its related to the 6.1 updater

QofQ Problem

2004-11-18 Thread Andrew Dixon
Hi Everyone. I have a strange QofQ problem. The error message I'm getting is: USA must be interprettable as a valid number in the current locale. The column that contains the word USA is a column that contains both letters and numbers, for example: 10902 10909 USA HPH NO2H32 It appears to be

Re: QofQ Problem

2004-11-18 Thread Andrew Dixon
you extract the data directly from the XML? If you want to use QofQ, you can insert a bogus record on top with the correct data types in it. Just see that you don't extract it. Pascal -Original Message- From: Andrew Dixon [mailto:[EMAIL PROTECTED] Sent: 18 November 2004 11:16

Re: QofQ Problem

2004-11-18 Thread Andrew Dixon
Ok... I will take a look at that. Thanks. On Thu, 18 Nov 2004 11:47:18 +0100, Pascal Peters [EMAIL PROTECTED] wrote: You can use XPath with XMLSearch(). Pascal -Original Message- From: Andrew Dixon [mailto:[EMAIL PROTECTED] Sent: 18 November 2004 11:44 To: CF-Talk

Re: writing to xml woes

2004-11-13 Thread Andrew Dixon
Hi Dave. Ignore the error message, it is not reporting the problem correctly, it simply means that you have an illegal character somewhere in the XML. Looking at your code I would say it is the qevents.startDate and .endDate are they problem contain slashes which would not be allowed. Try

Application Variables

2004-11-09 Thread Andrew Dixon
Hi Everyone I have an application that is storing information in applications variables. I need each of this variables to be available for about 1 hour . I have created a application.cfm file with a CFAPPLICATION tag as follows: cfapplication name=theWebSite

Re: Application Variables

2004-11-09 Thread Andrew Dixon
Hi Ian. That is what I thought, but it was worth checking. Thanks. Andrew. On Tue, 9 Nov 2004 08:43:02 -0800, Ian Skinner [EMAIL PROTECTED] wrote: The latter, you will have to do something more sophisticated to remove the variables. Something along the lines of storing their creation

CFHTTP problem

2004-11-08 Thread Andrew Dixon
Hi All. I'm having a problem getting access to a service via HTTP. The problem I'm having is that the Post Header the service requires starts: POST /DCDS/AvailSearch.exe HTTP/1.1 and at the moment I'm using a CFHTTP with method=Post and getting: POST HTTP/1.1 Any ideas how I get the other bit

Re: CFHTTP problem

2004-11-08 Thread Andrew Dixon
Ignore me... I was being thick... The /DCDS/AvailSearch.exe is simply the path the file I need to post the data to. Andrew. On Mon, 8 Nov 2004 11:45:39 +, Andrew Dixon [EMAIL PROTECTED] wrote: Hi All. I'm having a problem getting access to a service via HTTP. The problem I'm having

Re: Verity not installed?

2004-11-03 Thread Andrew Dixon
. On Tue, 2 Nov 2004 10:34:47 -0700, Figy, Kam [EMAIL PROTECTED] wrote: http://www.houseoffusion.com/cf_lists/messages.cfm/threadid:855/forumid: 14 This was related to RedHat 7.2, but the same dependency issues might relate in Fedora. HTH Kam -Original Message- From: Andrew

Verity not installed?

2004-11-02 Thread Andrew Dixon
Hi Everyone. I have just installed a new system with CFMX6.1 on a Linux (done it lots of time before) and it all installed ok. I then started to do some configuration for my application in CF Admin and when I got to the bit to set up Verity collections I clicked the 'Verity Collections' click on

Re: Verity not installed?

2004-11-02 Thread Andrew Dixon
We are using Fedora Core 2 (which I know is not official supported) but we have other machine and it worked out of the box. Andrew. On Tue, 2 Nov 2004 07:53:06 -0500, JT News [EMAIL PROTECTED] wrote: What version/distro of Linux are you on? have you patched your CFMX 6.1 with the fixes for

Re: error Cannot create cookie: path = /

2004-10-23 Thread Andrew Dixon
-XX:MaxPermSize=128m On Sat, 23 Oct 2004 11:54:56 -0500, Rich Tretola [EMAIL PROTECTED] wrote: What do you have your XX:MaxPermSize= set to? Rich ~| Sams Teach Yourself Regular Expressions in 10 Minutes by Ben Forta

Out of Memory

2004-10-22 Thread Andrew Dixon
Hi Everyone. We noticed that our CF server service restarted itself twice today, and then after checking the cfserver.log file, just before the start up is logged it had the following: out of memory autorestart: Restarting process The server has 1Gb RAM and the JVM setting under CF Admin are

Re: Out of Memory

2004-10-22 Thread Andrew Dixon
. On Fri, 22 Oct 2004 16:43:04 +0100, Andy Allan [EMAIL PROTECTED] wrote: Check your logs under cfmx/runtime/logs as well .. what are they saying? Andy On Fri, 22 Oct 2004 16:38:02 +0100, Andrew Dixon [EMAIL PROTECTED] wrote: Hi Everyone. We noticed that our CF server service

Re: regex to remove link

2004-10-22 Thread Andrew Dixon
cfset replaceStr = REReplace(str, a href[^]*|/a, , ALL) where str is the string you wish to make the replacement in. On Fri, 22 Oct 2004 11:31:41 -0500, Greg Morphis [EMAIL PROTECTED] wrote: can someone assist me in creating a regex that would remove a link from text. The link is dynamic..

Re: regex to remove link

2004-10-22 Thread Andrew Dixon
Ok. If you wish to remove all the text, do this: cfset replaceStr = REReplace(str, a href[^]*.*/a, , ALL) Andrew. On Fri, 22 Oct 2004 13:43:52 -0400, Jerry Johnson [EMAIL PROTECTED] wrote: This gets rid of the tags, but not what's inside the A tags. Greg, what version of CF are you running

Re: error Cannot create cookie: path = /

2004-10-22 Thread Andrew Dixon
I have the same problem as this and already have the setting -Xms512m -Xmx512m and it doesn't help. Looking at my logs I think this problem only started with the install of CFMX6.1 Updater. Do you have the updater installed? Andrew. On Fri, 22 Oct 2004 12:52:02 -0500, Rich Tretola [EMAIL

Re: Out of Memory

2004-10-22 Thread Andrew Dixon
the java.lang.outofmemory error then it is because of hung threads inside your JVM. Mark -Original Message- From: Andrew Dixon [mailto:[EMAIL PROTECTED] Sent: Friday, October 22, 2004 9:38 AM To: CF-Talk Subject: Out of Memory Hi Everyone. We noticed that our CF server service restarted

Re: error Cannot create cookie: path = /

2004-10-22 Thread Andrew Dixon
, 22 Oct 2004 19:11:14 +0100, Andrew Dixon [EMAIL PROTECTED] wrote: I have the same problem as this and already have the setting -Xms512m -Xmx512m and it doesn't help. Looking at my logs I think this problem only started with the install of CFMX6.1 Updater. Do you have the updater installed

Re: Out of Memory

2004-10-22 Thread Andrew Dixon
Check your logs under cfmx/runtime/logs as well .. what are they saying? Andy On Fri, 22 Oct 2004 16:38:02 +0100, Andrew Dixon [EMAIL PROTECTED] wrote: Hi Everyone. We noticed that our CF server service restarted itself twice today, and then after checking the cfserver.log file

OT: Field Naming

2004-10-19 Thread Andrew Dixon
Hi Everyone. I'm just starting a major project for a government client and the first job is to design the database. Is there any recongnised convention on the naming of database fields. In the past I have always named them [table_name_field_name] for example: projects_id where the table is called

Re: OT: Field Naming

2004-10-19 Thread Andrew Dixon
14:11:15 +0100, Keith Gaughan [EMAIL PROTECTED] wrote: Andrew Dixon wrote: Hi Everyone. I'm just starting a major project for a government client and the first job is to design the database. Is there any recongnised convention on the naming of database fields. In the past I have always

Re: OT: Field Naming

2004-10-19 Thread Andrew Dixon
asked if there was a standard naming convention we could use, you know what government people are like, love their standards and conventions!!! Andrew. On Tue, 19 Oct 2004 16:08:54 +0200, Jochem van Dieten [EMAIL PROTECTED] wrote: Andrew Dixon wrote: I'm just starting a major project

Re: Fusebox.org downloads down? Core files mirror?

2004-10-12 Thread Andrew Dixon
If you post a message in the Fusebox forum on the fusebox site someone will email them to you. There download server is always going offline. Andrew. On Tue, 12 Oct 2004 11:36:17 -0400, hofo [EMAIL PROTECTED] wrote: Hey, I'm having trouble downloading a new set of FB4 core files from the

Re: Pgp signing email with cf

2004-10-06 Thread Andrew Dixon
Hi. We use the following CFC with CFMX6.1 and PGP8.03: http://tamuri.cfdeveloper.co.uk/ Andrew. On Wed, 6 Oct 2004 13:11:55 +0100, Craig Dudley [EMAIL PROTECTED] wrote: Is anyone currently doing this succesfully? If so, which version of pgp are you using? Any recommendations for one of

Jrun processing running at 100%

2004-10-06 Thread Andrew Dixon
Hi. We have a very strange problem on our Windows 2003 Serer. Since yesterday the Jrun process keeps maxing out and using 100% CPU (in task manager). Nothing on the server has been changed (no updates or code) so I do not think it is anything like that. Anyone had this problem? Any ideas?

Re: Jrun processing running at 100%

2004-10-06 Thread Andrew Dixon
Message- | From: Andrew Dixon [mailto:[EMAIL PROTECTED] | Sent: Wednesday, October 06, 2004 15:12 | To: CF-Talk | Subject: Jrun processing running at 100% | | Hi. | | We have a very strange problem on our Windows 2003 Serer. | Since yesterday the Jrun process keeps maxing out and using

Re: Jrun processing running at 100%

2004-10-06 Thread Andrew Dixon
for the page to complete and override the CFIDE and can cause 100% CPU. N _ From: Andrew Dixon [mailto:[EMAIL PROTECTED] Sent: 06 October 2004 14:29 To: CF-Talk Subject: Re: Jrun processing running at 100% Ok. We are running MX6.1 with updater. There is some code

Relocate but include form fields

2004-10-06 Thread Andrew Dixon
Hi Everyone. I have been given some code by a online payment system company to show how I redirect someone to there site. The way they have done I have to include a list of form fields in a form and submit that form a CF script on my server and that then does some encrpyting of the data and then

Postgresql setup

2004-10-02 Thread Andrew Dixon
Hi Everyone. Can anyone explain or point me in the direction of a web page that explains how to set-up a Postgresql database with CFMX. Thanks. Andrew. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Re: Postgresql setup

2004-10-02 Thread Andrew Dixon
Excellent thanks. Andrew. - Original Message - From: Jochem van Dieten [EMAIL PROTECTED] Date: Sat, 02 Oct 2004 16:13:32 +0200 Subject: Re: Postgresql setup To: CF-Talk [EMAIL PROTECTED] Andrew Dixon wrote: Can anyone explain or point me in the direction of a web page

Re: Possible Bug with Dates

2004-09-28 Thread Andrew Dixon
Hi Paul. I fixed it by simply removing the day comma part, but that is not really the point as it is meant to accept it. I will report it to MM. Andrew. - Original Message - From: Paul Vernon [EMAIL PROTECTED] Date: Mon, 27 Sep 2004 16:36:46 +0100 Subject: RE: Possible Bug with Dates

Re: Hot-fixes

2004-09-28 Thread Andrew Dixon
As far as I understand it, the updater includes all hotfixes and security patches up-to when it was released, so I would guess so. Andrew. - Original Message - From: Plunkett, Matt [EMAIL PROTECTED] Date: Tue, 28 Sep 2004 15:47:03 -0400 Subject: RE: Hot-fixes To: CF-Talk [EMAIL

Re: How does CF Mail Server Work?

2004-09-26 Thread Andrew Dixon
AOL do a reserve lookup on the server so you need to have a PTR record set up for your mail server, otherwise they will reject it. This is how we fixed our problem with sending stuff to AOL. Andrew. - Original Message - From: B G [EMAIL PROTECTED] Date: Sun, 26 Sep 2004 10:20:29 -0500

Hot-fixes

2004-09-24 Thread Andrew Dixon
Hi Everyone. I have been speaking someone at Macromedia about getting a mailing list set up to alert users about Hot-fixes, and the reason that was given for not have a list was, and I quote: With hotfixes, we recommend that you install them only if you need them. Unlike security bulletins, we

Re: javascript check?

2004-09-24 Thread Andrew Dixon
Try setting a cookie using JS then reading that cookie. If you can read it JS is on, if not JS is off. But if they have a cookie switched off or a firewall that blocks them then this will not work. _javascript_ might be on but cookie off. This is what I use: In the head tag add this: script

Re: Hot-fixes

2004-09-24 Thread Andrew Dixon
the hotfix page (http://www.macromedia.com/support/coldfusion/ts/documents/tn17883.htm) for changesworks for me, jb. On Fri, 24 Sep 2004 11:33:38 +0100, Andrew Dixon [EMAIL PROTECTED] wrote: Hi Everyone. I have been speaking someone at Macromedia about getting a mailing list set up

Re: Hot-fixes

2004-09-24 Thread Andrew Dixon
But on development systems I install everything. But then your development environment and production environment are different. So if you create something that works in the development environment it might not work in the production environment. Andrew. [Todays Threads] [This Message]

Re: Hot-fixes

2004-09-24 Thread Andrew Dixon
Ok, but until you install it you are not going to know if the hot-fix has extra bugs in it. I agree that if a server is stable then installing hot-fixes doesn't make sense. I guess my point is more that would be nice to be informed a new fix is available and be given the chance to evaulate it.

Re: Hot-fixes

2004-09-24 Thread Andrew Dixon
If it was a new box I would install everything right up-to-date. Andrew. - Original Message - From: Earl, George [EMAIL PROTECTED] Date: Fri, 24 Sep 2004 13:26:01 -0400 Subject: RE: Hot-fixes To: CF-Talk [EMAIL PROTECTED] ... snipped ... I agree that if a server is stable then

Re: Converting query to comma separated list

2004-09-23 Thread Andrew Dixon
Why don't you just CFLOOP over the query? You don't need to convert the query to a comma list to loop over it... CFLOOP query=qry_name) ...cf code... /CFLOOP Andrew. - Original Message - From: Mark Henderson [EMAIL PROTECTED] Date: Thu, 23 Sep 2004 21:07:07 +1200 Subject: Converting

Re: Converting query to comma separated list

2004-09-23 Thread Andrew Dixon
That look like what I was thinking of. Just make sure that if you are using an older version of CF (CF4/5 I think) that CFDIRECTORY returned the . and .. directories, but CFMX doesn't do this. As you say it works I'm guess you are on CFMX. Andrew. - Original Message - From: Mark

Re: Tiem Format problems

2004-09-22 Thread Andrew Dixon
Hi. This works. cfset plus17h = DateAdd(h, 17, now()) cfoutput #DateFormat(plus17h, dd/mm/)# #TimeFormat(plus17h, HH:MM)# /cfoutput Andrew - Original Message - From: Seamus Campbell [EMAIL PROTECTED] Date: Wed, 22 Sep 2004 19:36:48 +1000 Subject: Tiem Format problems To: CF-Talk

Re: [Reply To] RE: Tiem Format problems

2004-09-22 Thread Andrew Dixon
Is your data and a date or a datetime? Andrew. - Original Message - From: Seamus Campbell [EMAIL PROTECTED] Date: Wed, 22 Sep 2004 20:05:10 +1000 Subject: [Reply To] RE: Tiem Format problems To: CF-Talk [EMAIL PROTECTED] Access You wrote Or is there

Re: [Reply To] RE: Tiem Format problems

2004-09-22 Thread Andrew Dixon
Actually what do get if you do cfoutput of the date field without any formatting? Andrew. On Wed, 22 Sep 2004 11:46:35 +0100, Andrew Dixon [EMAIL PROTECTED] wrote: Is your data and a date or a datetime? Andrew. - Original Message - From: Seamus Campbell [EMAIL PROTECTED

Re: ;amp in my URL's?

2004-09-21 Thread Andrew Dixon
Are you getting the cgi.USER_AGENT variable? It could be being caused by a search engine spider, however so do set the spider to appear as if it is a standard browser, so you could get the IP address as well and then do a whois on it. Andrew. - Original Message - From: Casey C Cook

Re: ot: jrun ?

2004-09-21 Thread Andrew Dixon
Change the max memory variable in CFAdmin. Andrew. - Original Message - From: dave [EMAIL PROTECTED] Date: Tue, 21 Sep 2004 04:49:10 -0400 Subject: ot: jrun ? To: CF-Talk [EMAIL PROTECTED] is there anyway to setup jrun not to use so many resources on a dev machine? friggin killin my

Re: CFCONTENT

2004-09-21 Thread Andrew Dixon
Hi. I believe, but I might be wrong, that it simply changes the HTTP Header to make the returned CF page appear to be an attached file instead of a HTML page and then pipes the files to the browser a binary object. I don't believe any temporary file is returned, but neither is the actually

Re: Daily Server re-start with MX 6.1

2004-09-18 Thread Andrew Dixon
Do you know if it is basic on a Windows 2003 Server? Andrew. - Original Message - From: Andrew Grosset [EMAIL PROTECTED] Date: Sat, 18 Sep 2004 14:00:04 -0400 Subject: Daily Server re-start with MX 6.1 To: CF-Talk [EMAIL PROTECTED] I am on a shared host running MX6.1 and I hava had no

Re: Daily Server re-start with MX 6.1

2004-09-18 Thread Andrew Dixon
That is probably why then. There is a problem with CFMX on Windows 2003 where the server service crashes and restarts itself at random. It happens on our 2003 server about 1 - 3 times a day and there appears to be nothing you can do about it. See the following CF Forum post.

Re: Daily Server re-start with MX 6.1

2004-09-18 Thread Andrew Dixon
Hi Paul. You may just simply have not noticed as the server does recover itself. Open up the 'Event Viewer' under 'Administrative Tools' and look in the application log and see if there are any entries with the 'Source' of 'Application Error'. If there is open up the details for that event and

Re: CSS Editor

2004-09-17 Thread Andrew Dixon
Topstyle that shipped with Coldfusion Studio is pretty good. The version with CF Studio was a 'Lite' version but there is a 'Pro' version which is even better. Take a look at: http://www.bradsoft.com/topstyle/index.asp Andrew. - Original Message - From: dave [EMAIL PROTECTED] Date: Fri,

Re: cffile write question, sending but not parsing cf code

2004-09-15 Thread Andrew Dixon
Not sure I have understood this right, but I assume the file you are trying create a CF Script, but remove the database call. In that case, you can put all your bits of script into a variable and than right that variable. The script will not be processed by CFFILE, for example: cfset pageString =

Re: 2d array question

2004-09-15 Thread Andrew Dixon
Hi. Personally I don't see anything different between your first way of doing it and the second. I would thing that the second way is simply doing the work CF would be doing behind the scenes anyway. The main problem you are going to have is that if your code tries to reference an array element

CF/Flash Question

2004-09-15 Thread Andrew Dixon
Hi Everyone. I'm about to create some flash navigation within a website that I'll need to have pass out the CFID and CFTOKEN session variables, does anyone know of an easy way to get these variables from within Flash or would i have to have them passed to the flash movie to start with? Andrew.

Re: CF/Flash Question

2004-09-15 Thread Andrew Dixon
, the do a loadvar in your flash movie -- Original Message -- From: Andrew Dixon [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] Date:Wed, 15 Sep 2004 11:10:13 +0100 Hi Everyone. I'm about to create some flash navigation within a website that I'll need

Re: CF/Flash Question

2004-09-15 Thread Andrew Dixon
the variables will be in flash 4:30 am does that make sense? dave -- Original Message -- From: Andrew Dixon [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] Date:Wed, 15 Sep 2004 11:25:07 +0100 Hi Dave. Thanks for the info, but can you give me an example

Re: Basics Clarification

2004-09-15 Thread Andrew Dixon
I have no idea why, as far as I know it don't actually cause any problem, but I think it just look bad and makes the code more difficult to read. Andrew. - Original Message - From: Steve Brownlee [EMAIL PROTECTED] Date: Wed, 15 Sep 2004 05:37:44 -0700 Subject: Basics Clarification To:

Re: Basics Clarification

2004-09-15 Thread Andrew Dixon
Try reading this article by the mighty Ben Forta. It is titled: To # or not to # http://www.defusion.com/articles/index.cfm?ArticleID=26 Andrew - Original Message - From: Claude Schneegans [EMAIL PROTECTED] Date: Wed, 15 Sep 2004 11:24:24 -0400 Subject: Re: Basics Clarification To:

Re: CFHTTP

2004-09-14 Thread Andrew Dixon
That is never going to work as _javascript_ is client-side and CF is server-side. The CF script runs when the user requests the page. You will have to do something like get the _javascript_ to call a script on the server and pass the url entered as a query string on the script call URL, or do it

Re: CFHTTP

2004-09-14 Thread Andrew Dixon
Because when you output it the browser see the script tags and processes and the document.write writes the output to the browser. This however is done client-side and not server side. All the CF server is the script... part and output it to the browser. If you view the source in the browser you

Re: SMTP or Telnet tools?

2004-09-12 Thread Andrew Dixon
We have had trouble get mail to AOL users as well. AOL told us that it was because are mail server didn't have a PTR record. We got one add and since then it doesn't appear to have been a problem. Just a suggestion. Andrew. - Original Message - From: Eric Dawson [EMAIL PROTECTED] Date:

Re: Verity or a classic search?

2004-09-10 Thread Andrew Dixon
Personally I would use a verity search as you get a summary and score returned so you can create a results output similar to Google which most people are now fimilar with. Andrew. - Original Message - From: Jean Marc Bottin [EMAIL PROTECTED] Date: Fri, 10 Sep 2004 17:12:25 +0200 Subject:

Re: CF5.0 and XML

2004-09-09 Thread Andrew Dixon
If you just want to produce an XML file, that is simple. Create the XML code in a variable and write it to the file system using CFFILE. The functions in CFMX for XML mainly involved reading it, not writing it, so they probably wouldn't help you much anyway. Andrew. - Original Message -

Looping in CFSCRIPT

2004-09-09 Thread Andrew Dixon
Hi Everyone. Does anyone know how to loop within CFSCRIPT over a query and/or a comma list, like you can with CFLOOP? Also, does anyone konw if there is a good guide to CFSCRIPT anywhere as the MM documentation of CFSCRIPT is pretty much none existant. Thanks Andrew. [Todays Threads] [This

Re: Looping in CFSCRIPT

2004-09-09 Thread Andrew Dixon
Thanks... - Original Message - From: joe velez [EMAIL PROTECTED] Date: Thu, 09 Sep 2004 06:03:47 -0400 Subject: Re: Looping in CFSCRIPT To: CF-Talk [EMAIL PROTECTED] i havent actually played w/ cfscript too much, but in reading about it briefly i believe its something like this

  1   2   >