Re: Two CF 8.01 Clustering problems

2008-10-08 Thread James Holmes
As it turns out this was a coincidence. It still takes half an hour for members in different datacentres to join the cluster after a restart; members in the same datacentre join as soon as the instance is started. mxAjax / CFAjax docs and other useful articles: http://www.bifrost.com.au/blog/ 20

Re: Display image inside a cfwindow

2008-10-08 Thread Azadi Saryev
post your code. Azadi Saryev Sabai-dee.com http://www.sabai-dee.com/ Don L wrote: > Don't laugh, a simple img tag would not be rendered in IE7 (haven't tried > with other browser) inside a cfwindow, e.g. , > the exact same line would be displayed instead of the image. Am tied, can't > think,

RE: attack site / sql injections HELP!

2008-10-08 Thread Tim Do
http://www.google.com/safebrowsing/diagnostic?site=http://www.connhisto.org/&hl=en -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Wed 10/8/2008 4:48 PM To: cf-talk Subject: Re: attack site / sql injections HELP! > yes, I already cleaned out the tables. double check

Display image inside a cfwindow

2008-10-08 Thread Don L
Don't laugh, a simple img tag would not be rendered in IE7 (haven't tried with other browser) inside a cfwindow, e.g. , the exact same line would be displayed instead of the image. Am tied, can't think, tried HTMLcodeFormat to no avail... ~~~

Re: Two CF 8.01 Clustering problems

2008-10-08 Thread James Holmes
Yes, I've discussed it at length with the network admins. There is no firewall or any other filtering between machines on this subnet. mxAjax / CFAjax docs and other useful articles: http://www.bifrost.com.au/blog/ 2008/10/9 Shannon Peevey <[EMAIL PROTECTED]> > My gut feeling is that it isn't re

Re: Two CF 8.01 Clustering problems

2008-10-08 Thread Shannon Peevey
My gut feeling is that it isn't related to the jvm version. Have you verified that all necessary ports are open between cluster nodes? On 10/8/08, James Holmes <[EMAIL PROTECTED]> wrote: > Yes, that's on for all members in the cluster (and it's the only way I set > up sessions for every server I t

Re: verity & cfscript

2008-10-08 Thread James Holmes
We did this using Oracle Text for a number of apps a while ago and I've never looked back. Other DBs have good "free text" indexing tools too. mxAjax / CFAjax docs and other useful articles: http://www.bifrost.com.au/blog/ 2008/10/9 Dave l > > > Anyways... just talked with client and we are pull

Re: Best free ColdFusion server?

2008-10-08 Thread Gerald Guido
Not a problem. I have a bunch of tutes on my interblogs on setting up CF8, OBD and Railo on various servers. It is a bit of a hobby of mine. A lot of this is dated based on my experience level when I wrote them so try not to giggle when reading them :-} One day I will get around to updating them.

cms for a shared host

2008-10-08 Thread Mike Little
hi guys, can anyone recommend (does not have to be free, but preferably opensource) a cms that would suit a shared host. one of the requirements at this stage will be that createObject() cannot be used - unfortunately. mike

Re: SQL Server on development box?

2008-10-08 Thread Gerald Guido
Thanx Jim. Awesome resource!! ~G~ On Wed, Oct 8, 2008 at 7:19 PM, Jim Davis <[EMAIL PROTECTED]>wrote: > > -Original Message- > > From: Gerald Guido [mailto:[EMAIL PROTECTED] > > Sent: Wednesday, October 08, 2008 6:19 PM > > To: cf-talk > > Subject: Re: SQL Server on development box? > >

Re: Best free ColdFusion server?

2008-10-08 Thread Philip Kaplan
Thanks everyone. Based on your suggestions, I just installed Railo on a Windows box and so far it's working flawlessly. On Wed, Oct 8, 2008 at 3:27 PM, Gerald Guido <[EMAIL PROTECTED]> wrote: > Hey Jordan. That is correct. I have the server version(s) running on > Windows > using both Apache and

Re: attack site / sql injections HELP!

2008-10-08 Thread Dave Watts
> yes, I already cleaned out the tables. double checked to see and it's > clean. Can you post one of the URLs which Google is complaining about? Or send it to me off-list? Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized

Re: Two CF 8.01 Clustering problems

2008-10-08 Thread James Holmes
Yes, that's on for all members in the cluster (and it's the only way I set up sessions for every server I touch). We think we've resolved the problem of members dropping out of the cluster. It appears that two of the boxes were set up for IPV6 and two weren't. Getting rid of the IPV6 config seems

