You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Luk f949de726d
Delete 002-evenements
6 years ago
.settings Initialize GIT. 7 years ago
WebContent Set context.xml file as ignored by Git. 7 years ago
resources/conf Initialize GIT. 7 years ago
src/org/april/libreencadeau Delete 002-evenements 6 years ago
test/org/april/libreencadeau Added test file. 7 years ago
.classpath Initialize GIT. 7 years ago
.gitignore Initialize GIT. 7 years ago
.project Initialize GIT. 7 years ago
LICENSE Added license file. 7 years ago
README.md Added readme file. 7 years ago

README.md

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.