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…