No description
Find a file
2016-11-20 23:25:09 +01:00
.settings Initialize GIT. 2016-09-22 16:19:44 +02:00
resources/conf Initialize GIT. 2016-09-22 16:19:44 +02:00
src/org/april/libreencadeau Delete 002-evenements 2016-11-20 23:25:09 +01:00
test/org/april/libreencadeau Added test file. 2016-09-22 16:30:40 +02:00
WebContent Set context.xml file as ignored by Git. 2016-09-22 16:26:45 +02:00
.classpath Initialize GIT. 2016-09-22 16:19:44 +02:00
.gitignore Initialize GIT. 2016-09-22 16:19:44 +02:00
.project Initialize GIT. 2016-09-22 16:19:44 +02:00
LICENSE Added license file. 2016-09-22 16:24:12 +02:00
README.md Added readme file. 2016-09-22 16:24:25 +02:00

LibreEnCadeau

Welcome!

Developing environment

LibreEnCadeau project uses strictly Eclipse, Java, GIT, Tomcat 7.

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:

Eclipse Mars tips

To get Tomcat server with Eclipse Mars, install all JST packages.

Build

Authors

License

LibreEnCadeau is released under the GNU AGPL license.