Bugs item #564232, was opened at 2002-06-03 23:54
You can respond by visiting: 
https://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: Nobody/Anonymous (nobody)
Date: 2002-09-08 08:24

Message:
Logged In: NO 

This bug is still occurring (the line attempting to load
"log4j.jar" is still in ..\server\minimal\conf\jboss-service.xml)
as of September 8, 2002.

----------------------------------------------------------------------

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: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=564232&group_id=22866


-------------------------------------------------------
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to