remm 2002/09/05 02:32:34 Modified: . RELEASE-NOTES-4.1.txt Log: - Encourage users to use Jasper 2. Revision Changes Path 1.19 +7 -3 jakarta-tomcat-4.0/RELEASE-NOTES-4.1.txt Index: RELEASE-NOTES-4.1.txt =================================================================== RCS file: /home/cvs/jakarta-tomcat-4.0/RELEASE-NOTES-4.1.txt,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- RELEASE-NOTES-4.1.txt 5 Sep 2002 09:00:11 -0000 1.18 +++ RELEASE-NOTES-4.1.txt 5 Sep 2002 09:32:33 -0000 1.19 @@ -704,7 +704,8 @@ The URLs to be used in the policy file to grant permissions to JARs located inside the web application repositories have changed in Tomcat 4.1. -In Tomcat 4.0, codeBase URL were: +In Tomcat 4.0, codeBase URLs for JARs loaded from web application +repositories were: jar:file:${catalina.home}/webapps/examples/WEB-INF/lib/driver.jar!/- In Tomcat 4.1, they should be: @@ -719,9 +720,12 @@ it has the same API and supports the same JSP API. To use Jasper 1 instead of Jasper 2, copy the two following JARs to -$CATALINA_HOME/common/lib, overwriting the two which are already present: +$CATALINA_HOME/common/lib (overwriting the two existing JARs): * $TOMCAT40_HOME/lib/jasper-runtime.jar * $TOMCAT40_HOME/lib/jasper-compiler.jar + +However, users are urged to use the version of Jasper included with Tomcat 4.1 +(Jasper 2), as it has much higher performance and scalability than Jasper 1. -------------------------------
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>