Begin to put what I have learned into practise(Eclipse+Tomcat)

Begin to put what I have learned into practise(Eclipse+Tomcat)

There are two conditons before you want to run *.jsp file in your web.

1. You have to put the *.jsp into a project which have already registered in the server.xml of conf folder in Tomcat,or the project which under the webapps folder directly
2. In the project, you must have WEB-INF folder which have classes and lib subdirectory.

你可能感兴趣的:(Begin to put what I have learned into practise(Eclipse+Tomcat))