RE: attack site / sql injections HELP!

2008-10-08 Thread Tim Do
I already did that, submitted and it took couple days but they found more suspicous content!? how is that possible?? -Original Message- From: RobG [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 08, 2008 4:40 PM To: cf-talk Subject: Re: attack site / sql injections HELP! Once you do

Re: attack site / sql injections HELP!

2008-10-08 Thread Phillip M. Vector
2 possibilities exist IMHO... 1) They haven't gotten around to removing it from the category of unsafe. 2) It's still unsafe to go to. Tim Do wrote: > yes, I already cleaned out the tables. double checked to see and it's > clean. > > -Original Message- > From: Dave Watts [mailto:[EMAIL

Re: attack site / sql injections HELP!

2008-10-08 Thread RobG
Once you do all that, there's a link you can go to from the attack site notiifcation in FF3 that lets you submit the site back to Google for review. Once they review, they will hopefully remove it. Rob On Wed, Oct 8, 2008 at 4:37 PM, Dave Watts <[EMAIL PROTECTED]> wrote: >> still dealing w/ the

Re: strange (lt) behaviour

2008-10-08 Thread Richard White
thats excellent rex thanks very much for your help :) richard >All numeric data types in CF are typed as Java Strings. You must do a >JavaCast() to type BigDecimal and do comparisons on that. Here is your >modified code: > > > > > > > > > >

RE: attack site / sql injections HELP!

2008-10-08 Thread Tim Do
yes, I already cleaned out the tables. double checked to see and it's clean. -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 08, 2008 4:37 PM To: cf-talk Subject: Re: attack site / sql injections HELP! > still dealing w/ the friggin sql injections

Re: attack site / sql injections HELP!

2008-10-08 Thread Dave Watts
> still dealing w/ the friggin sql injections, I've cleansed all the > inline queries and added all the queryparams in. I also left in the > code in application.cfm for safe measure. > > the problem that I'm having now is the google safe browsing. from what > I understand its on firefox3, the "Te

Re: verity & cfscript

2008-10-08 Thread Dave Watts
> I get that when I tell it to index a cfm page that it indexes the "page", I > just think it would > make more sense to index the resulting output and not the code. When google > indexes > the pages it doesn't index the source code per-say. When Google indexes the pages, it fetches them via HTT

RE: SQL Server on development box?

