this blog is original: Integrated still Silicon Valley (http://www.atguigu.com) System tutorial (deep thank) and network of existing resources (blogs, documents, books, etc.), the source of resources I will markThe purpose of this blog: ① summary of their own learning process, equivalent to study notes ② to share their own experience to everyone, learn from each other, communication, not commercialcontent inevitably appear problems, welcome to correct, exchange, discussion, you can leave a message, can also be contacted by the following ways. I Internet technology enthusiasts, Internet technology enthusiastsWeibo: Ivan is in 0221qq:951226918
--------------------------------------------------------------------------------------------------------------- --------------------------------------------------------------------------------------------------------------- -----------------------------
1. Configuring the Tomat server in eclipse
Enter the Servers panel, right-click, New--Server--Eclipes, Servers
When configuring server runtime environment, be sure to associate to the root directory of the Tomcat installation
2. Test configuration (Use Java EE version of Eclipes to develop a dynamic Web project, which is a JavaScript Web project)
1) Development options Switch to Java EE
2) Create a new dynamic Web Project, where target runtime chooses its own Tomcat server
3) write the code, and on your own JSP page right-click Run as, run on sever.
3. About setting the right-click New option: Window, Customize perspective, shortcuts
[Original]java Web Learning Note 03: Developing Javaweb Projects with Eclipes