I solved the problem by doing the following:
Actually, I got this error, my script was ...
I used APACHE TOMCAT SERVER VERSION 8.0, but the project I downloaded used APACHE TOMCAT VERSION 7.0, so I changed it to version 8.
How it was:
- right Click on project properties.
- In the left menu we can see the Java build path
- Select the Library tab and add a new library.
- In the "Library Type", select the server startup time, then click "Next", and "Finish" will solve the problem.
All the best
source
share