Skip to content

Commit 0a121eb

Browse files
Doc fix
1 parent 86664c8 commit 0a121eb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/main/java/ch/autumo/beetroot/AbstractBeetRootServlet.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,9 @@ public void init(ServletConfig config) throws ServletException {
103103
}
104104
// logCfgFile = null ->
105105
// 2.2 For WebLogic, log4j2-logging will be initialized
106-
// by the log4j-web-jar and the listener defined in web.xml.
107-
// 2.3 Jetty uses simpler logging that can be bridged with slf4j-simple.
106+
// by the log4j-jakarta-web.jar and the listener defined in web.xml.
107+
// 2.3 Jetty uses a slf4j-bridge for log4j, log4j2.xml should be placed
108+
// into '<jetty-base>/resources'.
108109

109110

110111
// 3. DB connection manager

0 commit comments

Comments
 (0)