Eclipse Server did not start successfully
eclipse3.x medium-Heat deployment project
[Setpropertiesrule] {Server/service/engine/host/context} Setting property ' source ' to ' org.eclipse.jst.j2ee.server:t ' does not find a matching property.
F:/MYPROJECT/WORKSPACE/.METADATA/.PLUGINS/ORG.ECLIPSE.WST.SERVER.CORE/TMP0/WTPWEBAPPS/T does not exist or isn't a Readable directory
Container Org.apache.catalina.core.ContainerBase. [Catalina]. [localhost]. [/t] have not been started
Judgment: The problem arises because the server service was not properly configured after creating a new server and Web project and is now correctly configured as follows
Workaround:
1. On the new server in Servers, right-click the--property under the general item to the right Location property, click the Switchlocation button, set to/servers/tomcat v6.0 Server at Localhost.server
(Server s:properties, general, location =/servers/tomcat v6.0 Server at Localhost.server;)
2. Double-click the new server and modify the server Options settings: Publish module contexts to separate XML files tick (bottom)
3. Configure the Web project's server options: Right-click Web Project--Properties--server (default is none after new Web project) Select the server that you created in Servers hot deployment (my is Tomcat v6.0 Server at Localhost.server).