Lists all of the journal entries for the day.

Fri, 10 Mar 2006

8:13 PM - Sun appserver and FreeBSD

I can't seem to get the damn thing to install. It can't even determine the available disk space is ok. I have 8gb free and it says i need at least 263.8 mb or so. WTF?

Granted its linux emulation mode but geeze. I really want to get a non tomcat java container up.

location: Home

()

11:14 PM - Active Server Pages

Interesting enough, I just got some ASP code running on my server. How did I do it?

There was a project called Arrowhead ASP. Its open source, on sourceforge and abandoned long ago. I made some mods to the source and have it compiling on jdk 1.5 with a recent log4j, javacc 3.2, and some other newer libraries :)

I managed to get a test page working with a java style jdbc url and it accessed the jj database! POWNAGE. Its VERY slow right now, but it works. There is a caching engine called oscache that works with it and I might get it active again. If so, i can go production with this thing after a few more mods. It supports many basic ASP features and VBScript :)

location: Home

()