From dcb5fb5601d2d0f6205a7fadef5abf9a869e7374 Mon Sep 17 00:00:00 2001 From: "Christian P. MOMON" Date: Wed, 21 Sep 2016 14:35:27 +0200 Subject: [PATCH] Added UTF-8 requirements in Readme. --- README.md | 33 ++++++++++++++++++++------------- 1 file changed, 20 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index bcedd24..123edca 100644 --- a/README.md +++ b/README.md @@ -1,27 +1,34 @@ # Kiss4web-demo +Welcome! Welcome in a world of K.I.S.S. + +K.I.S.S. = Keep It Simple, Stupid (https://en.wikipedia.org/wiki/KISS_principle). + +Nowadays, make a Web site involves to use complex and heavy frameworks. Nevertheless, to build a web page and to return it, does not maybe ask so much complexity. + +Kiss4web is a K.I.S.S. solution for building web applications. + +Kiss4web-demo is a demonstration of the use of Kiss4web. ## Developing environment -Kiss4web-demo project uses strictly Eclipse Kepler, Java 6, GIT. +Kiss4web-demo project uses strictly Eclipse, Java 6, GIT, Tomcat 7. -CAUTION: as said in Eclipse wiki (https://wiki.eclipse.org/Eclipse/Installation): "A Java 6 JRE/JDK is recommended for Eclipse 4.3.". -To launch Eclipse Kepler with JDK 6 when default Java is another one, In ECLIPSE_HOME/eclipse.ini, add the following lines: --vm -/usr/java/jdk6/bin/java -(... -vmargs) +## 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: + + +Set UTF-8 compliance when using Tomcat server through Apache server (so using mod_jk): +- edit server.xml (on Debian, /etc/tomcat7/server.xml) +- add « URIEncoding="UTF-8" » to the AJP connetor: + ## Build -GeneaQuilt uses Ant and generates a geneaquilt-x.y.z folder which contains: - -- x.jar : full software. -- x-core.jar : only compiled class without any library. -- x-core-source.jar : sources. - - # License Kiss4web-demo is released under the GNU LGPL license. \ No newline at end of file