Recently in the JSP development learning, in the configuration still encountered a lot of problems.
After the database is connected, the first JSP test page is written, and the result is an error message when running Toamcat in Eclipse: Server Tomcat v7.0 server at localhost failed to start.
Run Java//normal in CMD
Run Javac in cmd//Normal
Startup under the bin file running Tomcat starts normally, except in Eclipse, server Tomcat v7.0 server at localhost failed to Start. Description of the configuration file is not a problem, it is associated with running in Eclipse.
Try the method: Delete the current tomcat~ in the server first
The first step:
Step Two:
Step Three:
At this point, you can run the JSP in eclipse to see if it can run on that server.
After you configure Tomcat in Eclipse, the server Tomcat v7.0 server at localhost failed to start appears when you run the JSP.