Re: OT: Developers little helper

2005-06-22 Thread Thomas Chiverton
On Wednesday 22 June 2005 05:28, Duncan wrote: These would be really cool if you could connect to another machine and do the same thing. s/cool/dangerous and badly designed/ -- Tom Chiverton Advanced ColdFusion Programmer

RE: Opening CFDocuments data at a later time...

2005-06-22 Thread Allen Manning
Damon, This is exactly what I'm looking for. Thanks so much! CF7 is very cool by the way. Thanks again, Al Allen Manning Technical Director Prismix Ltd t +44 (0)870 749 1100 f +44 (0)870 749 1200 w http://www.prismix.com/ -Original Message- From: [EMAIL PROTECTED] [EMAIL

Mac Widgets

2005-06-22 Thread Saturday (Stuart Kidd)
Hi guys, Probably a very stupid question but... Does anyone know whether it's possible to make a widget out of a CF app using CF7? Thanks, Stuart ~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket

Re: Mac Widgets

2005-06-22 Thread Mark Drew
Widgets are basically HTML + Javascript. They could connect to a page that is run CF7 for more info on making widgets check here: http://developer.apple.com/macosx/dashboard.html HTH Mark Drew On 22/06/05, Saturday (Stuart Kidd) [EMAIL PROTECTED] wrote: Hi guys, Probably a very stupid

RE: coldfusion and asp.net

2005-06-22 Thread Matthew Small
Agreed - you can run both on the same box without any issues. And you can pass variables (if you ever needed to) by simply writing a webservice that passes them back and both to each other as parameters and results. Matthew Small Web Developer American City Business Journals 704-973-1045

CWS Anyone?

2005-06-22 Thread G
Did anyone watch the end of the two elimination games in the College World Series yesterday??? Absolutely amazing high drama! Two of the best finishes to baseball games i've ever seen, at any level. ~| Logware

CWS Anyone? - IGNORE

2005-06-22 Thread G
Obviously, this email was not intended to be sent to this list. Please accept my apologies. BG Did anyone watch the end of the two elimination games in the College World Series yesterday??? Absolutely amazing high drama! Two of the best finishes to baseball games i've ever seen, at any level

CF + FCKeditor

2005-06-22 Thread Yves Arsenault
Hello, I was wondering if anyone has had problems in setting up the image browsing and file upload connector with CF 6.1 and FCKeditor... I've been trying to set this up for a little bit and I seem to be going round and round... I have set APPLICATION.userFilesPath to the full path and to the

Re: CF + FCKeditor

2005-06-22 Thread Dustin Tinney
Yves: I just did this and had a little bit of trouble, Did you change the connector to be a .cfm connector? This setting is in your fckconfig.js file. Also if the connector is in a directory such as /fckeditor/ off of the root then your application.userFilesPath must be setup in this same

query help

