[JBoss-user] [Installation & Configuration] - Re: need log4j category to work in my webapp

2004-11-15 Thread mechatoni
I had this same problem trying to debug jgroups in jboss 4.0.0, which didn't 
work till I removed the commons-logging.properties from the ebxmlrr folders.

Lot's of thanks - you saved me time here too!

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3855236#3855236

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3855236


---
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation & Configuration] - Re: need log4j category to work in my webapp

2004-11-04 Thread [EMAIL PROTECTED]
Wikis are editable by anyone with a valid login so take a look at updating:

http://www.jboss.org/wiki/Wiki.jsp?page=Logging


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3853921#3853921

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3853921


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation & Configuration] - Re: need log4j category to work in my webapp

2004-11-04 Thread p_nevilleuk
Totally agree with you on documenting this one.  Would love to see it in the Wiki.
Thanks - you saved me some time here!

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3853875#3853875

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3853875


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation & Configuration] - Re: need log4j category to work in my webapp

2004-10-18 Thread mazzgolf
This is to make this entry complete (and hopefully help someone else avoid spending 
the time I did trying to solve this).  It turns out I needed a 
commons-logging.properties file in my war's WEB-INF/classes directory.  It has a 
single entry like this:

org.apache.commons.logging.Log=org.apache.commons.logging.impl.Log4JLogger

I need this (I think) because the Unified classloader was picking up a 
commons-logging.properties file located in 
ebxmlrr-service.sar\ebxmlrr.war\WEB-INF\classes that looks like this:

org.apache.commons.logging.Log=org.apache.commons.logging.impl.NoOpLog

I am surprised alot of other people haven't run into this.  I was unable to use 
commons logging in any WAR or SAR that I deploy without overriding the 
commons-logging.properties file.  If I don't do this, my default logger ended up being 
NoOpLog which eats up all log messages, effectively making everything quiet.

I would think this default behavior should be changed - or otherwise documented 
somewhere (I could not find the answer to this problem anywhere; maybe I missed it?)

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3851783#3851783

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3851783


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user