2008-10-08 Thread Jim Davis
> -Original Message- > From: Gerald Guido [mailto:[EMAIL PROTECTED] > Sent: Wednesday, October 08, 2008 6:19 PM > To: cf-talk > Subject: Re: SQL Server on development box? > > >> absolute best-of-breed management tools > > The only issue I really had with the express MSSQL Management Stud

attack site / sql injections HELP!

2008-10-08 Thread Tim Do
still dealing w/ the friggin sql injections, I've cleansed all the inline queries and added all the queryparams in. I also left in the code in application.cfm for safe measure. the problem that I'm having now is the google safe browsing. from what I understand its on firefox3, the "Tell me if th

Re: Best free ColdFusion server?

2008-10-08 Thread Gerald Guido
Hey Jordan. That is correct. I have the server version(s) running on Windows using both Apache and IIS. I have a WAR version running on a Apache/Tomcat/Centos VM. I have an instance of OBD on the VM as well. Thanx G On Wed, Oct 8, 2008 at 6:06 PM, Jordan Michaels <[EMAIL PROTECTED]>wrote: > G, >

Re: SQL Server on development box?

2008-10-08 Thread Gerald Guido
>> absolute best-of-breed management tools The only issue I really had with the express MSSQL Management Studio is the lack of import/export functionality. If you have a license for MSSQL 2005 you should be able to install the Management Studio that came with the server. On Wed, Oct 8, 2008 at 4

Re: Best free ColdFusion server?

2008-10-08 Thread Jordan Michaels
G, I'm assuming you're deploying on Windows? -Jordan - Original Message - From: "Gerald Guido" <[EMAIL PROTECTED]> To: "cf-talk" Sent: Wednesday, October 8, 2008 2:18:02 PM GMT -08:00 US/Canada Pacific Subject: Re: Best free ColdFusion server? >>Since both Railo and OpenBD are JEE war

Re: How early can I learn MOM, SCOM AND WSUS

2008-10-08 Thread Gerald Guido
>>My advice is to wait at least until puberty. I disagree. You should hold off until you are married. G On Wed, Oct 8, 2008 at 5:03 PM, Mike Kear <[EMAIL PROTECTED]> wrote: > My advice is to wait at least until puberty. > > Cheers > Mike Kear > Windsor, NSW, Australia > Adobe Certified Advanced

Re: Best free ColdFusion server?

2008-10-08 Thread Gerald Guido
>>Since both Railo and OpenBD are JEE wars it should not be any different. Adam, you're absolutely correct .When deployed as WAR's they are the same. I neglected to mention that. Thanx for point that out. The Railo Server version is deployed using Resin. Apache uses mod_caucho to connect Resin/Ra

Re: How early can I learn MOM, SCOM AND WSUS

2008-10-08 Thread Michael Dinowitz
It would depend on what you want to do and what you know already. Could you give more details about what you mean? As for other non-technical posts to this thread, please remember that this is a tech only list. On Wed, Oct 8, 2008 at 3:20 PM, sandeep saini <[EMAIL PROTECTED]>wrote: > Thanks > >

Re: How early can I learn MOM, SCOM AND WSUS

2008-10-08 Thread Mike Kear
My advice is to wait at least until puberty. Cheers Mike Kear Windsor, NSW, Australia Adobe Certified Advanced ColdFusion Developer AFP Webworks http://afpwebworks.com ColdFusion, PHP, ASP, ASP.NET hosting from AUD$15/month On Thu, Oct 9, 2008 at 7:20 AM, sandeep saini <[EMAIL PROTECTED]> wrote:

RE: SQL Server on development box?

2008-10-08 Thread Jim Davis
> -Original Message- > From: RobG [mailto:[EMAIL PROTECTED] > Sent: Wednesday, October 08, 2008 12:15 PM > To: cf-talk > Subject: Re: SQL Server on development box? > > I thought MSSQL Express (developer) edition was free? > > Rob I second this - the Express version is limited, but not s

Re: How early can I learn MOM, SCOM AND WSUS

2008-10-08 Thread s. isaac dealey
9am :) -- s. isaac dealey ^ new epoch isn't it time for a change? ph: 781.769.0723 http://onTap.riaforge.org/blog ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Tr

Re: Best free ColdFusion server?

2008-10-08 Thread Adam Haskell
Since both Railo and OpenBD are JEE wars it should not be any different is Railo is doing something different that is easier please point it out OpeanBD can do the exact same things from a deployment perspective. Adam On Tue, Oct 7, 2008 at 8:49 PM, Gerald Guido <[EMAIL PROTECTED]> wrote: > I

SQL Server on development box?

2008-10-08 Thread Billy Cox
I recently moved our sites to a new server running CF8 and SQL 2005 Standard. Do I have to buy the 'Developer Edition' of SQL 2005 for my development box or is there another way? It's only $50, but being a corporate type, I like free better. Billy Cox Old World Spices ~

How early can I learn MOM, SCOM AND WSUS

2008-10-08 Thread sandeep saini
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.cf

Re: ShadowCMS

2008-10-08 Thread s. isaac dealey
> > No experience at all with it myself, but it looks like the official name > is minus the "w". took me a minute to notice that, but when I did a > search for ShaoCMS instead of ShadowCMS on google, it produced a lot > more results. Argh... And then I mis-spelled it again... ShaDoCMS :) ht

