Author: lukaszlenart
Date: Tue Jun 13 05:52:27 2017
New Revision: 1013962
Log:
Updates production
Modified:
websites/production/struts/content/css/custom.css
websites/production/struts/content/getting-started/how-to-create-a-struts2-web-application.html
Modified: websites/production/struts/content/css/custom.css
==============================================================================
--- websites/production/struts/content/css/custom.css (original)
+++ websites/production/struts/content/css/custom.css Tue Jun 13 05:52:27 2017
@@ -29,6 +29,7 @@ a.anchor {
margin-top: -94px;
visibility: hidden;
}
+
.edit-on-gh {
position: absolute;
right: 0;
Modified:
websites/production/struts/content/getting-started/how-to-create-a-struts2-web-application.html
==============================================================================
---
websites/production/struts/content/getting-started/how-to-create-a-struts2-web-application.html
(original)
+++
websites/production/struts/content/getting-started/how-to-create-a-struts2-web-application.html
Tue Jun 13 05:52:27 2017
@@ -265,10 +265,15 @@ you do not need to specify a separate de
<span class="nt"><artifactId></span>log4j-core<span
class="nt"></artifactId></span>
<span class="nt"><version></span>2.8.2<span
class="nt"></version></span>
<span class="nt"></dependency></span>
+<span class="nt"><dependency></span>
+ <span class="nt"><groupId></span>org.apache.logging.log4j<span
class="nt"></groupId></span>
+ <span class="nt"><artifactId></span>log4j-api<span
class="nt"></artifactId></span>
+ <span class="nt"><version></span>2.8.2<span
class="nt"></version></span>
+<span class="nt"></dependency></span>
</code></pre>
</div>
-<p>Setup a <code class="highlighter-rouge">log4j2.xml</code> configuration in
the <code class="highlighter-rouge">src/main/resources</code> folder which
contains the following</p>
+<p>Using both <code class="highlighter-rouge">log4j-core</code> and <code
class="highlighter-rouge">log4j-api</code> allows to use the latest version of
Log4j2 without a clash with version provided by the framework. Setup a <code
class="highlighter-rouge">log4j2.xml</code> configuration in the <code
class="highlighter-rouge">src/main/resources</code> folder which contains the
following</p>
<p><strong>log4j2.xml</strong></p>