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

The method of deploying simple html static Web pages in tomcat

2025-01-18 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

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

First of all, the computer (whether Windows or Linux system) should be installed java and Tomcat, and set their environment variables.

After setting, start Tomcat, open the browser and enter the URL: http://ip:port. If the corresponding page appears, it means Tomcat installation is successful. You can continue the following configuration.

Add the following to\conf\server.xml

Where Host name="ip address" docBase="html folder name under webapps"

After configuration, put the folder with html in tomcat webapps directory (appBase="webapps")

Enter ip:port/index.html on the web page to access it. Change it to the corresponding ip here. If the start page is not index.html, set it accordingly.

The demonstration is as follows:

1. Create a new test folder under the webapps directory of tomcat and put it into the test.html file.

2. Set the following in conf\server.xml of tomcat

Then start tomcat and type ip: port/test.html in your browser to access the

The above is all the content of this article, I hope to help everyone's study, but also hope that everyone a lot of support.

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