Re: Best free ColdFusion server?

2008-10-08 Thread Dave l
I tried openBD on my xserve and really had a hard time getting it to run right and was a bit of a pita... Soon as I have some spare time I am going to try to get railo up and running on it and see how it goes. There isn't much out there on getting it to run on os x yet so might take a bit to ge

Re: verity & cfscript

2008-10-08 Thread Dave l
I get that when I tell it to index a cfm page that it indexes the "page", I just think it would make more sense to index the resulting output and not the code. When google indexes the pages it doesn't index the source code per-say. With it setup like it is now it would seem to say that the major

Re: ShadowCMS

2008-10-08 Thread s. isaac dealey
> Anyone have any documentation or resources on ShadowCMS? I'm very > familiar with Farcry and am about to start a project dealing with > ShadowCMS and am in the dark so far. Just trying to get a head start. > > Thanks in advance for any information you can provide. No experience at all with

Re: CFCs not being processed by IIS or CF

2008-10-08 Thread adrian lynch
Still no joy until I found this post: http://www.jeffcoughlin.com/blog/index.cfm/2006/2/27/Using-CF7-SOAP-and-soapexamplecfc Removed the displayname attribute and it started working! Thanks for reading. Adrian Building a DB of errors at http://cferror.org/ ~~~

Re: CFMX 7 using zip files

2008-10-08 Thread Wesley Middendorff
I have found the solution. Basically the toString method changed some of the info and I was unable to write the file in this manner. Instead, I used a file output stream and the toByteArray method and it works. ~| Adobe® ColdFusi

Re: Two CF 8.01 Clustering problems

2008-10-08 Thread Shannon Peevey
On 1): have you checked "* Use J2EE session variables * "? You have to use J2EE session variables in a clustered environment.. On Thu, Oct 2, 2008 at 12:56 AM, James Holmes <[EMAIL PROTECTED]>wrote: > We're hoping to set up some monitoring to work that out. If there's a > verbose log level I can

RE: SQL Server on development box?

2008-10-08 Thread brad
There is an express version of Management Studio you can use for free. The biggest limitation to me was that you can't have a database larger than 4 Gigs. If you have a larger database, fork over the 50 bucks. ~Brad Original Message Subject: Re: SQL Server on development box?

Re: SQL Server on development box?

2008-10-08 Thread Gerald Guido
They have an Express version. I just set it up. http://www.microsoft.com/sql/editions/express/default.mspx If you need Full text search get the Express Edition with Advanced Services. Here is the run down on features http://www.microsoft.com/sql/editions/express/comparison.mspx G On Wed, Oct 8

Re: SQL Server on development box?

2008-10-08 Thread Wes Middendorff
If you want to use their tools, yes. You also use squirrel as a query editor. It is a free java based editor that works with any db platform that has a jdbc driver. ~| Adobe® ColdFusion® 8 software 8 is the most important and d

Re: SQL Server on development box?

2008-10-08 Thread RobG
I thought MSSQL Express (developer) edition was free? Rob On Wed, Oct 8, 2008 at 9:05 AM, Billy Cox <[EMAIL PROTECTED]> wrote: > I recently moved our sites to a new server running CF8 and SQL 2005 > Standard. Do I have to buy the 'Developer Edition' of SQL 2005 for my > development box or is the

SQL Server on development box?

2008-10-08 Thread Billy Cox
I recently moved our sites to a new server running CF8 and SQL 2005 Standard. Do I have to buy the 'Developer Edition' of SQL 2005 for my development box or is there another way? It's only $50, but being a corporate type, I like free better. Billy Cox Old World Spices ~~~

