Introduce the dynamic Web project developed in myeclipse to eclipse for further development. A warning will be issued when Tomcat is started. The more important problem is that the project you want to start is unknown, the configuration file is not read:
Warning [setpropertiesrule] {server/service/engine/host/context} setting property
'Source' to 'org. Eclipse. JST. Jee. SERVER: xxxxxxxx' did not find a matching property. The reason is very simple, because the default web resource root directory of the two compilers have different folder names, and the project path cannot be found, in this case, you only need to manually modify the name of the root directory folder for normal startup, as shown in the following process: First, open properties. If a dynamic web project is introduced as a common Java project, you must first change it to a web project, such: After confirmation, you can see the web project converted to dynamic in eclipse, and then continue the properties (properties). For example, you can directly remove the original default root directory folder and click Add (Add a new folder name)
Next, select an existing folder.
After finishing, restart Tomcat and start the project. The above warning still exists. If you have solved the problem, please leave a message. Thank you.