This is an automated email from the ASF dual-hosted git repository.
git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/struts-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 58878df Updates production by Jenkins
58878df is described below
commit 58878dfc84d986e859fec3d61050975945215e75
Author: jenkins <[email protected]>
AuthorDate: Wed Oct 18 04:37:12 2017 +0000
Updates production by Jenkins
---
.../getting-started/how-to-create-a-struts2-web-application.html | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git
a/content/getting-started/how-to-create-a-struts2-web-application.html
b/content/getting-started/how-to-create-a-struts2-web-application.html
index 5f02370..50cda82 100644
--- a/content/getting-started/how-to-create-a-struts2-web-application.html
+++ b/content/getting-started/how-to-create-a-struts2-web-application.html
@@ -188,9 +188,9 @@ project folder structure. In your <code
class="highlighter-rouge">pom.xml</code>
...
<span class="nt"><plugins></span>
<span class="nt"><plugin></span>
- <span class="nt"><groupId></span>org.mortbay.jetty<span
class="nt"></groupId></span>
+ <span class="nt"><groupId></span>org.eclipse.jetty<span
class="nt"></groupId></span>
<span class="nt"><artifactId></span>jetty-maven-plugin<span
class="nt"></artifactId></span>
- <span class="nt"><version></span>8.1.16.v20140903<span
class="nt"></version></span>
+ <span class="nt"><version></span>9.4.7.20170914<span
class="nt"></version></span>
<span class="nt"><configuration></span>
<span class="nt"><webApp></span>
<span
class="nt"><contextPath></span>/${build.finalName}<span
class="nt"></contextPath></span>
@@ -231,7 +231,7 @@ with a title of <strong>Basic Struts 2 Application -
Welcome</strong> and in the
<p>Run <code class="highlighter-rouge">mvn jetty:run</code> to run the
application.</p>
-<p>In a web browser go to <a
href="[http://localhost:8080/basic-struts/index.jsp">http://localhost:8080/basic-struts/index.jsp</a>.
+<p>In a web browser go to <a
href="http://localhost:8080/basic-struts/index.jsp">http://localhost:8080/basic-struts/index.jsp</a>.
You should see the following:</p>
<p><img src="attachments/basic_struts2_maven_jsp.png"
alt="basic_struts2_maven_jsp.png" /></p>
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].