2005-06-22 Thread Ken Ferguson
I've got one of those problems where I've looked at a query too long and now I can't see anything clearly any more. I've put the table layout below of the columns in question (there are more, but they're not important here). ENTITY +ID +LOCATION +PARENT_ID ENTITY_NAME

Re: Registrar that does DNS management?

2005-06-22 Thread Rey Bango
Damien, I'm replying a little late but GoDaddy let me setup all of my A, CNAME and MX records for my domains and just point them to my server. Worked like a charm. And they didn't charge me extra. Rey... Damien McKenna wrote: To answer my own question, Domain Direct (Tucow's OpenSRS

How do you tell ColdFusion to execute .html files?

2005-06-22 Thread Karl Simanonok
Google says at http://www.google.com/webmasters/2.html that We're able to index dynamically generated pages. However, because our web crawler could overwhelm and crash sites that serve dynamic content, we limit the number of dynamic pages we index. This suggests that a site with a very large

Re: CF + FCKeditor

2005-06-22 Thread Yves Arsenault
Hey Dustin, Yes, I did modify the fckconfig.js file And I was just reading a post on sourceforge.net on the application var I had set the application var and still get an internal error (500) Hmm.. Thanks, Yves On 6/22/05, Dustin Tinney [EMAIL PROTECTED] wrote: Yves: I just did

testing for undefined

2005-06-22 Thread Daniel Kessler
I'm returning data back from a database and want to populate variables the same way as columns are named. I have this working fine (though any suggested improvements are welcome), but when the values are undefined, in this case at least, I'd like to make the variable have a '' (empty quotes)

Re: Paradox Database

2005-06-22 Thread Jochem van Dieten
[EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Many years ago, we built an online store application for a client in which all product data for the store is pulled from a Paradox database that the client uploads to our server. We recently upgraded to MX (6.1 running on windows 2003 server to be

Re: How do you tell ColdFusion to execute .html files?

2005-06-22 Thread Ken Ferguson
I don't think Google limits based on the file extension. I believe they limit based on whether the content is actually static or not. I could be wrong and I'm certainly not an expert in the way these things work, but I would be very much surprised if they'd allow it to be circumvented this

Flash Forms Question

2005-06-22 Thread Smith, Daron [PA]
I'm working on an app with flash forms in it. I need a way to specify a value for a checkbox. In an HTML or CF Form you can specify any value for a check box, it appears that flash checkboxes are only true or false. Is there a way to specify a value or can I use the bind attribute and a hidden

Re: CF + FCKeditor

2005-06-22 Thread Dustin Tinney
Yves, To debug open up your connector.cfm file and do a cfDump var=#application# make sure tthat the variable is being set. you should be able to see in the top of the connector file the default directories if it's not being set. /Dustin On 6/22/05, Yves Arsenault [EMAIL PROTECTED] wrote:

Can CFMX 6.1 and CFMX 7 co-exist?

2005-06-22 Thread Rey Bango
Can CFMX 6.1 and CFMX 7 co-exist? If so, are there any articles that can point me in the right direction? Rey... -- http://www.ReyBango.com ~| Logware (www.logware.us): a new and convenient web-based time tracking

Re: CF + FCKeditor

2005-06-22 Thread Yves Arsenault
Hey Dustin... Well, I couldn't get it to work at all with the application var... So instead, I just hardcoded the userfiles path in the connector.cfm and it works great now.. ;-) Thanks for the help, Yves On 6/22/05, Dustin Tinney [EMAIL PROTECTED] wrote: Yves, To debug open up your

RE: How do you tell ColdFusion to execute .html files?

2005-06-22 Thread Robertson-Ravo, Neil (RX)
Google does not index based on file extension - that would be insane - as you could create a .karl file extenstion quite easily in IIS or even ..iamafileextension and so on and so forth. -Original Message- From: Karl Simanonok [mailto:[EMAIL PROTECTED] Sent: 22 June 2005 14:41 To:

Re: How do you tell ColdFusion to execute .html files?

2005-06-22 Thread Adrocknaphobia
No need to change the registry. Assuming you are running IIS on win2K3, you just need to add an application mapping. (I think, I've never tested this though) 1. View the properties of the IIS site 2. On the Home Directory tab, select 'Configure' 3. On the App Mappings tab, select 'Add' 4. Browse

Re: How do you tell ColdFusion to execute .html files?

2005-06-22 Thread S . Isaac Dealey
The change you need to make in order to get CF to process files with alternate extensions depends on which version of CF you are running, but it's not a registry change. I'm sure someone will pipe in shortly with more details, but what version of CF are you using? I was under the impression

RE: How do you tell ColdFusion to execute .html files?

2005-06-22 Thread S . Isaac Dealey
Google does not index based on file extension - that would be insane - as you could create a .karl file extenstion quite easily in IIS or even ..iamafileextension and so on and so forth. For a long time I've vaguely contemplated using .ike files to serve my site. :) s. isaac dealey

Re: query help

2005-06-22 Thread Ken Ferguson
Below is what I came up with. It seems to work pretty well, but I'd still welcome any advice on improvement. --Ferg SELECTdistinct A.ID , B.ENTITY_NAME, case when A.parent_id is null then '' else C.ENTITY_NAME end AS PARENT_NAME FROM ENTITY A, ENTITY_NAME B, (SELECT

Re: Can CFMX 6.1 and CFMX 7 co-exist?

2005-06-22 Thread Adrocknaphobia
If you are running J2EE, then the answer is yes. You can deploy each version into thier own instance without any problems at all. -Adam On 6/22/05, Rey Bango [EMAIL PROTECTED] wrote: Can CFMX 6.1 and CFMX 7 co-exist? If so, are there any articles that can point me in the right direction?

Can CFMX 6.1 and CFMX 7 co-exist?

2005-06-22 Thread dcooper
Yes, CFMX7 was designed to co-exist peacefully with CFMX 6.1 and CF5. When you install CFMX7, if asked (UNIX), just point to your previous config and we'll copy/migrate your CF5 or CFMX6.1 settings into the new CFMX7 installation for you (the post-install wizard that runs the first time you

Re: How do you tell ColdFusion to execute .html files?

2005-06-22 Thread Ken Ferguson
Back in pre-MX days, I used to do clients' sites in file extensions that were unique to their business. It was a dumb little thing that helped me sell a ton of projects, as they were so thrilled with something that was so personalized. index.gwpc for the Groundwater Protection Council.

Re: application.cfm includes

2005-06-22 Thread daniel kessler
It's the former. I get most of what you're saying. Are you saying that I should just have a sessiontimeout in the timeout in the application.cfm file: other info cfapplication sessionmanagement=yes setclientcookies=yes name=db_storage sessiontimeout=#CreateTimeSpan(0,0,30,0)# then include that

cfgrid flash form

2005-06-22 Thread David Brown
Not sure if this is clear or not, but here goes. Is there a way to create a cfgrid in a flash form with one of the columns populated by database table values. For example: We have a cfgrid where users can add rows when needed to enter task for a project. One user may have 3 task and the

RE: Can CFMX 6.1 and CFMX 7 co-exist?

2005-06-22 Thread David Manriquez
If you have an Enterprise version of any of cf's you can deploy both versions in the same Jrun without problems I guess. David Manriquez [EMAIL PROTECTED] (+56-2) 43 00 155 -Mensaje original- De: Rey Bango [mailto:[EMAIL PROTECTED] Enviado el: Miércoles, 22 de Junio de 2005 9:56 Para:

RE: testing for undefined

2005-06-22 Thread Jim Davis
-Original Message- From: Daniel Kessler [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 22, 2005 9:47 AM To: CF-Talk Subject: testing for undefined I'm returning data back from a database and want to populate variables the same way as columns are named. I have this working fine

Re: OT: Registrar that does DNS management?

2005-06-22 Thread Thomas Chiverton
On Tuesday 21 June 2005 17:56, Damien McKenna wrote: service than two separate ones. Any suggestions? Thanks. I use Gandi. Cheap, control panel for free. -- Tom Chiverton Advanced ColdFusion Programmer ~| Logware

About CFform and Flash format

2005-06-22 Thread Hassan Arteaga Rodríguez
Hi list: I need to know if i need something extra to run CFform in Flash format... When i desing a simple form in a flash format i don't get nothing in the cfm page when i run it.. I'm using CF 7 Regards, -- M.Sc. Hassan Arteaga Rodríguez Microsoft Certified System Engineer IT Specialist. WEB

Re: query help

2005-06-22 Thread S . Isaac Dealey
Hey Ken, I've had those days... try this: SELECT A.ID , B.ENTITY_NAME, C.ENTITY_NAME AS PARENT_NAME FROM ENTITY A INNER JOIN ENTITY_NAME B ON (b.entity_id = a.id and now() b.start_date and (b.end_date is null or b.end_date now())) LEFT JOIN ENTITY_NAME C ON (c.entity_id = a.parent_id

How do you tell ColdFusion to execute .html files?

2005-06-22 Thread Chris Peters
Google considers a page to be dynamic if it has a query string. Read my blog entry about sidestepping this issue here: http://www.chrispetersweb.com/blog/view.cfm/id/13 My blog entry actually just adds to ideas Ben Forta presented in a CFDJ article, but I never miss the chance to pimp my

Re: OT: Registrar that does DNS management?

2005-06-22 Thread Ken Ferguson
I know Network Solutions costs more for registration..., but I still like using them. I really like the account manager there. It's so easy to use in my opinion and I've absolutely never had any problems with them. I don't need to save 10 or 15 bucks a year and go with someone I'm not really

Re: query help

2005-06-22 Thread Ken Ferguson
Isaac, thanks man, that works too and looks better than my case statements. Shame on you for thinking I'd even have Access installed on my machine though! It's MySQL. --Ferg S. Isaac Dealey wrote: Hey Ken, I've had those days... try this: SELECT A.ID , B.ENTITY_NAME, C.ENTITY_NAME AS

Re: How do you tell ColdFusion to execute .html files?

2005-06-22 Thread S . Isaac Dealey
People used to eat that stuff up and thought it was the coolest thing in the world that I could name all of their files something they liked and something they came up with. It may be a very sill and simple thing, but so is sending your customers a birthday card or something like that. You'd

Re: How do you tell ColdFusion to execute .html files?

2005-06-22 Thread Ken Ferguson
This was true prior to MX, but I think I remember some changes needing to be made in one of CF's xml config files to get it to work. I'm fairly certain that only making the webserver change will not work. When GWPC upgraded from CF5 to 6.1, I had to make some changes for this. I'll try to dive

Re: How do you tell ColdFusion to execute .html files?

2005-06-22 Thread Ken Ferguson
I knew I was right about that. Here are the links you'll need to get it working in either pre or post MX CF installations. Pre-mx: http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=tn_18214 Post-mx http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=tn_18289 --Ferg Ken

Syncing Data between Websites

2005-06-22 Thread Graham Pearson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I am creating an application which will have 2 separate websites with one being a Live Server with MySQL and the other one being a Tablet PC with CF and Access. The Idea at present time is if the Tablet had a connection to the Internet via Wireless

RE: OT: Developers little helper

2005-06-22 Thread Steve Brownlee
Ah then I'm not the only lazy developer around :) -Original Message- From: Qasim Rasheed [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 21, 2005 11:11 PM To: CF-Talk Subject: Re: OT: Developers little helper Here is a similar tool. Pretty handy and useful

J2EE Session Sharing without Cluster? -- more frustration

2005-06-22 Thread jacksonj
Is it possible to share sessions without clustering? (I'd like to be able to know that when I'm hitting Server A, that the application I'm seeing is coming from Server A. This is for hardware load-balancing and fail-over reasons.) Here's a real world example: Sometimes, I need to reload

Re: Can CFMX 6.1 and CFMX 7 co-exist?

2005-06-22 Thread S . Isaac Dealey
Even without J2EE... I use the standalone versions at home, connect them both to IIS with no problems... I had some issues getting the webserver connector to work with 6/6.1 when it came out... I discovered later they were due to my firewall ([EMAIL PROTECTED]) -- the damn thing was turned off

Re: query help

2005-06-22 Thread S . Isaac Dealey
Isaac, thanks man, that works too and looks better than my case statements. Shame on you for thinking I'd even have Access installed on my machine though! It's MySQL. lol... Well it was a random guess based on the use of now() and ID as a column name because that's real common with Access due

RE: testing for undefined

2005-06-22 Thread daniel kessler
Well - first off you don't need the evaluates in there - you can use normal notation. I'll try that, thanks. I try to not use it when I can('t). Something like this. cfset the_db = StructNew() this should've been: cfset the_db = StructNew() for it's use below. cfoutput query=#CurQuery#

Re: How do you tell ColdFusion to execute .html files?

2005-06-22 Thread S . Isaac Dealey
I knew I was right about that. Here are the links you'll need to get it working in either pre or post MX CF installations. Pre-mx: http://www.macromedia.com/cfusion/knowledgebase/index.cfm? id=tn_18214 Post-mx http://www.macromedia.com/cfusion/knowledgebase/index.cfm? id=tn_18289

Paradox Database

2005-06-22 Thread Wei Dai
So I believe what I need is a paradox JDBC driver for coldfusion to communicate with the client's database (right?). Does anyone know where I might be able to find one? HXTT Paradox, a type 4 JDBC driver, is at www.hxtt.net .

Re: Should we support Access?

2005-06-22 Thread Wei Dai
The original gig was rewriting a couple of templates for them every week or so. I pointed out the issues with Access and made some recommendations and now this is going to be a major part of what is very likely going to be -- slowly but surely -- a rewrite of their entire system. Maybe HXTT

RE: testing for undefined

2005-06-22 Thread Jim Davis
-Original Message- From: daniel kessler [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 22, 2005 11:24 AM To: CF-Talk Subject: RE: testing for undefined That's ok. This is just going to loop through the recordset and display the data so I use the same struct for each record,

Re: query help

2005-06-22 Thread Ken Ferguson
Yeah, I'm working with a guy who has, as part of his coding guidelines, the requirement that every table in the database have a column named ID that is set as an auto-increment. That's only one of the many fun little guidelines to which we're strictly adhering. As a developer used to working

RE: testing for undefined

2005-06-22 Thread Chase Seibert
Is there any way to set a header item in an outgoing CFHTTP request? I'm working with an API that needs a custom header item inserted in a GET request. I'm thinking something like: CFHTTP url=http://server1/xmlnotify.asp; method=GET HTTP_AUTHORIZATION: Digest userName=cseibert

set headers in CFHTTP?

2005-06-22 Thread Chase Seibert
Sorry for the double-post. I meant to start a new thread. Is there any way to set a header item in an outgoing CFHTTP request? I'm working with an API that needs a custom header item inserted in a GET request. I'm thinking something like: CFHTTP url=http://server1/xmlnotify.asp; method=GET

Re: query help

2005-06-22 Thread Aaron Rouse
That is an interesting requirement although when I look back I think almost every system I ever worked with had a column named ID in each table. Here at work the inhouse framework they make use us, pretty much requires the PK of a table be just ID and numeric. There are ways around it but they

RE: set headers in CFHTTP?

2005-06-22 Thread Dave Watts
Is there any way to set a header item in an outgoing CFHTTP request? I'm working with an API that needs a custom header item inserted in a GET request. I'm thinking something like: CFHTTP url=http://server1/xmlnotify.asp; method=GET HTTP_AUTHORIZATION: Digest userName=cseibert

Re: set headers in CFHTTP?

2005-06-22 Thread Dave Carabetta
On 22 Jun 2005 11:51:01 -0400, Chase Seibert [EMAIL PROTECTED] wrote: Sorry for the double-post. I meant to start a new thread. Is there any way to set a header item in an outgoing CFHTTP request? I'm working with an API that needs a custom header item inserted in a GET request. I'm

RE: set headers in CFHTTP?

2005-06-22 Thread Dave Watts
Does method=HEAD get you where you need to be? I don't see how that would help - that won't automatically add HTTP request headers, it'll simply ask for information about the page instead of asking for the page itself. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf

Re: query help

2005-06-22 Thread S . Isaac Dealey
It's the first time in some years though that I'm not the one responsible for making the guidelines and I'm finding it's a welcome relief. I'm sure It'll get old at some point, but for now it's much less stressful to be the worker bee instead of the manager and main dev lead. I'm trying to

RE: testing for undefined

2005-06-22 Thread daniel kessler
You can display everything as you want using just the query - why waste the time to convert the query to something else to do this? I'm trying to make it reusable so that I can include it wherever I need it. If I use the same name everywhere, db_info and then use that in all my queries, then I

RE: OT: comments on HostNexus? DAMIEN

2005-06-22 Thread Damien McKenna
fyi~ you can get imap at hms Thanks, Dave. Yes, I worked out a deal with them for IMAP mail itself (which they normally charge $10/mo for), but they don't provide a version of PHP with IMAP support compiled in without paying $50/mo for a VPS. So far I'm very happy with HostNexus. -- Damien

Re: set headers in CFHTTP?

2005-06-22 Thread Dave Carabetta
On 6/22/05, Dave Watts [EMAIL PROTECTED] wrote: Does method=HEAD get you where you need to be? I don't see how that would help - that won't automatically add HTTP request headers, it'll simply ask for information about the page instead of asking for the page itself. Yeah, I was too quick

RE: set headers in CFHTTP?

2005-06-22 Thread Dave Watts
Yeah, I was too quick to reply. I saw headers in the message and thought method=HEAD. Sorry about that. No need to apologize, we all make mistakes. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our

Re: application.cfm includes

2005-06-22 Thread Barney Boisvert
Do it the other way. In your subdirectory have this: cfset sessionTimeout = createTimeSpan(0, 1, 0, 0) / cfinclude template=../Application.cfm / and then in your root have this: cfparam name=sessionTimeout default=#CreateTimeSpan(0,0,30,0)# / cfapplication ... sessionTimeout=#sessionTimeout# /

RE: testing for undefined

2005-06-22 Thread Jim Davis
-Original Message- From: daniel kessler [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 22, 2005 12:48 PM To: CF-Talk Subject: RE: testing for undefined You can display everything as you want using just the query - why waste the time to convert the query to something else to do

JRUNSVC + coldfusion 6.1 Mx + mysql 4.0.24 CPU 100%

2005-06-22 Thread Jean-Michel DE FILIPPI
Hello every body, I need help, I've a big problem under my configuration about jrunsvc (jrun service). Every 1 hour since 15 minutes the jrunsvc takes 100% cpu time. I've try lot of things to fix like update (updater 5 from macromedia, j2se 1.4.2, etc .) but the problem persiste. An other

ColdFusion server crashes every few days

2005-06-22 Thread amy chiu
Can someone tell me what would make a coldfusion server to crash every few days or so. It seems the CF server memory utilization on the server keeps increasing and we need to restart the coldFusion server before anything would work. I do have a coldFusion scheduled job that runs every 5

ColdFusion server crashes every few days

2005-06-22 Thread Michael Dinowitz
Are you caching any information or the webservice connection? Can someone tell me what would make a coldfusion server to crash every few days or so. It seems the CF server memory utilization on the server keeps increasing and we need to restart the coldFusion server before anything would

ColdFusion Error Messages

2005-06-22 Thread bob
Maybe its just my printer, but when I try and print out a page with a ColdFusion generated error on it, I get the HTML not the message... has anyone else noticed this? If a user gets an error message, they usually either take a screenshot or print it out- but printing it out yields some ugly

RE: ColdFusion Error Messages

2005-06-22 Thread Damien McKenna
If a user gets an error message, they usually either take a screenshot or print it out- but printing it out yields some ugly results. I have the same problem here - but only with IE. -- Damien McKenna - Web Developer - [EMAIL PROTECTED] The Limu Company - http://www.thelimucompany.com/ -

Re: JRUNSVC + coldfusion 6.1 Mx + mysql 4.0.24 CPU 100%

2005-06-22 Thread Douglas Knudsen
does it spike before requests come in? Or after? Is it spiking under heavy load or light load? Have you turned on 'log slow pages taking x seconds?? Turn this on and set to say 10 to 20 seconds and see what pages are hogging up CF. DK On 6/22/05, Jean-Michel DE FILIPPI [EMAIL PROTECTED]

Query of Queries error

2005-06-22 Thread Jeff Langevin
I am trying to join two sets of data using query of queries. I've read the livedocs and search the HoF archives and haven't been able to figure out a way to handle this. My problem is that I run the query at the end of this massage and get the following error: Query Of Queries runtime error.

Re: J2EE Session Sharing without Cluster? -- more frustration

2005-06-22 Thread Douglas Knudsen
by CFMX cluster you are speaking of SOFTWARE based clustering in JRun, not a load balancer correct? Try this code below, it will tell you what instance you are on. I use this. Its a real PITA though to make sure you are on instance foo or goo. !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01

RE: Query of Queries error

2005-06-22 Thread Ian Skinner
Upgrade to CFMX 7? I know, that is not really an answer, but this is one of the many improvements in MX 7, the ability to type QofQ columns which did not exist in previous versions. Assuming this is not an option, you are going to have to do something to force the issue, can you possible

RE: Query of Queries error

2005-06-22 Thread Mark A Kruger
Jeff, One of your original queries (that pull from the DB) sees the join column as a numeric type. re-cast it as a string type in the original query. Here's an MS SQL example. cast(realPartNumber AS varchar(12)) AS realPartnumber What DB are you using? This should cause the recordset object to

Re: J2EE Session Sharing without Cluster? -- more frustration

2005-06-22 Thread jacksonj
by CFMX cluster you are speaking of SOFTWARE based clustering in JRun, not a load balancer correct? Try this code below, it will tell you what instance you are on. I use this. Its a real PITA though to make sure you are on instance foo or goo. cfobject action=create type=java

RE: ColdFusion Error Messages

2005-06-22 Thread Bob Clingan
Sounds like a bug then. If a user gets an error message, they usually either take a screenshot or print it out- but printing it out yields some ugly results. I have the same problem here - but only with IE. -- Damien McKenna - Web Developer - [EMAIL PROTECTED] The Limu Company -

Re: J2EE Session Sharing without Cluster? -- more frustration

2005-06-22 Thread Douglas Knudsen
I actually have session sharing off now, using sticky sessions. Yeah, it was pretty kewl when I had it enabled. The issue we had was with the charting engine and we had one app where the developer stored CFCs in the session scope. The charting engine will not work with session sharing on and

Getting CFMX7 code sample access

2005-06-22 Thread Rey Bango
I have CFMX 7 sitting on a development server and I purposely installed the samples and docs so I could have internal access to them. This is not a production server, solely for development. When I try to hit the url for the Getting Started Experience, it halts saying that I'm trying to access

ColdFusion server crashes every few days

2005-06-22 Thread Kwang Suh
Try this out: http://www.robisen.com/index.cfm?mode=entryentry=FD4BE2FC-55DC-F2B1-FED0717CC1C7E0AF ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours

RE: Getting CFMX7 code sample access

2005-06-22 Thread Dawson, Michael
I think this is controlled in the application.cfm/cfc file. M!ke -Original Message- From: Rey Bango [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 22, 2005 2:10 PM To: CF-Talk Subject: Getting CFMX7 code sample access I have CFMX 7 sitting on a development server and I purposely

Re: Getting CFMX7 code sample access

2005-06-22 Thread S . Isaac Dealey
I have CFMX 7 sitting on a development server and I purposely installed the samples and docs so I could have internal access to them. This is not a production server, solely for development. When I try to hit the url for the Getting Started Experience, it halts saying that I'm trying to

Re: Getting CFMX7 code sample access

2005-06-22 Thread Rey Bango
Hi Issac. This is a fully licensed server and not a developer edition. Would you happen to know if in the full version there's a way to get around this limitation? It was implemented in CF 5.0 to prevent access to sample code after a big security issue cropped up. Rey... S. Isaac Dealey

RE: ColdFusion Error Messages

2005-06-22 Thread Bob Clingan
Figures- just tried to report it as such and the email bounced back- their bug reporting form points to a invalid email address. Sounds like a bug then. ~| Find out how CFTicket can increase your company's customer support

Re: ColdFusion Error Messages

2005-06-22 Thread Ray Champagne
I have had the same problem - with several versions of CF - CF4.5, CF5.0, CF6.1, they all do it. I thought it was some kind of functionality thing that I didn't understand the point of, but was necessary for some reason or another. I would think that if it were a bug, then it would have been

Re: JRUNSVC + coldfusion 6.1 Mx + mysql 4.0.24 CPU 100%

2005-06-22 Thread Steven Erat
The hourly nature of the high CPU sounds like client variable purging. You could try turning off client variable purge for a few hours to see if that changes the behavior. If it does, then that means that your client variable entries in the datebase (or registry, ugh) might be extremely high,

cfform_flash in shared hosting environment cfform_flash: invalid xhtml

2005-06-22 Thread Sebastian Mork
Hi, I just started releasing my application, got some problems that I didn't expect (like dsnUser,dsnPass..), mostly because it's running in a shared hosting-environment.. Well, I googled about some things, but I've still two questions, maybe someone knows.. My flashForms are not generated, I

Re: ColdFusion Error Messages

2005-06-22 Thread S . Isaac Dealey
I have had the same problem - with several versions of CF - CF4.5, CF5.0, CF6.1, they all do it. I thought it was some kind of functionality thing that I didn't understand the point of, but was necessary for some reason or another. I would think that if it were a bug, then it would have

Re: Getting CFMX7 code sample access

2005-06-22 Thread S . Isaac Dealey
Hi Issac. This is a fully licensed server and not a developer edition. Would you happen to know if in the full version there's a way to get around this limitation? It was implemented in CF 5.0 to prevent access to sample code after a big security issue cropped up. Oh okay... I hadn't heard

Re: cfform_flash in shared hosting environment cfform_flash: invalid xhtml

2005-06-22 Thread Simeon Bateman
The quick and dirty solution for you in this case is to upload the scripts directory from your cf admin. Then use the scriptsrc attribute on your cfform to point it at it locally. Then you dont have to worry about the admin and what they will map. I use this on my servers and it works great.

search broken on house of fusion?

2005-06-22 Thread dan martin
Anyone else notice that the search on this site doesnt seem to work anymore? Search for previous posts that you've been tracking or posting to doesnt work even with quotes. ~| Discover CFTicket - The leading ColdFusion Help

CF linux questions

2005-06-22 Thread Scott Mulholland
I was involved in a discussion earlier today about the feasibility of building a control panel like solution to allow for users to maintain items like domains, emails, etc. (think cpanel) on the linux platform. Not being a linux person myself I was trying to find resources speaking to the

Re: ColdFusion Error Messages

2005-06-22 Thread Ray Champagne
I don't either, but back in the day (..cringe..) before I knew better, before learning about error handling, my clients would print and fax the error to me when they came across one. It was a nightmare to decipher what was going on. And, since I sucked, there were a lot of faxes coming in.

Re: search broken on house of fusion?

2005-06-22 Thread Michael Dinowitz
Can you send me an exact example of what your searching for? The search is based on Google and it might be that the code going to Google is broken. Thanks Anyone else notice that the search on this site doesnt seem to work anymore? Search for previous posts that you've been tracking or

Re: JRUNSVC + coldfusion 6.1 Mx + mysql 4.0.24 CPU 100%

2005-06-22 Thread Nathan Strutz
That brings up a good point, Doug. The best way to troubleshoot a stalled CF server is to take a thread dump/stack trace. You do this by starting CF from command line, something like this on windows: c:/ cfusionmx\bin\cfstart.bat c:\cf_output_log.txt Take a normal dump (ctrl+break) when the

RE: ColdFusion Error Messages

2005-06-22 Thread Damien McKenna
Personally I don't find printing them very useful. Me either, but most people feel they have to print something or forward you an entire email (the original of which you already received) to say I agree or make it so. -- Damien McKenna - Web Developer - [EMAIL PROTECTED] The Limu Company -

RE: Getting CFMX7 code sample access

2005-06-22 Thread Dawson, Michael
Did you try removing the conditional logic in the application.cfm/cfc file? In earlier versions, that is where this was controlled. I haven't tried it with CF7 yet, however. M!ke -Original Message- From: S. Isaac Dealey [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 22, 2005 2:44 PM

Re: CF linux questions

2005-06-22 Thread Jordan Michaels
Scott Mulholland wrote: I was involved in a discussion earlier today about the feasibility of building a control panel like solution to allow for users to maintain items like domains, emails, etc. (think cpanel) on the linux platform. Not being a linux person myself I was trying to find

Re: Query of Queries error

2005-06-22 Thread Jeff Langevin
The problem is that the offending data is in the csv file which is being turned into a query result using QuerySetCell(). That doesn't support setting a type. If I do the cast in the other query, QoQ throws an error saying that the comparison of the two different data types is not

Re: Getting CFMX7 code sample access

2005-06-22 Thread Rey Bango
That did it bud. Don't know why I didn't bother to look. I just assumed they were encrypted. duh! Rey,,, Dawson, Michael wrote: Did you try removing the conditional logic in the application.cfm/cfc file? In earlier versions, that is where this was controlled. I haven't tried it with CF7

  1   2   >