so tonight i went through and re-read my blog. just to see what was on my mind in different periods.. this needed updated..
Things to do before I die:
1. get married have kids, that whole thing
2. sky dive
3. surf in hawaii
4. jump off of a waterfall in hawaii
5. visit the Galapagos Islands and touch hold a Galapagos iguana
6. own a dodge viper r/t 10
7. build my own car (or rebuild the 240) from the ground up. frame, everything.
8. live in a house that I designed
9. sleep Own a castle in france Europe
10. have sex on a black sand hawaiian beach
11. have a pet monkey
12. spend a $1000 in one night, on PLEASURE not BILLS
13. one night at a club, buy a round of jager bombs…. for the house
14. build a computer so powerful, NASA would drool. and use it to play oregon trail….
15. own a Datsun 240z
16. __DRIFT in a competition
17. eat belgian chocolate, in Belgium
18. drive faster than the cops can catch me.
18. On a more legal note.. drive on the autobahn or N-ring
19. avoid New York and California liberals and hippies COMPLETELY
20. drink REAL absynthe
21. visit Alaska
22. own my own Island (this is where the pet monkey will get his suit)
23. drive a RHD Skyline r34
24. own a convertible
25. completely DESTROY ALL iPods and all plans/knowledge/technology behind them.
26. prove to the world that Apple is NOT GOD!
25. get an iPod Touch and hack someone wirelessly
26. get a macbook pro
27. collect OLD rifles. the ones with character and stories embedded in the grain of the wood
28. visit sweden
29. drink beer in ireland
30. sail to my own island
31. free fall/rappelle 200′ 250′ (as if 180′ wasnt enough)
32. eat a cheeseburger in paradise
33. drink margaritas under a tiki hut and a roof made of bamboo… on the beach
34. drive the entire length of a1a.
35. randomly take a roadtrip, with no reservations, no hotels. just a couple good friends, some beer, and a tent and sleeping bags.
36. be a good father
37. go 1/4 mile in 10 9 seconds or less
38. drink a gallon of milk in an hour
39. 10 rounds of jose cuervo
40. win an art award for something i’ve created/designed
41. pull up to a business meeting in a brand new BMW M5 and a $1000 suit. with nothing more valuable on than my wedding ring(and not dollar value)
42. lose a finger (just checkin to see if youre still paying attention
—— new additions—-
43. visit japan
44. fly in a private jet
45. see a real buffalo, not in pictures
46. go deep-sea fishing a catch a mahi
47.
These 2 don’t play well. (as I stated in “Fusebox 5 Arrgghhh!“)
[Updated 7/2010]
Well, here I am again. For those of you that haven’t yet updated to CF8 and are for some unknown reason NOT using Linux as your dev server.. here ya go.
- Make sure any instance of IIS is uninstalled. (this will cause Apache to not register the socket and fail)
- Install the latest Apache binary for windows. they’re a little hard to find.. but here ya go.
- Test apache and make sure you get the “It Works!” screen at http://localhost … if it doesn’t, you screwed up. try again.
- Install your CF server
- Install the CF 7.02 update (this might screw up.. mine keeps failing.. try it later)
- Download the new wsconfig.zip file (or) from adobe and read their technote [edit: link replaced 7/2010].
- Get some beer and cross your fingers!
- Stop the coldfusion service (start>run>services.msc) find coldfusion and stop it
- Rename the original wsconfig.jar file “wsconfig.old.jar”
- Extract the wsconfig.jar (in that zip file) to “[your cf root]\runtime\lib”
(note* this is probably: C:\CFusionMX7\runtime\lib)
- Start the service again
- Go to cmd line and run the code at adobe’s technote with changing the bin and the dir parameters according to your installation..
example: This is mine
(note, you should use single quotes, not double. It seems that when i updated wordpress it converted my original post to doubles.. its corrected now):
java -Dtrace.ci=1 -jar 'C:\CFusionMX7\runtime\lib\wsconfig.jar' -server coldfusion -ws apache
-dir 'C:\Apache2.2\conf'
-bin 'C:\Apache2.2\bin\httpd.exe'
-coldfusion -v
[-apxs]
If it goes OK, then you’re done!
If not, keep reading….
If it yelled at you for some Mbean exception. you’re screwed.
no, not really. it just means you have a never version of the JRun. you need 1.4 while most of us have 1.5 or better.
how to get around that is to read this blog: Roland Lopez [link updated 7/2010]
(in short, you need to install JRE 1.4.x in addition to your current JRE. this is fine, then you gotta do some editing. but its a minor work around..) (note* you do NOT need the SDK, just grab the JRE)
After installing JRE 1.4, modify the wsconfig_jvm.config file located at [cf root folder]/bin/runtime folder (in Windows).
- Open the file an edit the line
java.home=
by adding the path to the jvm 1.4. In Windows this is usually found at
C:/Program Files/Java/jre1.4.xx
As you can see I’m using the forward-slash (/) instead of the usual back-slash (\).
The end product should look like:
#java.home=C:/CFusionMX7/runtime/jre //this is the original
java.home=C:/Program Files/Java/jre1.4.xx //this is the new line
- stop the service again.. i know i know…
- ok, you probably think, hey, ill run that long cmd again.. no, wrong.. DON’T. all you need to do is navigate to the {cf_root}/runtime/bin folder and type wsconfig.exe
- this will bring up the Web Services Config panel, but running JRE 1.4, instead of whatever you originally had installed.
- remove the current config. and then click add. This will bring up another dialog, browse the the conf folder for apache and fill it in. Then, on someone else’s blog it said NOT to click advanced.. well, this time it will/should work. go ahead, click it. fill in the path to the apache’s httpd.exe
- click ok
no errors, right?
start the server?
ok. almost done..
- edit your Apache httpd conf for your webroot. (wherever you put the CFIDE folder when you installed CF)
- go to http://localhost/CFIDE/administrator/index.cfm and log in to config.
- don’t forget to change the wsconfig_jvm.config back to the original setting.. you do want to run the newest JRE. you only need to edit it to get this jerk installed.
- A commenter suggested uninstalling JRE 1.4 for security reasons.. do that too!