The CGIServlet needs to detect the operating system of "windows 2003". The site that this code came from, suggests this solution to detect "windows 2000" and "windows 2003". < || (OS.indexOf("windows 2000") > -1) --- > || (OS.indexOf("windows 20") > -1) http://www.rgagnon.com/javadetails/java-0150.html
Fixed for TC5 and TC4.