I. Introduction
When you get used to MyEclipse, have you ever thought about developing Dynamic Web Project projects based on Eclipse? There are a lot of materials on the Internet, but in practice it is found that there is always such a problem. A need to design a Lucene search engine project has re-built the environment and I feel a lot of feelings. I will summarize it first, for future use.
Ii. Version description
2.1 Eclipse J2EE
Eclipse Java ee ide for Web Developers.
Version: Kepler Service Release 1
Build id: 20130919-0819
2.2 JDK
JDK1.6.0
2.3 Tomcat
Tomcat6.0 for windows
Http://tomcat.apache.org/download-60.cgi
2.4 TomcatPlugin
TomcatPluginV33.zip
Http://www.eclipsetotale.com/tomcatPlugin.html
Iii. Installation instructions
3.1 Tomcat plug-in
Decompress tomcatPluginV33.zip and copy the package to the following directories: eclipse \ plugins and eclipse \ dropins.
3.2 set Tomcat
Iv. Problem Description
4.1 tomcatPlugin version
If the tomcatPluginV32.0 version has a problem, you need to update it to tomcatPluginV32.1 or tomcatPluginV33. Otherwise, the following error occurs when starting Tomcat:
Warning Bootstrap: command "D: \ Program files \ apache-tomcat-6.0.16 \ conf \ server. xml" does not exist.
4.2 The three cats in the Tomcat toolbar cannot find the problem.
The tomcatPluginV33 plug-in must be copied to the eclipse \ dropins directory at the same time; otherwise, the icons of the three cats cannot be found;
4.3 The Eclipse version must use the For J2EE version.