I built a new web project and added a JSP file to test if it works with the tomcat service. The IDE is Eclipse 3.7 for Java EE, I ran the project, then it showed:
Several ports(8080,8009)required by tomcat v7.0 server at localhost are already in use...
So I changed the two ports and ran it again(I'v restarted the tomcat service),but it still didn't work,it showed:
Server tomcat v7.0 server at localhost failed to start.
So what's the problem?