Deploy the project to Tomcat via XAMPP

Source: Internet
Author: User
Tags tomcat server

First, download, install XAMPP and test

1 Download the latest version of the XAMPP 1.8.3, which integrates the following software, you can save the download software and configuration variables steps. (Set XAMPP installation directory for F:\XAMPP)

Apache 2.4.4 MySQL 5.6.11 PHP 5.5.3 phpmyadmin 4.0.4 filezillaftp Server 0.9.41 Tomcat 7.0.42 (with MOD_PROXY_AJP As connector) Strawberry Perl 5.16.3.1 Portable XAMPP Control Panel 3.2.1 (from hackattack142)

2 You can see the XAMPP Control Panel as shown below:



3 in the XAMPP Control Panel to start the Apache server, and in the browser address bar input http://localhost carriage return, when the following page appears, indicating XAMPP installation and configuration success.

If necessary, you can modify the configuration file to avoid port conflicts, the profile is located in the F:\xampp\apache\conf\httpd.conf

The default configuration is as follows:

Listen 80
ServerName localhost:80
Can be modified to: Listen 1109
ServerName localhost:1109
Access address after starting service: http://localhost:1109




Second, start and configure the Tomcat server


1 The configuration file for the Tomcat server is located in F:\xampp\tomcat\conf\server.xml
<connector port= "8080" protocol= "http/1.1"
connectiontimeout= "20000"
redirectport= "8443"/>

The default port is 8080, as long as you modify the port.


2 Start the Tomcat server in the XAMPP Control Panel until the server starts to complete, enter in the browser: http://localhost:8080, that is, you can see the following page:



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.