Bugs item #564232, was opened at 2002-06-03 23:54 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=376685&aid=564232&group_id=22866
Category: JBossServer Group: v3.0 Rabbit Hole >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Liam Magee (lmagee) >Assigned to: Scott M Stark (starksm) Summary: 'minimal' config bug Initial Comment: The 'minimal' jboss-service.xml file has a line: <classpath codebase="../../lib" archives="log4j.jar"/> which causes an exception to be thrown during load. Should it be: <classpath codebase="../../lib" archives="log4j- boot.jar"/> ? ---------------------------------------------------------------------- >Comment By: Scott M Stark (starksm) Date: 2002-06-12 23:21 Message: Logged In: YES user_id=175228 This line should not be in the file at all ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2002-06-04 09:47 Message: Logged In: NO I fixed this by removing it completely. The system boots fine, when doing this, in 2.5s. The line right above this includes all jars in lib/*. This includes a full log4j.jar. So, I doubt the above line is needed. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=376685&aid=564232&group_id=22866 _______________________________________________________________ Don't miss the 2002 Sprint PCS Application Developer's Conference August 25-28 in Las Vegas - http://devcon.sprintpcs.com/adp/index.cfm?source=osdntextlink _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
