Integrate Apache and Tomcat using XAMPP

xiaoxiao2021-03-06  30

XAMPP can automate the Apache PHP MySQL PHPMYADMIN, which is very suitable for quick build test servers. It also provides Tomcat plugins, which can quickly build JSP development environments.

Take the WinXP installation as an example: 1. Download XAMPP in http://www.apachefriends.org/en/xampp-windows.html, recommend downloading EXE (7-ZIP) packaged XAMPP, this head is relatively small, deployed It is also more flexible. 2. Download the Tomcat plugin on the same page, the same selection 7-zip package 3. Decompression XAMPP's compression package to your specified directory, such as D: XAMPP.bat, to this, XAMPP installation completed 5. Unzip the Tomcat plugin to the XAMPP directory, run setup_java.bat, you can install the Tomcat plugin.

Now a PHP JSP's rapid development environment has been built.

Accompanied by tomcat configuration (for more information see Readme): Tomcat Server Home = .xampptomcatTomcat URL = http: // localhost: 8080Tomcat Doc Root = .xampptomcatwebappsJSP example Root = .xampptomcatwebappsjsp-examplesJSP example URL = http: // localhost / jsp- examples / servlets example Root = .xampptomcatwebappsservlets-examplesServlets example URL = http: // localhost / servlets-examples / Mod_jk java Root = .xampptomcatweppappsjavaMod_jk java URL = http: // localhost / java / if you want to build more of the map, so Just modify the .xAmppapacheconfWorkers2.properties file

转载请注明原文地址:https://www.9cbs.com/read-83183.html

New Post(0)