CKEditor Environment, please refer to the introduction of CKEditor3.6 tutorial in JSP
JSP pages submit form data using Rich Text control CKEditor
JSP pages use Rich Text controls CKEditor custom styles
JSP uses CKEditor and Ckfinder to implement rich text and upload functions
In front of the implementation of the picture upload, if uploaded Chinese path picture, you can not show;
The main reason Tomcat server default iso-8859-1, does not support Chinese path, need to modify tomcat\conf under the Server.xml
Will
<connector port= "8080" protocol= "http/1.1" connectiontimeout= "20000"
redirectport= "8443"/>
Add on uriencoding= "Utf-8"
As follows:
<connector port= "8080" protocol= "http/1.1" connectiontimeout= "20000" redirectport= "8443"
Utf-8 "/>
Can support the Chinese path of the picture and so on the document La La la la .... ......