SOT: running JSP on CF8

2008-03-12 Thread Giles Roadnight
Hi All I know that Coldfusion sits on top of a java server. Does this mean that I can run JSP pages and Coldfusion pages at the same time? A friend wants me to host a site for him and he does JSP and not CF. Thanks -- Giles Roadnight http://giles.roadnight.name

Sending Emails / Spam Filters

2007-12-19 Thread Giles Roadnight
guide lines to stopping this? Sample e-mails for example. I would think this will be a fairly common problem. Thanks -- Giles Roadnight http://giles.roadnight.name ~| Adobe® ColdFusion® 8 software 8 is the most important

Re: Sending Emails / Spam Filters

2007-12-19 Thread Giles Roadnight
Thanks for the reply. SpamAssassin doesn't look that easy to install - I need a server to run it on. I can't just run it as an exe on a desktop? Thanks again. On Dec 19, 2007 11:35 AM, Tom Chiverton [EMAIL PROTECTED] wrote: On Wednesday 19 Dec 2007, Giles Roadnight wrote: Are there any

Remoting, returning errors from CFCs to Flex

2007-12-14 Thread Giles Roadnight
to the front end. I've got this working with CFabort but I can't send an error message. Is there anything wrong with authenticating people in this way? How do I return an error code and message from application.cfm? Thanks -- Giles Roadnight http://giles.roadnight.name

Re: Remoting, returning errors from CFCs to Flex

2007-12-14 Thread Giles Roadnight
Many thanks, I'll try that next time I'm working on this project. On Dec 14, 2007 8:46 AM, João_Fernandes [EMAIL PROTECTED] wrote: Giles did you try cfthrow? Everytime you use cfthrow you'll get a faultEvent in the Flex side. -- João Fernandes http://www.onflexwithcf.org

Re: CFFTP - put file problems

2007-11-29 Thread Giles Roadnight
Hmmm what a pain. I've now tried this in both directions (running the code on CF 8 and on CF MX) but get the same problems on both servers. I'm now considering automated FTP tools but I don't really want to spend $100 on a tool when CF should do it for me. Giles On Nov 28, 2007 6:42 PM, Steve

Re: CFFTP - put file problems

2007-11-29 Thread Giles Roadnight
I was looking at http://www.turboftp.com/purchase.php#turbo but I'll look at ncftp as well. I assume this is a command line app that I can fire off from scheduled tasks? On Nov 29, 2007 10:45 AM, Tom Chiverton [EMAIL PROTECTED] wrote: On Thursday 29 Nov 2007, Giles Roadnight wrote: I'm now

CFFTP - put file problems

2007-11-28 Thread Giles Roadnight
the FTP putFile operation. ReturnValue NO Succeeded NO I can connect to the FTP server (from the server) no problem. Does anyone have any ideas? The connection is being established ok, the file exists, permissions on the files are fine. Where do I go from here? Thanks -- Giles Roadnight

Re: CFFTP - put file problems

2007-11-28 Thread Giles Roadnight
suggestions? On Nov 28, 2007 11:30 AM, Jochem van Dieten [EMAIL PROTECTED] wrote: Giles Roadnight wrote: I'm trying to get my CF server to FTP files to another server. I can connect ok but cannot put files. That can be caused by several issues with filesystem permissions and firewalls

Cold Fusion 7 Enterprise licensing

2007-10-03 Thread Giles Roadnight
- it jsut matters how many processors we have? We need 1 enterprise license per 2 processors Do we need any Jrun4 licenses? Lastly how do I find out how many processors my unix box has installed? Many thanks -- Giles Roadnight http://giles.roadnight.name

Re: Cold Fusion 7 Enterprise licensing

2007-10-03 Thread Giles Roadnight
licenses - if any of the boxes has more than two CPUs, you need extra licenses. JRun4 comes with CF Enterprise, so no separate JRun licence is necessary. Try psrinfo -v or prtdiag -v to see processor info. On 10/3/07, Giles Roadnight wrote: Hi all We're trying to work out if we have all

