Re: Capturing requested URL in CFML
Are you using apache 2.2? set LogLevel to debug and restart, see what apache tells you in error.log. Also you can have a rewrite_log written that can be fun to interpret. That is I assume you are using their suggested .htaccess rules? On Wed, May 6, 2009 at 18:02, Ian Skinner wrote: > > Scott Weikert wrote: >> We're on IIS. So that may make a difference. > > Apparently it does. I found this link talking about the diference in > Apache not providing the original URL in the query_string variable. > http://blog.sixsigns.com/2008/02/04/custom-404-pages-with-coldfusion-8-macos-x-and-the-difference-with-iis/ > > Unfortunately their published solution to use modrewrite to put the path > back into the query_string had no affect on my system. Can any apache > types out there guess why? > > > > ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:322266 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Re: Returning a CFSTOREPROC from a CFFUNCTION
On Wed, May 6, 2009 at 4:32 PM, David Torres wrote: > > I have been doing a lot of reading about stored procedures. I have worked w/ > SPs in MS SQL. Now I am using ColdFusion. > > Well, with my reading done I have been able to call a SP from a cffunction. I > have all my functions in a CFC file, and I would like to keep it that way. > Now, I need to return the cfprocresult from my SP within my function, which I > can do, but if I pass a OUT paremeter to my SP, how can I return my resultset > and my output variable from the function in order to use those values later? you can return anything from within a cffunction via the tag. create a struct in the function and populate the struct with your resultset and the output variable. cfreturn the struct. -- I have failed as much as I have succeeded. But I love my life. I love my wife. And I wish you my kind of success. ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:322265 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Returning a CFSTOREPROC from a CFFUNCTION
I have been doing a lot of reading about stored procedures. I have worked w/ SPs in MS SQL. Now I am using ColdFusion. Well, with my reading done I have been able to call a SP from a cffunction. I have all my functions in a CFC file, and I would like to keep it that way. Now, I need to return the cfprocresult from my SP within my function, which I can do, but if I pass a OUT paremeter to my SP, how can I return my resultset and my output variable from the function in order to use those values later? Thanks, david ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:322264 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Re: where I can post a question?
Sorry for that. I did ask that question from my yahoo. ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:322263 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Re: where I can post a question?
On Wed, May 6, 2009 at 3:23 PM, David J. Torres wrote: ...I think you just did? -- I have failed as much as I have succeeded. But I love my life. I love my wife. And I wish you my kind of success. ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:322262 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Re: where I can post a question?
You just did... On Wed, May 6, 2009 at 3:23 PM, David J. Torres wrote: > > Thanks, > > David > > ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:322261 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
where I can post a question?
Thanks, David ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:322260 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Re: Capturing requested URL in CFML
Scott Weikert wrote: > We're on IIS. So that may make a difference. Apparently it does. I found this link talking about the diference in Apache not providing the original URL in the query_string variable. http://blog.sixsigns.com/2008/02/04/custom-404-pages-with-coldfusion-8-macos-x-and-the-difference-with-iis/ Unfortunately their published solution to use modrewrite to put the path back into the query_string had no affect on my system. Can any apache types out there guess why? ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:322259 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Re: Apache and ColdFusion Trouble
Jason Slack, are you still stuck? Your personal email address fails for me. On Mon, May 4, 2009 at 19:46, Jason Slack wrote: > > Hi Maureen, > > > OK, so I did: > [r...@server1 ~]# apachectl stop > [r...@server1 ~]# /opt/coldfusion8/bin/coldfusion stop > [r...@server1 ~]# nano > /opt/coldfusion8/runtime/servers/coldfusion/SERVER-INF/jrun.xml > ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:322258 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Re: Server just.... stops?
Turn on the internal webserver for FR and you will bypass jrun. Make note of its port and you can hit http://yourserverhere.com:12345/fusionreactor/fhtml.cfm?mode=login and get right in. Do you have FR set up to send you alerts when values you specify (ie requests, memory, cpu) are met? Enable crash protection logging? I would enable jrun metrics logging. Enable garbage collection. What jvm are you running? On Wed, May 6, 2009 at 14:26, Justin Scott wrote: > >> What does fusion reactor say is happening on the server >> when it "stops". How many running threads are there? How >> many database calls are happening? Get a full thread dump >> and look at everything that is running. What are you memory >> levels? Hard drive usage on the box? (perfmon) > > Unfortunately, FusionReactor runs in conjunction with the jrun process, so > when ColdFusion locks up, FusionReactor is not accessible. Memory and hard > drive use appear normal whenever the lockups occur. We've enabled request > logging in FusionReactor so it writes the start and end of requests to a > file so we will have something more to reference the next time it happens. > > I guess what I'm looking for specifically is any advice on additional > metrics we can/should be collecting from the JVM (tools or JVM settings) or > the ColdFusion service that might shed some light on what the system is > doing when the lock occurs. > > > -Justin > > > ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:322257 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Re: Capturing requested URL in CFML
Ian Skinner wrote: > I have this line set up for the Apache server. > > We're on IIS. So that may make a difference. ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:322256 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Re: Capturing requested URL in CFML
Scott Weikert wrote: > Try the combo of cgi.server_name, cgi.script_name, and cgi.query_string > (in that order). I've looked at all those variables, I dumped out the entire CGI structure. And I am getting the information of the 404error.cfm file itself not the request the generated the page. I have this line set up for the Apache server. ErrorDocument 404 /errors/404error.cfm And it will nicely serve up 404error.cfm, with the location bar showing http://mysite/badURL/. What I am finding on the intranet is saying I should be able to do this, but it is not working as I expect it to. ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:322255 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Re: Server just.... stops?
If Fusion Reactor is like SeeFusion, I have actually seen more examples of where the monitoring application is still available even when the CF Server does not seem responsive. The most common cause of this is due to the CF server being out of active threads to respond to requests with due to DB locks, or other I/O locks on threads. Since SeeFusion (and I assume Fusion Reactor as well) are implemented as a Java servlet filter they can usually manage to keep going even if CF is out of threads. I believe what you are saying though-- so it sounds like something is locking up the whole JVM. If memory looks good, I guess I would check for Hot Spot JVM crashes. First, check your out logs in \runtime\logs\coldfusion-out.log Next check for the existence of any file in \runtime\bin\ that look like "hs_err_pid.log" where was the process id of the JVM when it crashed. Also, you mentioned you were using CFX_Image. Check this blog entry of Steven Erat's that discusses a very similar problem they had on a server using CFX_image. http://www.talkingtree.com/blog/index.cfm?mode=entry&entry=B13095A3-45A6-2844-799942B3CBA5269E ~Brad >> What does fusion reactor say is happening on the server >> when it "stops". How many running threads are there? How >> many database calls are happening? Get a full thread dump >> and look at everything that is running. What are you memory >> levels? Hard drive usage on the box? (perfmon) > >Unfortunately, FusionReactor runs in conjunction with the jrun process, so >when ColdFusion locks up, FusionReactor is not accessible. Memory and hard >drive use appear normal whenever the lockups occur. We've enabled request >logging in FusionReactor so it writes the start and end of requests to a >file so we will have something more to reference the next time it happens. > >I guess what I'm looking for specifically is any advice on additional >metrics we can/should be collecting from the JVM (tools or JVM settings) or >the ColdFusion service that might shed some light on what the system is >doing when the lock occurs. > > >-Justin ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:322254 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Re: Capturing requested URL in CFML
Ian Skinner wrote: > If you set up a ColdFusion template as a custom 404 error page in your > web server. Is there a way for this code to know what URL was requested > that resulted in the 404 error? > > I've dumped the cgi scope and the getHTTPRequestData() structure and > neither of these seem to offer up the url of the received request. > > I don't believe there's any single CGI variable that offers what you're after... I do something similar with my main project - lots of URLs of "http://www.domain.com/folder/"; where "folder" is a non-existent folder - I have the 404 setting in the webserver set to kick over to a handler page, which parses out what I need out of CGI variables to puzzle out what content to serve up. Try the combo of cgi.server_name, cgi.script_name, and cgi.query_string (in that order). ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:322253 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Re: Capturing requested URL in CFML
>If you set up a ColdFusion template as a custom 404 error page in your >web server. Is there a way for this code to know what URL was requested >that resulted in the 404 error? > >I've dumped the cgi scope and the getHTTPRequestData() structure and >neither of these seem to offer up the url of the received request. > >TIA >Ian ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:322252 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Re: CF CMS Opinions
Larry, I work for Mura (formally known as Sava) and we have just created a great automated install script that will keep the pathing issue you brought up from happening again. We are pleased to hear as always that it was simple to implement as that is our goal ("make it easy for our users"). Brent, good luck with your tests! Pat Santora Mura Developer http://getmura.com On Wed, May 6, 2009 at 12:17 PM, Larry Lyons wrote: > > Brent, > > At my work I'm about to deploy (as soon as we get the client OK) a Sava > based site for a similar client (medium traffic government public site). I > found Sava very easy to work with. Within 10 minutes of downloading the app > I was entering content. Setting up the basic templates (html and css) for > the site was quite easy. The greatest difficulty I found was getting the > paths correct for the CMS, and that was mostly my stupidity I figure. If you > like, you can contact me off list at larryclyons(at)gmail.com for more > information about the project. > > larry > > > Hi all, > > > > I'm looking at the following CMS systems. I don't need them to be > > super fancy, they just need to scale well and easy to use for end > > users. > > > > I'm curious about peoples thoughts, experiences, and hard lessons > > learned with them. I'm not looking for in depth responses, but more > > for tid bits that can raise awareness to issues that might not crop up > > until later or, most importantly help me assess these solutions with > > other people's experiences in mind. > > > > CMS's being reviewed: > > Speck CMS - http://www.speckcms.org/ > > Sava CMS - http://www.gosava.com/go/sava/ > > ColdBricks CMS - http://www.coldbricks.com/ > > FarCry CMS/Framework - http://www.farcrycore.org > > > > The CMS will be used to run a govt. public web site with moderate > > traffic. > > > > Thanks for your time and thoughts, > > Brent > > > ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:322251 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Re: cftextarea onChange doesn't fire
On Wed, May 6, 2009 at 12:36 PM, Scott Stewart wrote: > > Hey all. > > I have a cftextarea with an onChange. I believe an onchange in a textarea doesn't fire until the textarea loses focus (e.g. the user tabs or clicks out of it). try onkeyup instead. -- I have failed as much as I have succeeded. But I love my life. I love my wife. And I wish you my kind of success. ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:322250 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Re: Need to import database from filemaker Pro
>>There's a driver that's included with filemaker and several available on the web. Simply install the driver on your copy of CF and create a datasource. Ok, but then I still need to install the Filemaker database on my development server. Is it possible to just copy one file, like with an Access application? Otherwise, how can I transfer the database from the server it is actually? ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:322249 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Re: Store / Cart technical best practices and resources
Check out http://www.coldfusionbloggers.org (search for "shopping cart") Other (potentially useful) stuff: http://articles.techrepublic.com.com/5100-10878_11-1058748.html http://www.cartweaver.com http://www.cfshopkart.com http://www.cf-ezcart.com http://www.cfwebstore.com http://www.quilldesign.com http://www.amplecom.com On Wed, May 6, 2009 at 2:34 PM, Nick Gleason wrote: > > Hey folks, > > We are planning some enhancements on a cart / ecommerce system for a store > and other online purchases. I think we have a pretty good idea of the > direction to go in, but I think it would be a good idea to review any other > technical best practices for building cart or store systems. Are there any > resources (blog posts, etc.) that you would recommend in this regard? I > know that's a broad request - I'm thinking of db design or coding > practices. > > Thanks, > > Nick > > > > > ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:322248 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
cftextarea onChange doesn't fire
Hey all. I have a cftextarea with an onChange. Javascript: function discardChanges(gotoURL) { if (document.theForm) { if (document.theForm.savebut) { if (document.theForm.savebut.disabled == false) { var checkSave = confirm("Discard your changes?"); if (checkSave) location.href=gotoURL; } else location.href=gotoURL; } else location.href=gotoURL; } else location.href=gotoURL; } function enableSave() { document.theForm.savebut.disabled = false; if (document.theForm.savebut.value == "SAVED") { document.theForm.savebut.value = "SAVE CHANGES"; } } function highlightSave() { document.theForm.savebut.style.color = "red"; } function disableSubmit (form) { if (form.submitted) return false; form.submitted = true; form.savebut.disabled = true; return true; } Cftextarea: #htmleditformat( attributes.contentAfter)# Cfform: Any ideas as to why this won't fire? -- Scott Stewart ColdFusion Developer 4405 Oakshyre Way Raleigh, NC 27616 (h) 919.874.6229 (c) 703.220.2835 ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:322247 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Store / Cart technical best practices and resources
Hey folks, We are planning some enhancements on a cart / ecommerce system for a store and other online purchases. I think we have a pretty good idea of the direction to go in, but I think it would be a good idea to review any other technical best practices for building cart or store systems. Are there any resources (blog posts, etc.) that you would recommend in this regard? I know that's a broad request - I'm thinking of db design or coding practices. Thanks, Nick ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:322246 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Capturing requested URL in CFML
If you set up a ColdFusion template as a custom 404 error page in your web server. Is there a way for this code to know what URL was requested that resulted in the 404 error? I've dumped the cgi scope and the getHTTPRequestData() structure and neither of these seem to offer up the url of the received request. TIA Ian ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:322245 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Re: Need to import database from filemaker Pro
>Hi, > >I have a new customer for whom I must import most data as I can from >their Filemaker Pro database to my own CMS. >I plan to import their data (mostly tables for members and >organizations) into an Access database, then work from there and collect >what I can. > >Has any one here some experience with Filemaker? What are the the export >format available? >CMS wouldn't be an option, since it does not really transmit the column >types. >(for the indexes, I can manage) > >Thanks. You know that FileMaker does have JDBC drivers. see http://www.filemaker.com/help/html/odbc.18.1.html#1027500 http://www.filemaker.com/help/html/odbc.18.2.html#1027617 There's a driver that's included with filemaker and several available on the web. Simply install the driver on your copy of CF and create a datasource. regards, larry ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:322244 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Re: CF CMS Opinions
Brent, At my work I'm about to deploy (as soon as we get the client OK) a Sava based site for a similar client (medium traffic government public site). I found Sava very easy to work with. Within 10 minutes of downloading the app I was entering content. Setting up the basic templates (html and css) for the site was quite easy. The greatest difficulty I found was getting the paths correct for the CMS, and that was mostly my stupidity I figure. If you like, you can contact me off list at larryclyons(at)gmail.com for more information about the project. larry > Hi all, > > I'm looking at the following CMS systems. I don't need them to be > super fancy, they just need to scale well and easy to use for end > users. > > I'm curious about peoples thoughts, experiences, and hard lessons > learned with them. I'm not looking for in depth responses, but more > for tid bits that can raise awareness to issues that might not crop up > until later or, most importantly help me assess these solutions with > other people's experiences in mind. > > CMS's being reviewed: > Speck CMS - http://www.speckcms.org/ > Sava CMS - http://www.gosava.com/go/sava/ > ColdBricks CMS - http://www.coldbricks.com/ > FarCry CMS/Framework - http://www.farcrycore.org > > The CMS will be used to run a govt. public web site with moderate > traffic. > > Thanks for your time and thoughts, > Brent ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:322243 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Re: CF CMS Opinions
@ Jake - Yeah, i was reading the FarDry QuickStart guied and really like what they've got going. I'm planing on installing all of these over the next few weeks and testing them out. So far I like Speck (for super simple) and FarCry for a well thought out way to build a frameworks and CMS, development spped looked pretty quick too. The others have upsides as well, but testing will show what's best. -BN ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:322242 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Re: unable to log in via DB auth
Joe, We do something similar over here, though I just grab the AUTH_USER var passed from IE's Integrated Auth. Eitherway though, try this for your CFLOGINUSER In short, wrap your CFLOGINUSER with CFLOGIN. It drove me nuts for a few hours then I realized I needed to wrap it. -Brent ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:322241 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Coldfusion - Running Calculation
I have been struggling with a problem for the past day and was hoping anyone could lead me into the right direction. Example of problem: I have one field where the user types in a the cost of Tool, Lets say "75". Based on the cost of the tool "75", I have two other fields that needs update based on a calculation. I can figure out how to do this. Anyone have any ideas? This what I have, however I can get it to work with a but I was the value to be passed into a field. Tooling Cost: ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:322240 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Re: Coldfusion - Running Calculation
Untested, but it should get you going... jQuery("input[name='ToolCost']").change(function() { jQuery("input[name='display']").val(jQuery("input[name='']").val() * jQuery(this).val()) }); In real life you'd want to use contextual/semantic selectors to grab the elements in question, rather than the attribute-based selectors. cheers, barneyb On Wed, May 6, 2009 at 9:52 AM, Tony Ferraro wrote: > > I have been struggling with a problem for the past day and was hoping anyone > could lead me into the right direction. > > > > Example of problem: > > I have one field where the user types in a the cost of Tool, Lets say "75". > > Based on the cost of the tool "75", I have two other fields that needs update > based on a calculation. I can figure out how to do this. Anyone have any > ideas? > > > > This what I have, however I can get it to work with a but I was the > value to be passed into a field. > > > > > > Tooling Cost: > > > > onChange="document.getElementById('display').innerHTML=this.form.ToolCost.value/1*this.form.test.value/1"> > > > > id="display"> > > > Tony Ferraro > > > > ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:322239 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Coldfusion - Running Calculation
I have been struggling with a problem for the past day and was hoping anyone could lead me into the right direction. Example of problem: I have one field where the user types in a the cost of Tool, Lets say "75". Based on the cost of the tool "75", I have two other fields that needs update based on a calculation. I can figure out how to do this. Anyone have any ideas? This what I have, however I can get it to work with a but I was the value to be passed into a field. Tooling Cost: Tony Ferraro ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:322238 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
RE: Server just.... stops?
Justin Can you help me out here, Im stuck... I have been struggling with a problem for the past day and was hoping anyone could lead me into the right direction. Example of problem: I have one field where the user types in a the cost of Tool, Lets say "75". Based on the cost of the tool "75", I have two other fields that needs update based on a calculation. I can figure out how to do this. Anyone have any ideas? This what I have, however I can get it to work with a but I was the value to be passed into a field. Tooling Cost: Tony Ferraro E-Commerce Software Engineer Truth Hardware 700 W. Bridge St. Owatonna, MN 55060 Phone: 507-444-4432 Email: tferr...@truth.com -Original Message- From: Justin Scott [mailto:jscott-li...@gravityfree.com] Sent: Wednesday, May 06, 2009 1:27 PM To: cf-talk Subject: RE: Server just stops? > What does fusion reactor say is happening on the server > when it "stops". How many running threads are there? How > many database calls are happening? Get a full thread dump > and look at everything that is running. What are you memory > levels? Hard drive usage on the box? (perfmon) Unfortunately, FusionReactor runs in conjunction with the jrun process, so when ColdFusion locks up, FusionReactor is not accessible. Memory and hard drive use appear normal whenever the lockups occur. We've enabled request logging in FusionReactor so it writes the start and end of requests to a file so we will have something more to reference the next time it happens. I guess what I'm looking for specifically is any advice on additional metrics we can/should be collecting from the JVM (tools or JVM settings) or the ColdFusion service that might shed some light on what the system is doing when the lock occurs. -Justin ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:322237 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
RE: Server just.... stops?
> What does fusion reactor say is happening on the server > when it "stops". How many running threads are there? How > many database calls are happening? Get a full thread dump > and look at everything that is running. What are you memory > levels? Hard drive usage on the box? (perfmon) Unfortunately, FusionReactor runs in conjunction with the jrun process, so when ColdFusion locks up, FusionReactor is not accessible. Memory and hard drive use appear normal whenever the lockups occur. We've enabled request logging in FusionReactor so it writes the start and end of requests to a file so we will have something more to reference the next time it happens. I guess what I'm looking for specifically is any advice on additional metrics we can/should be collecting from the JVM (tools or JVM settings) or the ColdFusion service that might shed some light on what the system is doing when the lock occurs. -Justin ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:322236 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Re: directorywatcher event gateway...doesn't work for me
Is the gateway instance running in Coldfusion admin? You are saying that you have changed a file in the directory?.Was it running fine before the changes? Is the CF path in the admin same as the one in the configuration directory? On Fri, May 1, 2009 at 6:02 PM, Yuliang Ruan wrote: > > So I'm setting up a new event gateway instance. I created jobsentry.cfg > and jobsentry.cfc and started up the instance. I edited a file in the > directory and got an error in the log file that says: > Error invoking CFC for gateway JobSentry: null > {ORIGINATORID={},CFCMETHOD={onChange},GATEWAYID={JobSentry},DATA={{TYPE={CHANGE},LASTMODIFIED={Fri > May 01 16:41:49 CDT > 2009},FILENAME={/home/me/files/newfile.log}}},CFCPATH={/home/me/JobSentry.cfc},GATEWAYTYPE={FileWatcher}}. > > What does it mean? > > JobSentry.cfg: > directory=/home/me/files > interval=1000 > extensions=log,don > changeFunction=onChange > addFunction=onAdd > deleteFunction=onDelete > > JobSentry.cfc (I just started as a skeleton: > > > > > > > > > > > > > > > ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:322235 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Re: File upload suddenly stops working
If you have access to the server, try taking the offending code and reducing it to just the bare bones to get it to work while staying in line with what the original code does. Once you get it to work in an 'uncluttered' manner, you can add everything else back in. Yeah, it's a pain in the butt, but it'll clarify the issue. -2cents. BN ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:322234 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
RE: Server just.... stops?
What does fusion reactor say is happening on the server when it "stops". How many running threads are there? How many database calls are happening? Get a full thread dump and look at everything that is running. What are you memory levels? Hard drive usage on the box? (perfmon) Does fusion reactor offer database logging of these metrics so you can go back and look at the state of the server at the time of the lock-up? ~Brad Original Message Subject: RE: Server just stops? From: "Justin Scott" Date: Tue, May 05, 2009 10:31 pm To: cf-talk > Are you running the CF8 server monitoring in production? No, this is a ColdFusion standard edition license, so no integrated monitoring. We do have an older version of FusionReactor running on it though. ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:322233 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Re: Apache and ColdFusion Trouble
> JRun and the JRun web server (JWS) are different things. JRun is the > J2EE Application server; JWS is the development-quality webserver that > runs inside it. Well, to go a bit off-topic, you can certainly use JWS in production. I know several shops that have done this - if I recall, Macromedia also did it, using Apache as a proxy. I think that JWS can handle load just fine - the bottleneck isn't the web server, but the application server proper. It doesn't have the features or additional functionality of Apache or IIS, but if you're serving dynamic content you may not need those features anyway. I suspect that Macromedia and Adobe have always described JWS as "not production-ready" simply so that they don't have to support it. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our training centers in Washington DC, Atlanta, Chicago, Baltimore, Northern Virginia, or on-site at your location. Visit http://training.figleaf.com/ for more information! ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:322232 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Re: (ot) Need your thoughts
Thank you for your thought. More info: on scenario one, part of the installation package was removed from the process (not by the installer itself), hmm? >>>By super intelligent, I meant, having two identical packages there (one is >BAD and the other good), depending on XYZ to make one of them available for >downloading? Or am I nuts? > >Personally, I would go with the latter ;o) > >Hey, you asked! > >While my training is science had taught me never to rule out anything >(statistics you know) it is highly improbable that anyone would go through >the trouble of creating a scenario you just described. But on the other hand >it would be a lot of fun pulling off something like that. > >G! > >-- >Gerald Guido >http://www.myinternetisbroken.com >http://www.cfsimple.org/ > >"To invent, you need a good imagination and a pile of junk." >-- Thomas A. Edison ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:322231 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Need to import database from filemaker Pro
Hi, I have a new customer for whom I must import most data as I can from their Filemaker Pro database to my own CMS. I plan to import their data (mostly tables for members and organizations) into an Access database, then work from there and collect what I can. Has any one here some experience with Filemaker? What are the the export format available? CMS wouldn't be an option, since it does not really transmit the column types. (for the indexes, I can manage) Thanks. ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:322230 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Re: (ot) Need your thoughts
>>By super intelligent, I meant, having two identical packages there (one is BAD and the other good), depending on XYZ to make one of them available for downloading? Or am I nuts? Personally, I would go with the latter ;o) Hey, you asked! While my training is science had taught me never to rule out anything (statistics you know) it is highly improbable that anyone would go through the trouble of creating a scenario you just described. But on the other hand it would be a lot of fun pulling off something like that. G! -- Gerald Guido http://www.myinternetisbroken.com http://www.cfsimple.org/ "To invent, you need a good imagination and a pile of junk." -- Thomas A. Edison ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:39 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
(ot) Need your thoughts
I have a cf app package which is also bundled with sql server express 2005 at a hosting company for download, a large number of users are able to download and install it. HOWEVER, a few of them most recently reported crashing their systems, even deleting their system files. What do you think of the possibility of super intelligent but EVIL hacking in this madness? By super intelligent, I meant, having two identical packages there (one is BAD and the other good), depending on XYZ to make one of them available for downloading? Or am I nuts? ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:38 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
RE: CF CMS Opinions
Farcry has always been a great option for me. Jake Churchill CF Webtools 11204 Davenport, Ste. 100 Omaha, NE 68154 http://www.cfwebtools.com 402-408-3733 x103 -Original Message- From: Brent Nicholas [mailto:brentnicho...@hotmail.com] Sent: Wednesday, May 06, 2009 11:19 AM To: cf-talk Subject: CF CMS Opinions Hi all, I'm looking at the following CMS systems. I don't need them to be super fancy, they just need to scale well and easy to use for end users. I'm curious about peoples thoughts, experiences, and hard lessons learned with them. I'm not looking for in depth responses, but more for tid bits that can raise awareness to issues that might not crop up until later or, most importantly help me assess these solutions with other people's experiences in mind. CMS's being reviewed: Speck CMS - http://www.speckcms.org/ Sava CMS - http://www.gosava.com/go/sava/ ColdBricks CMS - http://www.coldbricks.com/ FarCry CMS/Framework - http://www.farcrycore.org The CMS will be used to run a govt. public web site with moderate traffic. Thanks for your time and thoughts, Brent ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:37 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
CF CMS Opinions
Hi all, I'm looking at the following CMS systems. I don't need them to be super fancy, they just need to scale well and easy to use for end users. I'm curious about peoples thoughts, experiences, and hard lessons learned with them. I'm not looking for in depth responses, but more for tid bits that can raise awareness to issues that might not crop up until later or, most importantly help me assess these solutions with other people's experiences in mind. CMS's being reviewed: Speck CMS - http://www.speckcms.org/ Sava CMS - http://www.gosava.com/go/sava/ ColdBricks CMS - http://www.coldbricks.com/ FarCry CMS/Framework - http://www.farcrycore.org The CMS will be used to run a govt. public web site with moderate traffic. Thanks for your time and thoughts, Brent ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:36 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Re: Detect a 301 redirect
Hugo Ahlenius wrote: > But - can't you look at the referrer, and if the referrer is in a list of > outdated URLs - then you display a message? That was my first thought but early testing did not show referrer showing anything earlier. ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:35 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Re: Apache and ColdFusion Trouble
JRun and the JRun web server (JWS) are different things. JRun is the J2EE Application server; JWS is the development-quality webserver that runs inside it. mxAjax / CFAjax docs and other useful articles: http://www.bifrost.com.au/blog/ 2009/5/6 Tom Chiverton : > > On Tuesday 05 May 2009, Steven Erat - Webapper Services wrote: >> The built-in JRun webserver is not production quality and lacks many >> features of a full blown web server such as Apache. From the Adobe >> (formerly Macromedia) article: > > Why was Adobe (until the last few years) selling JRun as exactly that then ? > > -- > Helping to assertively syndicate proactive developments as part of the IT team > of the year, '09 and '08 > > Tom Chiverton > Developer > Tel: +44 0161 618 5032 > Fax: +44 0161 618 5099 > tom.chiver...@halliwells.com > 3 Hardman Square, Manchester, M3 3EB > www.Halliwells.com > > > > This email is sent for and on behalf of Halliwells LLP. > > Halliwells LLP is a limited liability partnership registered in England and > Wales under registered number OC307980 whose registered office address is at > Halliwells LLP, 3 Hardman Square, Spinningfields, Manchester, M3 3EB. A list > of members is available for inspection at the registered office together with > a list of those non members who are referred to as partners. We use the word > partner to refer to a member of the LLP, or an employee or consultant with > equivalent standing and qualifications. Regulated by the Solicitors > Regulation Authority. > > CONFIDENTIALITY > > This email is intended only for the use of the addressee named above and may > be confidential or legally privileged. If you are not the addressee you must > not read it and must not use any information contained in nor copy it nor > inform any person other than Halliwells LLP or the addressee of its existence > or contents. If you have received this email in error please delete it and > notify Halliwells LLP IT Department on 0870 365 2500. > > For more information about Halliwells LLP visit www.Halliwells.com. > > ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:34 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
RE: Embedded colour profile killing server
Tried this and still no joy. Out of interest, should the version number change after applying that hotfix? My version is still 8,0,1,195765. Thanks. Adrian > -Original Message- > From: Pete Freitag [mailto:p...@foundeo.com] > Sent: 05 May 2009 20:53 > To: cf-talk > Subject: Re: Embedded colour profile killing server > > > Adrian, > > I haven't seen this issue, but I am curious if you have the CFImage > hotfix > for CF 8.0.1 installed, maybe that would help? > > http://kb2.adobe.com/cps/403/kb403411.html > > > -- > Pete Freitag > http://foundeo.com/ - ColdFusion Consulting & Products > http://petefreitag.com/ - My Blog > Firewall for CFML: http://foundeo.com/security/ > > On Tue, May 5, 2009 at 9:25 AM, Adrian Lynch > wrote: > > > > > I'm trying to work on an image with CF8. Doing a simple ImageRead() > on one > > particular image causes the server to restart. > > > > This is happening on two servers which I'm told have more than enough > > memory. > > > > The image is 372KB, so nothing to worry about there. > > > > When I open it up in GIMP, I get asked whether I want to keep or > convert an > > "Embedded colour profile: eciRGB v2 ICCv4". > > > > Short of finding another reason, I'm going to be blaming this! It's a > user > > supplied image. > > > > Has anyone else witnessed this? At most I'd expect an error, not a > dead > > server. > > > > I would upload the image for others to test but it's for an award > show and > > I'm not sure I'd be allowed, if I hear differently I'll wack it up > > somewhere. > > > > Thanks in advance for any thoughts (or well wishes for the server > this is > > killing). ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:33 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Re: Apache and ColdFusion Trouble
On Tuesday 05 May 2009, Steven Erat - Webapper Services wrote: > The built-in JRun webserver is not production quality and lacks many > features of a full blown web server such as Apache. From the Adobe > (formerly Macromedia) article: Why was Adobe (until the last few years) selling JRun as exactly that then ? -- Helping to assertively syndicate proactive developments as part of the IT team of the year, '09 and '08 Tom Chiverton Developer Tel: +44 0161 618 5032 Fax: +44 0161 618 5099 tom.chiver...@halliwells.com 3 Hardman Square, Manchester, M3 3EB www.Halliwells.com This email is sent for and on behalf of Halliwells LLP. Halliwells LLP is a limited liability partnership registered in England and Wales under registered number OC307980 whose registered office address is at Halliwells LLP, 3 Hardman Square, Spinningfields, Manchester, M3 3EB. A list of members is available for inspection at the registered office together with a list of those non members who are referred to as partners. We use the word partner to refer to a member of the LLP, or an employee or consultant with equivalent standing and qualifications. Regulated by the Solicitors Regulation Authority. CONFIDENTIALITY This email is intended only for the use of the addressee named above and may be confidential or legally privileged. If you are not the addressee you must not read it and must not use any information contained in nor copy it nor inform any person other than Halliwells LLP or the addressee of its existence or contents. If you have received this email in error please delete it and notify Halliwells LLP IT Department on 0870 365 2500. For more information about Halliwells LLP visit www.Halliwells.com. ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:32 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Re: Getting a count from a group in cfquery
You could try count(distinct emailID). On Wed, May 6, 2009 at 8:42 AM, Jason Fisher wrote: > > Try a sub-query. Pretty sure this will get you what you're looking for (or > close): > > SELECT sub.thisCount, > sub.emailID, > e.emailAddress > sub.emailDate, > sub.groupID > FROM log_email e RIGHT OUTER JOIN > ( > SELECT COUNT(emailAddress) AS thisCount, > emailID, > emailDate, > groupID > FROM log_email > GROUP BY emailID, groupID, emailDate > ) AS sub ON e.emailID = sub.emailID > WHERE sub.emailID = value="#trim(url.emailID)#" /> > ORDER BY sub.emailDate DESC > > > ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:31 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Re: Getting a count from a group in cfquery
Try a sub-query. Pretty sure this will get you what you're looking for (or close): SELECT sub.thisCount, sub.emailID, e.emailAddress sub.emailDate, sub.groupID FROM log_email e RIGHT OUTER JOIN ( SELECT COUNT(emailAddress) AS thisCount, emailID, emailDate, groupID FROM log_email GROUP BY emailID, groupID, emailDate ) AS sub ON e.emailID = sub.emailID WHERE sub.emailID = ORDER BY sub.emailDate DESC ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:30 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
RE: Embedded colour profile killing server
"This cumulative hot fix is specific to ColdFusion 8.0.1 and should not be applied to any other releases" Completely missed that! Cheers James... > -Original Message- > From: James Holmes [mailto:james.hol...@gmail.com] > Sent: 06 May 2009 03:49 > To: cf-talk > Subject: Re: Embedded colour profile killing server > > > You need to install CF 8.01 before you can install its hotfixes. > > mxAjax / CFAjax docs and other useful articles: > http://www.bifrost.com.au/blog/ > > > > 2009/5/6 Adrian Lynch : > > > > I think we were up-to-date at work, looking at my local dev machine > I'm on > > 8,0,0,176276. > > > > I've just installed CF 8.0.1 cumulative hot fix 1 but the version in > CF > > admin is still the same. > > > > So too is a dump of the SERVER scope. > > > > Any ideas why this might happen? I followed the instructions here: > > > > http://kb2.adobe.com/cps/403/kb403622.html > > > > Adrian > > > >> -Original Message- > >> From: Pete Freitag [mailto:p...@foundeo.com] > >> Sent: 05 May 2009 20:53 > >> To: cf-talk > >> Subject: Re: Embedded colour profile killing server > >> > >> > >> Adrian, > >> > >> I haven't seen this issue, but I am curious if you have the CFImage > >> hotfix > >> for CF 8.0.1 installed, maybe that would help? > >> > >> http://kb2.adobe.com/cps/403/kb403411.html > >> > >> > >> -- > >> Pete Freitag > >> http://foundeo.com/ - ColdFusion Consulting & Products > >> http://petefreitag.com/ - My Blog > >> Firewall for CFML: http://foundeo.com/security/ > >> > >> On Tue, May 5, 2009 at 9:25 AM, Adrian Lynch > >> wrote: > >> > >> > > >> > I'm trying to work on an image with CF8. Doing a simple > ImageRead() > >> on one > >> > particular image causes the server to restart. > >> > > >> > This is happening on two servers which I'm told have more than > enough > >> > memory. > >> > > >> > The image is 372KB, so nothing to worry about there. > >> > > >> > When I open it up in GIMP, I get asked whether I want to keep or > >> convert an > >> > "Embedded colour profile: eciRGB v2 ICCv4". > >> > > >> > Short of finding another reason, I'm going to be blaming this! > It's a > >> user > >> > supplied image. > >> > > >> > Has anyone else witnessed this? At most I'd expect an error, not a > >> dead > >> > server. > >> > > >> > I would upload the image for others to test but it's for an award > >> show and > >> > I'm not sure I'd be allowed, if I hear differently I'll wack it up > >> > somewhere. > >> > > >> > Thanks in advance for any thoughts (or well wishes for the server > >> this is > >> > killing). ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:322219 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
RE: Detect a 301 redirect
| I'm curious, does one have to have a file name for get variables to work | correctly? | http://newDomain/newUrl.cfm?rd=oldUrl.cfm"; | STATUSCODE="301"> works fine | BUT | http://newDomain/?oldUrl=oldUrl.cfm"; STATUSCODE="301"> | does not. | Is there a standard reason for this? Is just for the 301 redirect. The latter case should work (test in your browser), but that may depend on your web server, and you have to have a default/index document in place. But - can't you look at the referrer, and if the referrer is in a list of outdated URLs - then you display a message? /H. -- Hugo Ahlenius - Hugo AhleniusE-Mail: hugo.ahlenius(at)nordpil.com Phone:+46 75 7575284 Nordpil Fax: +46 8 6747020 http://nordpil.com Mobile: +46 733 467111 Skype: callto:hugo.ahlenius vCard:http://nordpil.com/hugoahlenius.vcf - ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:322218 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4