From 7227d5c1cba61bde8f8bbf035f7c0f4705db8fbf Mon Sep 17 00:00:00 2001 From: "Christian P. MOMON" Date: Wed, 21 Sep 2016 19:15:08 +0200 Subject: [PATCH] Added Eclipse tip for Tomcat. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a9616f9..6d0d7d5 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Kiss4web-demo is a demonstration of the use of Kiss4web. Kiss4web-demo project uses strictly Eclipse, Java 6, GIT, Tomcat 7. -## UTF-8 compliance settings +### UTF-8 compliance settings Set UTF-8 compliance when using Tomcat server directly: - edit workspace/Servers/Tomcat v7.0 Server at localhost-config/server.xml - add « URIEncoding="UTF-8" » to the 8080 connetor: @@ -26,6 +26,8 @@ Set UTF-8 compliance when using Tomcat server through Apache server (so using mo - add « URIEncoding="UTF-8" » to the AJP connetor: +### Eclipse Mars tips +To get Tomcat server with Eclipse Mars, install all JST packages. ## Build