any CF / Flex freelance developers who can work in Reading

2007-10-03 Thread Giles Roadnight
Hi All I'm leaving my contract job in Reading and a replacement is needed. If you have CF and Flex experience and can work on a contract in Reading mail me off list. -- Giles Roadnight http://giles.roadnight.name

Re: Cold Fusion 7 Enterprise licensing

2007-10-03 Thread Giles Roadnight
Linux to consolidate our current fleet of four dual CPU machines, running dev and test as single instances on each of the boxes respectively. For us this seems like a far more sensible use of the licences. On 10/3/07, Giles Roadnight [EMAIL PROTECTED] wrote: Thanks for the reply. It turns

Re: any CF / Flex freelance developers who can work in Reading

2007-10-03 Thread Giles Roadnight
That's reading in the UK On 10/3/07, Giles Roadnight [EMAIL PROTECTED] wrote: Hi All I'm leaving my contract job in Reading and a replacement is needed. If you have CF and Flex experience and can work on a contract in Reading mail me off list. -- Giles Roadnight http

Please Help - deploying CF 7.2 enterprise on Jrun 4 / unix

2007-09-14 Thread Giles Roadnight
Hi All I'm having some problems with an install of CF 7. I was running a deply script that had previously worked fine but this time it messed up CF server. When I opened a page it said: There is no web application configured to service your request When I look at the JRun Management Console

Newbie guide to installing / configuring CF on Unix

2007-09-12 Thread Giles Roadnight
Hi All I have some experience of setting up Cold Fusion on windows but where I am working at the moment all the CF servers are unix adn have ColdFusion MX 7 Enterprise installed. We have about 5 cf servers running on the same box but one of them is not well. When I start It I get loads of errors

Re: CFDump bug?

2007-08-20 Thread Giles Roadnight
So what do I do when deleting everything in there doesn't work? Thanks for the suggestions so far. On 8/17/07, Tom Chiverton [EMAIL PROTECTED] wrote: I'm on unix, an environment that I'm not very used to. If I delete all the files in WEB­INF/cfclasses will that do the trick or do I have to

Re: CFDump bug?

2007-08-20 Thread Giles Roadnight
while it is down, than starting it up again? This can make a difference. On 8/20/07, Giles Roadnight [EMAIL PROTECTED] wrote: So what do I do when deleting everything in there doesn't work? Thanks for the suggestions so far. On 8/17/07, Tom Chiverton [EMAIL PROTECTED] wrote: I'm

CFDump bug?

2007-08-17 Thread Giles Roadnight
! Thanks Giles Roadnight 500 unexpected constant #65 0 java.lang.IllegalStateException: unexpected constant #65 0 at coldfusion.compiler.ClassReader.readCpool(ClassReader.java:155) at coldfusion.compiler.ClassReader.findEndOfClass(ClassReader.java:224

Re: CFDump bug?

2007-08-17 Thread Giles Roadnight
Thanks for the reply. I'm on unix, an environment that I'm not very used to. If I delete all the files in WEB-INF/cfclasses will that do the trick or do I have to delete other files too? Thanks again. Giles On 8/17/07, Tom Chiverton [EMAIL PROTECTED] wrote: On Friday 17 Aug 2007, [EMAIL

Re: Missing posts

2007-07-27 Thread Giles Roadnight
I got this e-mail. On 7/26/07, Phillip Vector [EMAIL PROTECTED] wrote: Is it just me or is no one else getting emails anymore? Hopefully, someone will see this in the site archives. ~| Create robust enterprise, web RIAs.

Running unix scripts from coldfusion

2007-07-24 Thread Giles Roadnight
Hi All I've been asked to add a couple of buttons to a flash tool to run some unix scripts on the server. I've never used CF on unix before and haven't used CF that much recently. What is the best way of doing this? I assume I need to sue CFEXECUTE within a cfc or somethign along those lines?