You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jspwiki.apache.org by ju...@apache.org on 2020/03/06 18:04:33 UTC

[jspwiki] 31/35: update README.md to recommend Tomcat 9.x + link to configuration needed to run JSPWiki on Tomcat 8.x

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

juanpablo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jspwiki.git

commit 0191302ca60452627cc8aa6d6897730422a3c35e
Author: juanpablo <ju...@apache.org>
AuthorDate: Fri Mar 6 00:06:04 2020 +0100

    update README.md to recommend Tomcat 9.x + link to configuration needed to run JSPWiki on Tomcat 8.x
---
 README.md | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index baceda9..2304904 100644
--- a/README.md
+++ b/README.md
@@ -35,9 +35,10 @@ Okay, so you wanna Wiki?  You'll need the following things:
 
 REQUIRED:
 
-* A JSP engine that supports Servlet API 3.1.  We recommend Tomcat from
-  http://tomcat.apache.org/ for a really easy installation.
-  Tomcat 8.x or later is supported.
+* A JSP engine that supports Servlet API 3.1.  We recommend [Apache Tomcat](http://tomcat.apache.org/)
+  for a really easy installation. Tomcat 9.x or later is recommended, although Tomcat 8.x 
+  is supported too; see [additional configuration](https://jspwiki-wiki.apache.org/Wiki.jsp?page=Getting%20Started#section-Getting+Started-Tomcat8.x) 
+  that must be set up in order to run JSPWiki on Tomcat 8.x.
 
 * Some previous administration experience...  If you've ever installed
   Apache or any other web server, you should be pretty well off.