Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Construction of Tomcat7 source environment

2025-04-05 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/03 Report--

I read a lot of articles about the construction of the source environment on the Internet, almost all of which ended in failure. All right, needless to say, let's share my journey. I hope it will be helpful to the children's shoes who love to analyze the source code.

Tomcat source code compilation requires the installation of ant, and the need to install both jdk6 and jdk7, is indispensable.

The first step: go to the ant official website to download the installation file in zip format, decompress it to the local, and then configure the environment variables, you can refer to the information of the website to do.

Step 2: extract the Tomcat source code locally, and then find the default configuration file in the root directory: build.properties.default, configure the path of jdk7, which is important to configure. The author's configuration is as follows: java.7.home=D:/Java/jdk1.7.0_79

Step 3: configure the environment variable JAVA_HOME to jdk6

Finally, execute ant in the root directory of the source code. If BUILD SUCCESSFUL appears, you have compiled it successfully!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report