Deploying Railo on Tomcat 6 with Apache front end on Linux

Submitted by Falken on

Four easy steps to get the free Railo CFML engine up and running as a J2EE app and linked to a front end Apache.
We'll pretend your application lives in /parth/to/dir/above/web/root/webrootdir this is the DocumentRoot of your Apache and the root (default) context of Tomcat. 

1. Download Tomcat 6 from the nice folks at Apache and install it.
Configure a new Host entry in it's server.xml for your new Apache web root.

Sections

Wow, this AIR stuff really works

Submitted by Falken on

(yes, another AIR success story, but it's mine :-) )
My wife and I are lucky enough to get the same train in and out of the city, and it was on the journey home on Friday that she mentioned some work flow changes in her office. The upshot of these changes was that she was having to look at raw XML files many times a day.

I foolishly mentioned I could probably knock something up 'in a few hours' to make this a lot easier.

Sections

That looks wrong. I use GUIs too much, obviously...

Submitted by Falken on

I don't normaly do the whole 'meme of the week' thing, but I thought the one on Stuff That Happens was interesting.

falken@wopr:~$ history | awk '{a[$2]++ } END{for(i in a){print a[i] " " i}}'|sort -rn|head
63 ls
47 exit
38 cat
32 sudo
30 cd
20 svn
18 ssh
17 find
16 rm
16 bg
falken@wopr:~$

The server that runs our web sites and house intranet is only a little better. Can you tell I just log in to do stuff most of the time ?

Sections

Building ColdFusion services with ColdSpring and Reactor, part 5

Submitted by Falken on
If you're already familiar with AOP, or you've just finished the interlude reading, you will understand the way we can use ColdSpring to create a 'remote proxy' (or 'remote facade') that can act as the Service layer for a Manager. You've also maybe thought that this also allows cross-cutting concerns of the Service layer such as object type conversion and security to be cleanly addressed in a reusable way. These remote proxies use ColdSpring's RemoteFactoryBean class.
Sections

Proof ColdFusion rocks

Submitted by Falken on

Adobe ColdFusion has been making a lot of people take a second look towards its direction lately, and it is with good reason. It's simply the best application server and software language for application coding especially with the way today's broadband technology are set up. 

I'm always saying how good ColdFusion is, and now we have proof that ColdFusion rocks.
Not that I'd ever party on a table, oh no... :-)

Sections

Adobe fixes ColdFusion CFC remoting security bug

Submitted by Falken on

If you have ColdFusion 8, with CFCs exposed for remote access, with methods marked 'access="remote"' you probably did not know that this also meant any methods marked 'access="public"' could also be invoked remotely.

The obvious security problems now have a fix in the form of hot fix 71471 and it's associated KB article #40332.

You should apply this as soon as you can if your ColdFusion objects are being used by a Flex client, for instance.

Sections