If you run the normal WAS40 under Tomcat4.1.x, the contents in the page are cached, and the same content is displayed when the channel is accessed (the first time the server is started), use the following method to resolve: in Tomcat4. 1.X, found that it has added a set of burst cache, and by default, the cache is performed, so the channel content is cached, the solution is as follows: 1, in the Tomcat / conf / web.xml file Add a red part of the code, set the cache for cache org.apache.jasper.servlet.jspservlet servlet-class> logverbositylevel param-name> Warning param-value> init-param> enablepooling param-name> False param-value> init-param>
3 loading-on-startup> servlet> 2, delete the Tomcat / Work directory, make Tomcat to re-perform the JSP page compilation