I have successfully installed the Tomcat 5.5.12 Server on a Windows 2000 System for training and dev purposes.
JSP appears to be processing correctly save for 2 examples - slightly Off Topic here... SVG (Scalable Vector Graphics) /jsp-examples/jsp2/jspx/svgexample.html The SVG sample appears to work correctly only the problem lies with Internet Explorer; IE won't open unless the file is saved as a SVG file (I think this has been reported before). XHTML Basic Example /jsp-examples/jsp2/jspx/basic.jspx There appears to be something about the DOCTYPE declaration that IE does not like for the XHTML Basic Example. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML Basic 1.0//EN" " http://www.w3.org/TR/xhtml-basic/xhtml-basic10.dtd" > Can anyone confirm this behavior with the default sample, and is there something that can be changed, without stripping the DOCTYPE definition?