From time to time, I update the examples based on reader feedback about bugs. It's my intention to only update the examples when they do not follow the specifications, as opposed to add work-arounds for specification-compliance bugs in various containers. In the latter case, I instead inform the vendor about the problem, in the hope that these examples will have a positive impact on container-compliance over time.
fmt
default prefix), see below. Read the
JSTL-RI-ReleaseNotes.html for details.
enablePooling
init
parameter for the JSP container in the $CATALINA_HOME/conf/web.xml
file:
<servlet> <servlet-name>jsp</servlet-name> <servlet-class>org.apache.jasper.servlet.JspServlet</servlet-class> <init-param> <param-name>logVerbosityLevel</param-name> <param-value>WARNING</param-value> </init-param> <init-param> <param-name>enablePooling</param-name> <param-value>false</param-value> </init-param> <load-on-startup>3</load-on-startup> </servlet>
CATALINA_OPS
environment variable:
C:\> set CATALINA_OPS=-Dorg.xml.sax.driver=org.apache.xerces.parsers.SAXParserI recommend that you upgrade to JDK 1.4 instead, unless you have strong reasons to stay with JDK 1.3.1.