Re: - Mail sending problem

2008-10-08 Thread Shannon Peevey
In the good ol' days, cfmail used to limit the number of recipients. I'm not sure if this is still there. I would also look at your smtp server, and any spam tools that it is using, which could assume that someone dumping X number of messages into it is a spammer. Usually, something like greylist

Re: CFCs not being processed by IIS or CF

2008-10-08 Thread Wes Middendorff
I used your code as a web service (changing the access to remote, I knew what you meant ;) When I say directory permissions, I really mean is anonymous access enabled (probably should have just stated so)? The real point is that the above code works correctly with that one modification so the i

Re: CFCs not being processed by IIS or CF

2008-10-08 Thread adrian lynch
Cheers Wes, when you say it works for you, do you mean the webservice I accidentally posted (meant to remove that!) or in general the code works for you? I'm not sure file or directory permissions would be the issue as they're all in the same dir. I asked the sysadmin and he screwed his face up

Re: CFCs not being processed by IIS or CF

2008-10-08 Thread Wesley Middendorff
Adrian, I was able to get this to work with no problems. Have you checked the directory permissions? Wes On 10/8/08, adrian lynch <[EMAIL PROTECTED]> wrote: > > Sorry, access is set to remote. We were playing about with it when I copied > and pasted :) > > > Hey all, set up a new site and I'm

Windows Live Mail API

2008-10-08 Thread mac jordan
Has anyone done anything with this? Specifically accessing the address book info from ColdFusion. Thanks in advance. -- mac jordan www.webhorus.net | www.reactivecooking.com | www.nibblous.com | www.jordan-cats.org ~| Adobe® Co

Re: CFCs not being processed by IIS or CF

2008-10-08 Thread adrian lynch
Sorry, access is set to remote. We were playing about with it when I copied and pasted :) > Hey all, set up a new site and I'm trying to invoke a cfc as a > webservice. > > I've put a dump cfc in the webroot to remove any pathing issues. The > cfc looks like this: > > > >output="tru

CFCs not being processed by IIS or CF

2008-10-08 Thread adrian lynch
Hey all, set up a new site and I'm trying to invoke a cfc as a webservice. I've put a dump cfc in the webroot to remove any pathing issues. The cfc looks like this: When I browse to any of the following: http://domain/ws.cfc?wsdl http://domain/ws.cfc http

Re: Setting up CSV datasource in CF 8

2008-10-08 Thread Eric P
On Wed, Oct 8, 2008 at 9:07 AM, Wes Middendorff <[EMAIL PROTECTED]> wrote: > Have you set up the CSV as an ODBC source in the OS? > > That was it. Thanks for the quick reply, Wes! Eric P. ~| Adobe® ColdFusion® 8 software 8 is t

Re: Recommend a Workflow Engine in CF

2008-10-08 Thread Aaron Rouse
I think it would be hard to make something solely in CF to function/setup like how WFF is done. With that said, I know most of our .NET projects here ending up finding WFF lacking and they ended up going with 3rd party workflow tools. On Fri, Apr 25, 2008 at 11:20 PM, Pushya Kapisthalam <[EMAIL P

Re: Best free ColdFusion server?

2008-10-08 Thread Mary Jo Sminkey
> Although it really depends on what you're doing with it (for instance, > if you > need to redistribute a CF server bundled with your closed-source > application, > you can't use OpenBD). > I've not worked with OpenBD yet, but in my experience with BD in the past, and with Railo, BD seems

Re: Setting up CSV datasource in CF 8

2008-10-08 Thread Wes Middendorff
Have you set up the CSV as an ODBC source in the OS? ~| 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://w

ShadowCMS

2008-10-08 Thread Jake Churchill
Anyone have any documentation or resources on ShadowCMS? I'm very familiar with Farcry and am about to start a project dealing with ShadowCMS and am in the dark so far. Just trying to get a head start. Thanks in advance for any information you can provide. Jake Churchill

