costin 01/08/02 19:34:22 Modified: src/etc server.xml Log: Moved the loader and trusted loader at beginning, it's the first thing that needs initiated. Changed to modules/ Added the missing module ( commented out ). Revision Changes Path 1.85 +9 -6 jakarta-tomcat/src/etc/server.xml Index: server.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat/src/etc/server.xml,v retrieving revision 1.84 retrieving revision 1.85 diff -u -r1.84 -r1.85 --- server.xml 2001/07/19 17:36:15 1.84 +++ server.xml 2001/08/03 02:34:22 1.85 @@ -10,6 +10,9 @@ + + + @@ -22,10 +25,10 @@ - - + @@ -58,10 +61,6 @@ path="logs/jasper-${yyyyMMdd}.log" verbosityLevel = "INFORMATION" /> - - - - @@ -160,6 +159,10 @@ noRoot="false" /> --> +