PHP on JRun Update - hacked and working
For anyone still interested, with minor hacking I now have PHP apps running on JRun next to CF. Two things needed hacking so far:
1) The class that deals with the $_SERVER variable, com.caucho.quercus.env.ServerArrayValue, called a method not supported on JRun (see the related entry for details). I just got rid of that call.
2) On my server, for some reason, com.caucho.util.RandomUtil fails when seeding SecureRandom() with System.currentTimeMillis() (the value isn't long enough). I just commented out the seeding part as SecureRandom sets itself up properly without it (according to the Java 6 docs anyway).
Now I have DokuWiki working fine and as soon as I can get a DB into play I can get phpBB working as well.

There are no comments for this entry.
[Add Comment]