Problem:
When you integrate Tomcat in Eclipse 4.4 (Luna), it does not work to directly modify the configuration files in the original Tomcat directory.
Sometimes, we will modify the character set parameter to Utf-8, to solve the Chinese garbled problem, after the change is still garbled ...
Analysis:
When Elcipse integrates Tomcat, it will leave the original directory in the new directory workspace?. metadata?. plugins? Org.eclipse.wst.server.core? conf, logs, temp, WebApps, work, Wtpwebapps directories are generated under TMP0. At run time, the new catalog will also be the natural subject. For example, eclipse will automatically publish the project to the Wtpwebapps directory instead of the WebApps directory we know.
Solution:
Modify the character set parameters in the Conf/server.xml file under the new directory.
Eclipse integrated Tomcat modifies character set parameters