Simeon Says Rotating Header Image

A not so quite december

Although it was not my plan, november was a very quite month on this blog. Thats not to say I didnt do anything fun or have anything to say, but I just couldnt seem to find the time to sit down and type something out.

As many of you know I am an avid Mac fan. I have had my powerbook for a little over 2 years and I have loved every day I have spent with it. We are like good friends, we spend alot of time together, we know the types of things the other enjoys. But as happens with all computers my powerbook started to feel a little bit laggy. Actually thats not true. I was very happy with the performance of my pb, but I couldnt help but be lured by the prospect of more power in the new Mac Book Pro.

Well I finally broke down and I bought a new laptop. I told my powerbook that the mac book pro is just an accessory, not a replacement, but I dont think either of us really believe that. I know that with the switch to intel many people have been lured over to the mac. And I have to say (having had my mac book pro for 4 full days now) that if you like this…you would have loved the powerpc equipment. Dont get me wrong, the speed increase is incredible, but other than that it seems to be all headaches. Will my software run? Is it a universal binary? Is it gonna run in Rossetta? I have had firefox crash more this week than in 2 years on my powerbook.

Then you lay in the fact that I am an Apple Developer Connection member. Which really only gets me access to new software. And in that new software I have been using leopard (OS X 10.5). Beyond all the cool things that they showed us at WWDC last year 10.5 also comes with Subversion 1.4, Apache 2.2, PHP 5, and Ruby on Rails all preinstalled. Which makes setting up my development environment seamless and simple. On leopard all I had to do was install CF and grab the new wsconfig.jar from the technote on adobe.com. A quick Eclipse download and I am working.

Leopard doesn’t currently have drivers for the airport cards in the new Core 2 Mac Book Pro laptops. Unfortunately I sorted that out after reinstalling the OS once. So then it was back to Tiger. None the less, 4 days later I still dont have a “functional” development environment. I have CF running in JBoss (which I learned how to do this week). JBoss uses Tomcat for its servlet container and so I also played with Tomcat as a standalone server (also first time this week). I ran through the CF installer and tried to get JRun working but even following the highly linked to guide for getting started, my Jrun is full of errors on startup of CF. I now have apache 2.2 talking to JBoss/Tomcat through the mod_jk connector. However I just found that this works differently with these products than it did with the JRun connector.

With the JRun connector in apache I could keep all my files in my VirtualHost documentroot and when I made requests apache would pass those files off to CF to be parsed. It appears that doesnt work with the mod_jk adapter and my files HAVE to be in the Tomcat server document root in order for the files to be processed. This just doesnt feel right, mostly because I have been using the JRun version my way for 5 years.

Once I have my CF installation woes worked out I think I will be very happy on the new laptop. Most of the things I had worried about have turned out to not be true (exessive heat, weird noises). And once I am back to some semblance of normalcy I will post about all the other code things I have been doing. Lots of fun flex and Cairngorm stuff.

So take this very long winded post as the first of many for the month of december.

Now if i could just remember the url to the svn repository for this site, I can update the blog software and use ecto for my postings. Wouldn’t that be nice :)

3 Comments on “A not so quite december”

  1. #1 john Barrett
    on Dec 1st, 2006 at 2:26 am

    Hi Simon,
    Glad to hear your having fun with your Mac Pro, I am thinking about getting one too, but I am so happy with my powerbook, I have not rushed into it. Also I heard that getting cf running is not as easy as the powerbook, since I am a newbie I might stick with the powerbook for a while.

    I saw this blog about getting JRun4 & CF running on the macPro, maybe you find this useful, maybe not, I just thought that I would share it with you.

  2. #2 Damon Gentry
    on Dec 1st, 2006 at 8:42 am

    Congratulations bud! Glad to see you’ve gotten yourself up to speed. I might want to stop buy and ask you about JBoss and CF setup. I’m still running Apache 1.3x and JRun right now on my MBP. Catch you later!

  3. #3 Richard Doust
    on Oct 29th, 2007 at 7:24 am

    Hi. I’m looking around on the web this morning for anything regarding mod_jk and Apache 2.2 on OS X 10.5 and I found your blog. I’m a developer who has been working happily on 10.4 using the Apache to Tomcat configuration and upgraded to the latest version of the OS on Saturday (10-28-2007). This is not the server version of the OS. I can’t find mod_jk for Apache 2.2 for a power pc as a binary, and attempting to build it from scratch is giving me all kinds of errors. Make can’t fork, temporarily unavailable resources. dynld continually re-starting. Don’t know what’s going on. Wondered if you have an easy answer for me.