[JBoss-user] [Installation, Configuration Deployment] - Re: My own Log4j.properties for Jboss 3.2.3

2005-08-11 Thread jaikiran
Got it working. I did the following:

Placed log4j.jar and log4j.xml in myApp.ear. Then made the following entry in 
application.xml:

module
  | javalog4j.jar/java
  | /module

Also, renamed log4j.xml to jboss-log4j.xml in conf directory of jboss, and 
correspondingly changed jboss-service.xml in conf directory.



View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3889420#3889420

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3889420


---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: My own Log4j.properties for Jboss 3.2.3

2005-08-10 Thread jaikiran
Ya, i did rename the log4j.xml in conf directory to jboss-log4j.xml.

Regarding, placing the log4j.jar in WEB-INF/lib directory, i will try it out.

I have a small doubt though:

- I DONT have my class files under WEB-INF/classes in myApp.war.
- The class files are placed in a myEjb.jar and myCommon.jar 
- These 2 two jars are then placed in my ear file as follows:

myApp.ear
 | myEjb.jar
 | myCommon.jar

So, does specifying different classloader in the myApp.war, really make a 
difference.

If NO, how do we achieve maintaining our own log4j.properties in a J2EE 
application for ejbs.

Thank you.


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3889185#3889185

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3889185


---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: My own Log4j.properties for Jboss 3.2.3

2005-08-09 Thread anguyen
Did you rename conf/log4j.xml to something else (like conf/jboss-log4j.xml) and 
update conf/jboss-service.xml to match?  Also, I think log4j.jar should go in 
WEB-INF/lib.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3889099#3889099

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3889099


---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user