Articles
How to make configuration changes more safely on a live Java site
When a Java site is already live, even a small configuration edit can affect availability,...
How to update config files after moving a Java app to a new hostWhen you move a Java application to a new host, the code often stays the same, but the...
Which config values should you review before deploying a Java app?Before you deploy a Java application, it is worth reviewing every configuration value that can...
Why does a Java app break after changing environment settings?When a Java application stops working right after you change an environment setting, the problem...