Home Backend Development PHP Tutorial nginx tomcat configures multiple second-level domain names and multiple projects

nginx tomcat configures multiple second-level domain names and multiple projects

Aug 08, 2016 am 09:24 AM
nbsp news test tomcat

What I want is to access news.test.com. What I actually access is the news project under tomcat. When I visit forum.test.com, what I actually access is the luntan project under tomcat, but the browser address bar url News.test.com and forum.test.com remain unchanged. Do not change them to news.test.com/news or forum.test.com/luntan. How to configure them? Please advise

Thank you for your answers, it has been solved. You need to configure a virtual host in tomcat. The host name is the domain name that needs to be accessed.
path="" docBase="/opt/tomcat/webapps/news" . If there is no access path after the domain name of the homepage. path needs to be "". docBase points to the project name. Share it with everyone here. Thank you again for your answers, ^_^

<ol>
<li><span>server</span></li>
<li>
<span></span><span>{</span><span></span>
</li>
<li>
<span>    listen </span><span>80</span><span>;</span><span></span>
</li>
<li>
<span>    server_name news</span><span>.</span><span>test</span><span>.</span><span>com</span><span>;</span><span></span><span>//前台访问地址</span><span></span>
</li>
<li>
<span>    root </span><span>{</span><span>WEB_ROOT_PATH</span><span>}/</span><span>news</span><span>;</span><span></span>
</li>
<li>
<span>    access_log </span><span>{</span><span>LOG_ROOT_PATH</span><span>}/</span><span>news</span><span>.</span><span>log</span><span>;</span><span></span>
</li>
<li>
<span>    location </span><span>/</span><span></span><span>{</span><span>  </span>
</li>
<li>
<span>        proxy_pass http</span><span>:</span><span>//news; //tomcat后台处理地址</span><span></span>
</li>
<li>
<span>    </span><span>}</span><span>  </span>
</li>
<li>
<span></span><span>}</span><span></span>
</li>
<li><span>server</span></li>
<li>
<span></span><span>{</span><span></span>
</li>
<li>
<span>    listen </span><span>80</span><span>;</span><span></span>
</li>
<li>
<span>    server_name forum</span><span>.</span><span>test</span><span>.</span><span>com</span><span>;</span><span></span><span>//前台访问地址</span><span></span>
</li>
<li>
<span>    root </span><span>{</span><span>WEB_ROOT_PATH</span><span>}/</span><span>forum</span><span>;</span><span></span>
</li>
<li>
<span>    access_log </span><span>{</span><span>LOG_ROOT_PATH</span><span>}/</span><span>forum</span><span>.</span><span>log</span><span>;</span><span></span>
</li>
<li>
<span>    location </span><span>/</span><span></span><span>{</span><span>  </span>
</li>
<li>
<span>        proxy_pass http</span><span>:</span><span>//forum; //tomcat后台处理地址</span><span></span>
</li>
<li>
<span>    </span><span>}</span><span>  </span>
</li>
<li>
<span></span><span>}</span>
</li>
</ol>
Copy after login

The above introduces nginx tomcat configuration of multiple second-level domain names and multiple projects, including aspects of the content. I hope it will be helpful to friends who are interested in PHP tutorials.

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

Huawei Watch GT 5 smartwatch gets update with new features Huawei Watch GT 5 smartwatch gets update with new features Oct 03, 2024 am 06:25 AM

Huawei is rolling out software version 5.0.0.100(C00M01) for the Watch GT 5 and the Watch GT 5 Prosmartwatchesglobally. These two smartwatches recently launched in Europe, with the standard model arriving as the company’s cheapest model. This Harmony

Tekken\'s Colonel Sanders dream fried by KFC Tekken\'s Colonel Sanders dream fried by KFC Oct 02, 2024 am 06:07 AM

Katsuhiro Harada, the Tekken series director, once seriously tried to bring Colonel Sanders into the iconic fighting game. In an interview with TheGamer, Harada revealed that he pitched the idea to KFC Japan, hoping to add the fast-food legend as a g

New Xiaomi Mijia Graphene Oil Heater with HyperOS arrives New Xiaomi Mijia Graphene Oil Heater with HyperOS arrives Oct 02, 2024 pm 09:02 PM

Xiaomi will shortly launch the Mijia Graphene Oil Heater in China. The company recently ran a successful crowdfunding campaign for the smart home product, hosted on its Youpin platform. According to the page, the device has already started to ship to

Garmin releases Adventure Racing activity improvements for multiple smartwatches via new update Garmin releases Adventure Racing activity improvements for multiple smartwatches via new update Oct 01, 2024 am 06:40 AM

Garmin is ending the month with a new set of stable updates for its latest high-end smartwatches. To recap, the company released System Software 11.64 to combat high battery drain across the Enduro 3, Fenix E and Fenix 8 (curr. $1,099.99 on Amazon).

Manjaro 24.1 \'Xahea\' launches with KDE Plasma 6.1.5, VirtualBox 7.1, and more Manjaro 24.1 \'Xahea\' launches with KDE Plasma 6.1.5, VirtualBox 7.1, and more Oct 02, 2024 am 06:06 AM

With a history of over one decade, Manjaro is regarded as one of the most user-friendly Linux distros suitable for both beginners and power users, being easy to install and use. Mostly developed in Austria, Germany, and France, this Arch-based distro

Difficulty in selecting domestic CPU servers: How is the compatibility between Tomcat and Java programs under the Haiguang x86 and Feiteng ARM architecture? Difficulty in selecting domestic CPU servers: How is the compatibility between Tomcat and Java programs under the Haiguang x86 and Feiteng ARM architecture? Apr 01, 2025 pm 01:15 PM

In the wave of domestic CPUs, choosing the right server hardware has become a key consideration for many projects. This article will discuss the deployment of Linux systems on Haiguang CPU and Feixiong...

MINISFORUM BD790i SE Mini-ITX motherboard with AMD Ryzen 9 7940HX now available MINISFORUM BD790i SE Mini-ITX motherboard with AMD Ryzen 9 7940HX now available Oct 02, 2024 am 06:06 AM

The BD790i SE is MINISFORUM's latest Mini-ITX motherboard option, having released the BD770i andBD790iin October 2023 and February 2024, respectively. As far as we can tell, the BD790i SE effectively replaces theBD770i, which MINISFORUM has now stopp

SenseRobot unveils AI chess robot with 2,900 ELO to help children hone tactics on real chess boards SenseRobot unveils AI chess robot with 2,900 ELO to help children hone tactics on real chess boards Oct 03, 2024 am 06:34 AM

SenseRobot has unveiled the SenseRobot Chess - an AI robotic chess coach to help children hone their chess tactics. The robot can be set to 25 ELO difficulty levels from 200 to 2,900, allowing beginners and grandmasters to challenge themselves with a

See all articles