Bugs item #775115, was opened at 2003-07-21 09:35
Message generated for change (Settings changed) made by starksm
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=775115&group_id=22866

>Category: Docs
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Alex Sumner (pqzx2)
>Assigned to: Scott M Stark (starksm)
Summary: typos in class loading debugging instructions on sf

Initial Comment:
The 3.0.x Debugging Class Loading doc on sf says to 
add the following to conf/log4j.xml:

   <appender name="UCL" 
class="org.apache.log4j.FileAppender">
      <param name="File" 
value="${jboss.server.home.dir}/log/"/>
      <param name="Append value="false"/>
...

Two problems with this: 

1. The param name Append is missing its closing quotes. 

2. The file param value doesn't work (on XP at any rate) 
unless you change it to something 
like "${jboss.server.home.dir}/log/ucl.log"


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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=775115&group_id=22866


-------------------------------------------------------
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the
same time. Free trial click here: http://www.vmware.com/wl/offer/345/0
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to