We have several System.err outputs within our source code. We have followed the instructions for setting the console output so we get different colors for specific output. Using a POJO to test this coloring scheme, everything is fine. When we used the same code running on a server, such as JBoss or Tomcat, the System.err will not printout in color, instead it takes the default color used for text instead of the color Red.