The end of nginx configuration reverse agent and load balancing

Refer to previous articles for specific installation configuration https://blog.csdn.net/weixin_44001965/article/details/102723855 Article directory 1, Common commands for nginx operations nginx profile 2, nginx configure reverse agent (1) 3, nginx configure reverse agent (2) Find the nginx configura ...

Posted by johnseito on Mon, 02 Mar 2020 09:28:25 +0100

Building Flink cluster with Docker

Article directory Preface Method 1: build with docker command Mode 2: build using docker compose How to view Flink clusters and logs View cluster through web View log command Answering questions and dispel doubts Preface Recently, I contacted docker and wanted to play in a Flink cluster. I se ...

Posted by wchris on Thu, 27 Feb 2020 06:01:27 +0100

Eclipse deployment spring MVC + Maven project

Recently, I was tutoring in spring MVC foundation. In view of having contacted Maven before, I couldn't leave it. So Maven was chosen to introduce dependency. However, my previous work projects have exposed me to SpringBoot+maven, and spring MVC has no maven, both of which I still remember. However, spring MVC + maven, this combination, really ...

Posted by ph0ngwh0ng on Tue, 25 Feb 2020 16:24:30 +0100

Timed Task Framework Quartz Learning Notes

In this post: Introduction to Quartz Quartz Quick Start Guide This article only does the introduction and the effect preview project construction, does not do the code analysis. Introduction to Quartz Quartz is a rich and open source job scheduling library that can be integrated into almost any Java application, from the smallest stand-alo ...

Posted by lbaxterl on Mon, 24 Feb 2020 18:06:12 +0100

Summary of problems encountered in using external tomcat in SpringBoot

Preface Spring boot uses the embedded Servlet container by default. When we use external Servlet containers, we will encounter various problems. Environment used: IDEA + apache-tomcat-7.0.91 1.springboot starts tomcat and reports error java.lang.NoClassDefFoundError: javax/el/ELManager Caused by: or ...

Posted by KC8Alen on Sat, 22 Feb 2020 04:57:43 +0100

settings.xml configuration file not found for Maven plug-in of IntelliJ IDEA

I. overview Apache Maven is a software engineering management and integration tool. Based on the concept of project object model (POM), Maven is able to manage project construction, reporting and documentation through a central information management module. There are many advantages of building proje ...

Posted by vbzoom.com on Fri, 21 Feb 2020 16:04:25 +0100

LVS implementation -- LVS/NAT mode implementation

Principle and characteristics of LVS/NAT: https://blog.csdn.net/qq_35887546/article/details/104425264 1. Experiment preparation This experiment needs three virtual machines and physical machines: Virtual machine name Effect IP server1 DS 172.25.63.1 (internal network), 172.25.254.100 (external net ...

Posted by fcaserio on Fri, 21 Feb 2020 12:10:43 +0100

springboot2.x Integrated Web Service

background Recently, when some parts of the project call each other, they are not realized by Http(post/get), but by web service. Although they have been exposed to the way of web service before, they haven't had a chance to study it. They just imitate and write according to the rules and don't build ...

Posted by vanderlay on Tue, 18 Feb 2020 05:23:40 +0100

PHP environment building windows

To prepare the Apache and php packages: Link: https://pan.baidu.com/s/1xclkowi-a3r8oeyften3a Extraction code: whjj Install Apache 1. Modify the httpd.conf configuration in the Apache24\conf \ directory, and open the httpd.conf file in Notepad 2. Find the item "Define SRVROOT" and change the ...

Posted by getmukesh on Fri, 14 Feb 2020 08:54:55 +0100

Talk about the reconnectAttempts of artemis

order This paper mainly studies the reconnectAttempts of artemis reconnectAttempts activemq-artemis-2.11.0/artemis-core-client/src/main/java/org/apache/activemq/artemis/core/client/impl/ServerLocatorImpl.java public final class ServerLocatorImpl implements ServerLocatorInternal, DiscoveryListener { //...... public ClientSessionFactory c ...

Posted by moehome on Wed, 12 Feb 2020 16:15:11 +0100