Re: Recommend a Workflow Engine in CF

2008-10-08 Thread Coldfusion Developer
Chris -- Did you ever do anything with your workflow engine? > Have you found anything in terms of a CF workflow engine? If not I am > currently working on an open source workflow engine, I have the core > complete and would like to help you out. > > -chris > > > I'm looking for a state machi

CFDocument PDF text duplication

2008-10-08 Thread Vo-ADI
Hello CF-Talk, I've been a long-time reader of your mailing list and this is my first post :) I've been working with PDF generation (CF 8.0.1 / Windows & Linux) and have gotten most of the known kinks fixed but there's still one problem that I can't get around: Sometimes when (bold?) text th

Setting up CSV datasource in CF 8

2008-10-08 Thread Eric P
Hi, I'm trying to set up CSV datasource in CF 8. Looking at CSV data sources on some older CF instances (MX), I see the driver used is the ODBC Socket. When I try to do something similar in CF 8 the ODBC DSN drop down is blank, so I cannot finish configuring the data source. Any ideas? Thanks

CFMX 7 using zip files

2008-10-08 Thread Wes Middendorff
The Situation: I am attempting to create an application that recieves information from cfhttp request containing a zip file as a java ByteArrayOutputStream object. This zip file is then written to the hard disk and unzipped. The problem is that the zip files are unreadable by the java.util.ZipF

Re: verity & cfscript

2008-10-08 Thread Dave Watts
> I figured as much when I was doing it but if it does index the source code > then why > wouldn't it index all of the source code and not just whats inside a cfscript > tag? > Or why would it not index the source code when moved inside a cfset tag > instead of > cfscript? Or why would I have th

Re: verity & cfscript

2008-10-08 Thread Raymond Camden
Verity _can_ do the job. You told it to index code pages, and it did. ;) I know it's been said on the thread before, but it is still true. We could say that the CF Admin's use of CFM as one of the defaults is a bit wrong, but you can edit that easily enough. If you want to index _data_ from your C

Re: Coldfusion Server will not start

2008-10-08 Thread Jochem van Dieten
G L wrote: > However, the coldfusion server cannot even be started manually. > Windows Event Viewer says: > "The ColdFusion 8 Application Server service terminated with > service-specific error 2 (0x2)." What is in your *-out.log? Jochem

Re: Coldfusion Server will not start

2008-10-08 Thread Tom Chiverton
On Wednesday 08 Oct 2008, G L wrote: > However, the coldfusion server cannot even be > started manually. Did you try running the batch file from the command line ? -- Tom Chiverton Helping to continually build efficient granular dynamic eye-catching platforms *

Re: Best free ColdFusion server?

2008-10-08 Thread Tom Chiverton
On Tuesday 07 Oct 2008, Philip Kaplan wrote: > Railo vs BlueDragon vs Smith vs ?? http://www.rachaelandtom.info/what-works-where-on-what Although it really depends on what you're doing with it (for instance, if you need to redistribute a CF server bundled with your closed-source application, yo

Coldfusion Server will not start

2008-10-08 Thread G L
Hi All, I have just installed coldfusion 8 on my machine for development use with the in-built IIS Server. However, the coldfusion server cannot even be started manually. Windows Event Viewer says: "The ColdFusion 8 Application Server service terminated with service-specific error 2 (0x2)." Any

RE: verity & cfscript

2008-10-08 Thread Adrian Lynch
I'm sure there's something else at play there. I could point you to some sites where searching for cfif will show you source but I don't think it's fair on them :) Not really what you want to hear but I'd use vspider or think about getting the in-page content into some other form, database, HTML f

Re: Best free ColdFusion server?

2008-10-08 Thread Peter Boughton
>Yet to hear anyone talk in depth about coral web builder... >http://www.pcaonline.com/index.cfm?DocID=10082 > >Surprised no one from their team has stepped up. Or did I miss something? That's because Coral Web Builder is terrible? - It doesn't support Session, Client, Application nor Server scop