Log4j funktioniert nicht

8

Ich benutze gemeinsame Protokollierung und jboss eap 6.2 in Java-Anwendung, Protokolldatei erstellt, aber leer und Ruhezustand Protokoll funktioniert auch nicht.

Dies ist meine jboss-deployment-structure.xml

%Vor%

und das ist meine log4j.properties

%Vor%

und fügen Sie JAVA_OPTS="$ JAVA_OPTS -Dorg.jboss.as.logging.per-deployment = false" in standalone.conf von jboss eap 6.2 hinzu.

    
Ujwal Daware 18.01.2014, 14:01
quelle

1 Antwort

6

Ich habe die Antwort bekommen, mein log4j funktioniert.

1) Ich erstelle das Modul in meinem jboss eap 6.2 GA jboss_home/modules/com

  1. Modul ist log4j/mylog4j/main

  2. im Hauptordner putted die module.xml -Datei und log4j-1.2.16.jar

module.xml

%Vor%

2) Fügen Sie den einzeiligen Code in der Enddatei standalone.conf hinzu, die sich in JBOSS_HOME/bin

befindet %Vor%

3) Erzeuge die jboss-deployment-structure.xml in meinem META_INF of ear

%Vor%

4) Putted log4j.properties in meinem Klassenpfad

%Vor%

5) Fügen Sie Abhängigkeiten in pom.xml

hinzu %Vor%

Es ist genug für meine log4j Konfiguration.

    
Ujwal Daware 14.02.2014, 10:33
quelle

Tags und Links