Nginx SSL+tomcat cluster, fetch the correct protocol for https
Nginx SSL+tomcat cluster, request.getScheme() fetches the correct protocol for https
Recently, in a project, Nginx +tomcat cluster is used in the architecture, and SSL,tomcat no SSL are configured under nginx. The project uses https protocol.
However, it is clearly an https url request that finds the log s.
0428 15:55:55 INFO (Pa ...
Posted by BoxingKing on Thu, 16 May 2019 00:45:56 -0700
Using Nginx Server to Realize Reverse Proxy, Load Balancing and Virtual Host
I believe many people have heard of nginx, a small thing slowly swallowing apache and IIS share. So what exactly does it do? Maybe many people don't necessarily understand.
When it comes to reverse proxy, many people may have heard about it, but it is not clear what reverse proxy is. Excerpt from a description on Baidu Encyclo ...
Posted by johne281 on Tue, 14 May 2019 22:33:25 -0700
Docker Quick Verification of tomcat Single-machine Multi-instance Scheme
Summary
The main idea is to solve the problem. Of course, there are as detailed steps as possible. Interested children's shoes can be practiced step by step. Because of the operation and maintenance profession, it is basically the accident as a story to write, I hope I can like it.
origin
For at least 10 years, I haven't played Tomcat on the f ...
Posted by Kifebear on Sat, 11 May 2019 23:14:30 -0700
Use Eclipse to develop and debug Web Builder projects
Use Eclipse to develop and debug Web Builder projects
Download and install the Groovy plug-in:
Download address: Groovy-Eclipse
Download and install the Tomcat plug-in:
Download address: Tomca-Eclipse
Open Eclipse and configure the Tomcat plug-in as shown below:
Create a new Java Project project
Name it WB8 and add Groovy support in the righ ...
Posted by a-scripts.com on Sat, 11 May 2019 02:15:14 -0700
Tomcat Introduces Installing jdk to Install Tomcat
Tomcat introduction
The development language of LNMP framework is PHP language. PHP is a very popular language for developing web programs. In the early years, asp was popular. It is a programming language running on Windows platform. However, because of its poor security, website developers began to switch to php, and PHP is relatively safe ...
Posted by varecha on Fri, 10 May 2019 07:21:53 -0700
Deployment of java projects
Open source component deployment
jdk1.8.0_141 and above
tomcat 7.0.45 and above below 9
nginx 1.12.1
mongoDb 3.4.6
mysql 5.6.37
elasticsearch 5.4.2
I. Installation of Software
jdk1.8.0_141
1.jdk compression package put in / work to decompress tar-zxvf jdk-8u141-linux-x64.tar.gz
2. Setting environment variables
Vim/etc/prof ...
Posted by coolcat on Fri, 10 May 2019 03:48:38 -0700
Java Question Checklist for Ali Employees
This is an article from Ali's internal technical forum, the original text has been well received in Ali.The author has opened this article to the cloud community for outside access.Hollis has partially deleted the content of the article, mainly deleting the introduction of tools that can only be used inside Ali, and deleting so ...
Posted by i on Thu, 09 May 2019 10:06:40 -0700
Using nginx and frp/ngrok to achieve intranet penetration, the website will be set up in their own home or within the company
title: Use nginx and frp/ngrok to achieve intranet penetration, and set up the website at home or within the company
date: 2019-04-17 13:27:43
categories: Architecture
author: mrzhou
tags:
nginx
web
frp
ngrok
Using nginx and frp/ngrok to achieve intranet penetration, the website will be set up in their own home or within t ...
Posted by esmarts on Wed, 08 May 2019 17:30:38 -0700
Brief introduction to the basic concept of Servlet
Basic concepts of Servlet
The Concept of Servlet
http protocol acts on client-server. Request is sent by the client, and Response is sent to the client after the server receives the data. This is the request-Response mode. But the request Response must be handled by a mediation, which is a server-side applet called servlet.
Development an ...
Posted by misschristina95 on Sat, 04 May 2019 00:20:37 -0700
Springboot project deployed to external Tomcat
Foreword: As everyone who has used Springboot knows, Springboot uses the idea that conventions are larger than configurations, and provides a lot of operations to simplify the configuration, so we can get rid of the heavy configuration of SpringMVC projects by configuring the appropriate parameter values for the specified param ...
Posted by Cerberus_26 on Fri, 26 Apr 2019 06:21:36 -0700