You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by sm...@apache.org on 2022/03/23 16:22:14 UTC

[directory-fortress-realm] branch master updated: correct erroneous log4j v1 references

This is an automated email from the ASF dual-hosted git repository.

smckinney pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/directory-fortress-realm.git


The following commit(s) were added to refs/heads/master by this push:
     new adf8f30  correct erroneous log4j v1 references
adf8f30 is described below

commit adf8f30a710a94228f6577f0d0f0b80eda591744
Author: Shawn McKinney <sm...@symas.com>
AuthorDate: Wed Mar 23 11:22:10 2022 -0500

    correct erroneous log4j v1 references
---
 REALM-CONTEXT-SETUP.md | 6 +++---
 REALM-HOST-SETUP.md    | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/REALM-CONTEXT-SETUP.md b/REALM-CONTEXT-SETUP.md
index a8e7154..5b60a54 100644
--- a/REALM-CONTEXT-SETUP.md
+++ b/REALM-CONTEXT-SETUP.md
@@ -189,11 +189,11 @@ Everything else covered in steps that follow.  Tested on Debian, Centos & Window
  enable.pool.reconnect=true
  ```
 
-8. Add two other files, **ehcache.xml** and **log4j.properties** to classpath of the web app.
+8. Add two other files, **ehcache.xml** and **log4j2.xml** to classpath of the web app.
 
  ```
  cp $FORTRESS_REALM_HOME/conf/echcache.xml $MY_APP_HOME/src/main/resources
- cp $FORTRESS_REALM_HOME/conf/log4j.properties $MY_APP_HOME/src/main/resources
+ cp $FORTRESS_REALM_HOME/conf/log4j2.xml $MY_APP_HOME/src/main/resources
  ```
 
 9. Verify these configuration artifacts are properly staged to your app resource folder:
@@ -202,7 +202,7 @@ Everything else covered in steps that follow.  Tested on Debian, Centos & Window
  ...
  -rwxrwxr-x 1 x y 5905 Jan 23 12:41 ehcache.xml
  -rw-rw-r-- 1 x y 1161 Jan 23 12:41 fortress.properties
- -rw-rw-r-- 1 x y 1235 Jan 23 12:41 log4j.properties
+ -rw-rw-r-- 1 x y 1235 Jan 23 12:41 log4j2.xml
  ...
  ```
  *Fortress needs all three files in its classpath.*
diff --git a/REALM-HOST-SETUP.md b/REALM-HOST-SETUP.md
index ae7c36a..c505fd0 100644
--- a/REALM-HOST-SETUP.md
+++ b/REALM-HOST-SETUP.md
@@ -125,7 +125,7 @@ Everything else covered in steps that follow.  Tested on Debian, Centos & Window
  ...
  -rwxrwxr-x 1 x y 5905 Jan 23 12:41 ehcache.xml
  -rw-rw-r-- 1 x y 1161 Jan 23 12:41 fortress.properties
- -rw-rw-r-- 1 x y 1235 Jan 23 12:41 log4j.properties
+ -rw-rw-r-- 1 x y 1235 Jan 23 12:41 log4j2.xml
  ...
  ```