Eclipse starts Tomcat with warning
[SetContextPropertiesRule]{Context} Setting property ‘source’ to
‘org.eclipse.jst.jee.server:test’ did not find a matching property.
Solution.
0, Tomcat8 on the test does not work, most likely only for Tomcat6 or previous versions
1, in the server console, right-click on the server – properties
2. Click switch location in the general tab
At this time, the location becomes :/servers/tomcat6.0 server at localhost.server
3, in project explore find tomcat project-Tomcat v6.0 Server at localhost.server file, double click to open
4, in the bottom of the server option, check the publis module context to separate xml file. (When saving, stop the server first
Similar Posts:
- [Solved] Eclipse Run Web Error: Setting property ‘source’ to ‘org.eclipse.jst.jee.server
- HTTP status 404 error during eclipse + Tomcat connection test
- [Solved] Could not load the Tomcat server configuration at
- Tomcat failed to start: Server Tomcat v8.5 Server at localhost failed to start
- _DEBUGGER _03 _Server Tomcat v8.0 Server at localhost was unable to start within xx seconds
- [Solved] Multiple Contexts have a path of ”/xxx”
- After modifying Tomcat’s server.xml, the Tomcat deployment project reported an error: removing observe files from server… Could not clean server
- Tomcat startup error java.lang.unsatisfiedlinkerror
- Several ports (8005, 8080, 8009) required by Tomcat Server at localhost are already in use.
- Error reporting when importing Maven project from MyEclipse