I install .war file to the Tomcat, install plugin. Click right button to the project in Eclipse, then click "Tomcat Deployer" and then Deploy to the Server. And then I see error window "Project setting xml parse failed". What I do wrong?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I install .war file to the Tomcat, install plugin. Click right button to the project in Eclipse, then click "Tomcat Deployer" and then Deploy to the Server. And then I see error window "Project setting xml parse failed". What I do wrong?
Hi,
The project must be a dynamic web project.
That means it must have a .settings/org.eclipse.wst.common.component xml file
This file will define where your WebContent is and what your context is.
The plugin will need to read this to decide how to deploy.
Thanks
Best Regards
Shilin