Apache tomcat Download, install, configure graphics tutorials

Source: Internet
Author: User
Tags apache tomcat download



You want to install the ArcGIS Server, if you install Tomcat.



Test environment:
Operating system name Microsoft Windows 8.1 Professional Edition
Processor Intel (R) core (TM) i7-4800mq CPU @ 2.70ghz,2701 mhz,4 cores, 8 logical processors
Installed physical memory (RAM) 8.00 GB



Tomcat_ Baidu Encyclopedia
Http://baike.baidu.com/link?url=MZj7EXAD_a3M0BimpzQpis_ttO6ovYXlRN7V-bu0NzYOWWWngNma3wkw-zvctxwweRtWS_9ygAMW-c8zowoSpq



Tomcat is a core project of the Apache Software Foundation (Apache Software Foundation) Jakarta Project, developed by Apache, Sun, and other companies and individuals. With Sun's involvement and support, the latest servlet and JSP specifications are always reflected in Tomcat, and Tomcat 5 supports the latest servlet 2.4 and JSP 2.0 specifications. Because of the advanced Tomcat technology, stable performance, and free, so deeply loved by Java enthusiasts and have been recognized by some software developers, become the most popular Web application server. The latest version is now 8.0.



Tomcat server is a free open source Web application server, belongs to the lightweight application server, in small and medium-sized systems and concurrent access users are not widely used, is the first choice to develop and debug JSP programs. For a beginner, it can be thought that when the Apache server is configured on a single machine, it can respond to requests for access to the HTML (one application under the standard Universal Markup Language) page. The tomcat part is actually an extension of the Apache server, but it runs independently, so when you run Tomcat, it actually runs separately as a separate process from Apache.



The trick is that when configured correctly, Apache serves HTML pages, while Tomcat actually runs JSP pages and Servlets. In addition, like a Web server such as IIS, Tomcat has the ability to handle HTML pages, and it is also a servlet and JSP container, and the standalone servlet container is the default mode for Tomcat. However, Tomcat is less capable of handling static HTML than the Apache server. The latest version of Tomcat is 8.0.0-rc1 (Alpha) released.



Official address



Apache tomcat-welcome!
http://tomcat.apache.org



======================================= Download =========================================



Download install tomcat6.0-xiaoxiaoniaoer1 column-Blog channel-csdn.net
http://blog.csdn.net/xiaoxiaoniaoer1/article/details/7559906



Contains part of the installation of the tutorial, the download part of the explanation is better, take its essence.



Latest Version (md5:d34ca9b50b8e38b2c97a5a0c2b2e8875 *apache-tomcat-8.0.17.exe)



Http://mirror.bit.edu.cn/apache/tomcat/tomcat-8/v8.0.17/bin/apache-tomcat-8.0.17.exe



Tomcat the installation



1. First download Tomcat to http://tomcat.apache.org/






2. Note that the download can be downloaded in zip format or exe format, where the ZIP format as long as the decompression and configuration under the environment variables can be used, like the green version. I use the latter EXE format, this is more convenient for beginners.



3. Here i download the version of Tomcat 6.0, address http://tomcat.apache.org/download-60.cgi because I use the EXE format and the computer is 32-bit, so I download the time to click on the figure shown in the "32-bit/64- Bit Windows Service Installer (PGP, MD5) "






4. Download good after:






5. Double-click Install (Note: You should install the JDK before installing)



6. Click "Next"



7. Click "I Agree"



8. Select "Full", then click "Next"






9. If you do not have another server installed, the port will remain the default, as for password to set one yourself. Click "Next"






. To modify the installation path, click "Next"









one by one. It will automatically search for the JRE in your machine, which is the Java Runtime environment. This is why you need to install the JDK first, click "Install"



. Wait a minute.



13. Click "Finish" to complete the installation.



14. Test, open the browser, enter: http://localhost:8080 or http://127.0.1.1:8080 appears:



The tomcat installation was successful!






Tomcat the startup and shutdown



Method One: Click "Start" ....






After clicking "Monitor Tomcat" appears in the status bar:






Click "Start Service" to start Tomcat and click "Stop Service" to turn it off.






Method Two: Open doc directly, enter "net start Tomcat6" such as:






You can start Tomcat, which is the easiest way to do it. Stop the Tomcat service: input: "net stop Tomcat6"






Method Three: Go to "Control Panel", click "Performance and Maintenance"






Click on "Administrative Tools"






Double-click "Services"






