Added Eclipse tip for Tomcat.
This commit is contained in:
parent
6e25639f85
commit
7227d5c1cb
1 changed files with 3 additions and 1 deletions
|
@ -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.
|
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:
|
Set UTF-8 compliance when using Tomcat server directly:
|
||||||
- edit workspace/Servers/Tomcat v7.0 Server at localhost-config/server.xml
|
- edit workspace/Servers/Tomcat v7.0 Server at localhost-config/server.xml
|
||||||
- add « URIEncoding="UTF-8" » to the 8080 connetor:
|
- 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:
|
- add « URIEncoding="UTF-8" » to the AJP connetor:
|
||||||
<Connector port="8009" protocol="AJP/1.3" redirectPort="8443" URIEncoding="UTF-8"/>
|
<Connector port="8009" protocol="AJP/1.3" redirectPort="8443" URIEncoding="UTF-8"/>
|
||||||
|
|
||||||
|
### Eclipse Mars tips
|
||||||
|
To get Tomcat server with Eclipse Mars, install all JST packages.
|
||||||
|
|
||||||
## Build
|
## Build
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue