larryi 01/12/03 07:48:20 Modified: catalina/src/conf web.xml Log: Document the "classdebuginfo" init parameter added to Jasper. Revision Changes Path 1.32 +3 -0 jakarta-tomcat-4.0/catalina/src/conf/web.xml Index: web.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-4.0/catalina/src/conf/web.xml,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- web.xml 2001/11/21 17:36:52 1.31 +++ web.xml 2001/12/03 15:48:20 1.32 @@ -89,6 +89,9 @@ <!-- following initialization parameters (default values are in square --> <!-- brackets): --> <!-- --> + <!-- classdebuginfo Should the class file be compiled with --> + <!-- debugging information? [false] --> + <!-- --> <!-- classpath What class path should I use while compiling --> <!-- generated servlets? [Created dynamically --> <!-- based on the current web application] -->
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>