Month: January 2009
-
Java, I Stab At Thee!
Iโm doing some final tuning work on the Puppet recipes for our Glassfish installation, and Java has reared one of its ugly heads again. In this case, itโs the whole management of the command line arguments for the JVM. The majority of the arguments we need to configure take the form -D$variable=$value -XX:$variable=$value The problem…