Select Apache Tomcat, click "Start this service" to start the service, click "Stop this Service" to stop the service, or click "Restart this service" to restart the service. (If you don't want the Tomcat service to start, change the service "auto" to "manual")



Modification method: Select, Apache tomcat right click, select "Properties" to appear:






Change the Startup type (E) to manual, then click Apply (A), OK.



======================================= installation =========================================



Windows operating system Tomcat installation Graphics Tutorial-Lu Yu Blog
Http://www.lvtao.net/server/windows-setup-tomcat.html



Download the Tomcat installation file, officially: http://tomcat.apache.org/, this article describes the installation process as an example of the tomcat-7.0.26 version:



1. Double-click Apache-tomcat-7.0.26.exe to start the Tomcat installation, see Figure 1.









2, click Next, enter the second step, agree to its installation agreement terms, see Figure 2, click I agree continue to install.









3, choose the installation option, the default is normal, you can see Figure 3, point to open Tomcat, select Service, you will be able to start and close Tomcat in the managed service









4, click Next to start the next installation path selection, set to be D:\TOMCAT7, click Browse. Select the new installation path and click Next to continue, as shown in Figure 4.









5. A management prompt will appear, asking for the port and admin password, and keep the default setting on the line.









6, click Next will appear, it will automatically find the JRE location, if the user does not install the JRE, can be modified to point to the JDK directory (many users cannot compile the JSP after installation, that is, the JRE is not found here, be sure to install the JDK first, and the directory correctly point to the JRE or JDK directory).








7. Click Install to start the installation.








8. End of installation









9, in the Computer Management-service can see the Tomcat service, click the Start button to start Tomcat. After you turn on Tomcat, the taskbar will appear with the server icon, green to run, and red to stop.









10. Open the browser type http://localhost:8080 enter the following page to indicate that the installation was successful












Installation is simple, almost the next step, the next step, is to install J Configuration Java environment.



One of my blogs, configuring the environment variables for Java is very detailed:



Configuring environment Variables for Java-wangshunli-Blog Park
Http://www.cnblogs.com/wangshunli/p/3972407.html



======================================= Configuration =========================================



Baidu experience Two article configuration article: (including Java environment variables, here do not carry)



Tomcat6.0 Installation and configuration (hands-on teaching You) _ Baidu Experience
Http://jingyan.baidu.com/article/86f4a73e5be03237d65269ef.html



Tomcat Installation and Configuration tutorial _ Baidu Experience
Http://jingyan.baidu.com/article/870c6fc33e62bcb03fe4be90.html



Tomcat environment variable configuration:



If your tomcat is installed in the C drive, such as: C:\Program Files\apache software Foundation\tomcat 8.0 (remember here, when you install Tomcat, there must be no spaces around its letters, Otherwise, the configuration may not be successful at last)



Again, in the system variable point NEW:



Variable name: catalina_base



Variable value: C:\Program files\apache software Foundation\tomcat 8.0;



Create new again:



Variable name: catalina_home



Variable value: C:\Program files\apache software Foundation\tomcat 8.0;



Click OK to add%catalina_home%\common\lib\servlet-api.jar to the classpath, (note adding the ";" in English state after the original variable value)



Add%catalina_home%\bin to Path (note the ";" in English when adding the value of the original variable)



After you have determined that your tomcat is configured, and also to verify that the configuration is successful, run Tomcat, click Start (or Start service), open the browser, tap http://localhost:8080, if the page appears, then the configuration is successful.



The above text is quoted from:



Tomcat environment variable configuration-remnant Star-Blog Park
Http://www.cnblogs.com/mingforyou/archive/2012/04/04/2432025.html



You can refer to the following tutorials for graphics:



How Tomcat configures environment variables _ Baidu Experience
Http://jingyan.baidu.com/article/8065f87fcc0f182330249841.html


The following articles contain the configuration of Eclipse:


Tomcat Installation and Configuration tutorial _ Baidu Experience
Http://jingyan.baidu.com/article/870c6fc33e62bcb03fe4be90.html



-------------------------------------------------



Copyright Notice:



Visitors may use the content or services provided by this homepage (Http://www.cnblogs.com/wangshunli) for personal Learning, Research or appreciation, and other non-commercial or non-profit uses,



At the same time, it shall abide by the provisions of the copyright law and other relevant laws and shall not infringe the legal rights of this homepage and the relevant rights holders.



          Be sure to notify this home page and make a hyperlink to the content from the home page before you reprint it to avoid unnecessary hassles.



E-mail:[email protected]





Apache tomcat Download, install, configure graphics tutorials


Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.