More SCode servlet
I noticed that the SCode servlet had failed again, making commenting impossible. The failure is similar to the "gallery failure" with Resin and Confluence. One of my theories is that for some reason the Resin wrapper.pl process respawns the java process (perhaps the process dies, perhaps to rotate log files), and, for some reason, the "-Djava.awt.headless=true" flag isn't properly applied. This is all guesswork, however...
I've recompiled the SCode servlet source directly on the server with the current Blojsom libraries to see if this makes any difference. I've also built a version compiled with the Java 5 JDK, and will experiment with this is there are further failures. Also, I am looking at using the Java service wrapper to manage launching Resin (if it turns out that an application server restart is going awry).