Skip to content
This repository has been archived by the owner on Dec 30, 2017. It is now read-only.

Latest commit

 

History

History
29 lines (14 loc) · 675 Bytes

README.md

File metadata and controls

29 lines (14 loc) · 675 Bytes

Tomcat-Research

Tomcat源代码学习研究(包括代码注释、文档、用于代码分析的测试用例)

使用的Tomcat版本

保持与官方的trunk版本同步

构建与运行环境

需要JDK7以及Apache Maven

生成Eclipse工程

mvn eclipse:eclipse

在eclipse中导入
File->Import->General->Existing Projects into Workspace

运行Tomcat

在Eclipse中右击start-tomcat.launch这个文件,点Run As启动Tomcat,点Debug As可以调试Tomcat。

最后,打开你的浏览器,输入 http://127.0.0.1:8080/examples/ 看看例子吧。