FCKEditor


Struts 2とFCKEditorを組み合わせて、基本的に「中国語で命名された画像表示の問題、アップロードの問題、新しい中国語で命名されたフォルダの問題」と「Struts 2とfeckeditorの互換性の問題」を解決しました.
主に変更されたファイルは次のとおりです.
 
web.xml
 
 
簡単なソースを添付します!
 
tamcat 6.0.18サーバ:serverを変更しました.xml
 
次のようになります.
   <Connector port="8080" protocol="HTTP/1.1" 
               connectionTimeout="20000" 
               redirectPort="8443"
                URIEncoding="utf-8"
      />

 
URLEncoding="uft-8"が追加されました.
 
Webを追加します.xmlファイルが変更された場所;
<filter>
	<filter-name>struts2</filter-name>
	<filter-class>org.apache.struts2.dispatcher.FilterDispatcher</filter-class>
	</filter>
	<filter-mapping>
	<filter-name>struts2</filter-name>
	<url-pattern>/whusu/*</url-pattern>
	</filter-mapping>
<display-name>FCKeditor.Java Sample Web Application</display-name>
	<description>FCKeditor.Java Sample Web Application</description>
<servlet>
		<servlet-name>ConnectorServlet</servlet-name>
		<servlet-class>
			net.fckeditor.connector.ConnectorServlet
		</servlet-class>
		<load-on-startup>1</load-on-startup>
	</servlet>

	<servlet-mapping>
		<servlet-name>ConnectorServlet</servlet-name>
		<!-- Do not wrap this line otherwise Glassfish will fail to load this file -->
		<url-pattern>/fckeditor/editor/filemanager/connectors/*</url-pattern>
	</servlet-mapping>

 
最後にsrcディレクトリにプロパティファイルを追加することを忘れないでください.
fckeditor.properties