A quick start to wildfly (JBoss AS) application server
What is wildfly
JBoss AS was named wildfly from version 8. Wildfly is an open source lightweight application server based on Java EE. It can be used for free in any commercial application.
Wildfly is a flexible, lightweight, powerful management application server. Wildfly is a container and server for managing EJB s, but JBoss core services do ...
Added by djKale on Fri, 18 Oct 2019 16:10:10 +0300
WIN10 Common Software for People
Common Software and Configuration for WIN10 Persons
development tool
IDE
Intellij IDEA
WebStorm
Android Studio
Navicat
Postman
Node
Development tools
Git
MariaDB
Java environment
JDK
Configuring System Environment Variables
Maven
Configuring System Environment Variables
Tomcat
Configuring System ...
Added by YoussefSiblini on Mon, 07 Oct 2019 19:00:28 +0300
springboot implements Logback using log facade SLF4j and log
1. This paper mainly introduces how to use logback + slf4j to log in spring boot project.
logback consists of three main components: Loggers, Appenders and Layouts.
slf4j: Like jdbc, it defines a set of interfaces, which is a log facade, and enables fast switching between multiple log systems (by modifying configuration files)
logback: and l ...
Added by DarkArchon on Mon, 07 Oct 2019 05:55:51 +0300
SpringBook integrates Jwt to generate token tokens (session can be replaced when front and back ends are separated)
Overview of token tokens generated by Jwt
1. Stateful landing and stateless landing
Stateful service, that is, the server needs to record the client information of each session to identify the identity of the client and process requests according to the identity of the user, such as session in tomcat ...
Added by mrodrigues on Fri, 04 Oct 2019 17:04:39 +0300
Tomcat Service Deployment and Nginx Load Balancing Configuration
Introduction of Intermediate Key Products
At present, IBM's WebSphere and Oracle's Weblogic occupy a part of the market share of the java language Web sites. Both of these two software are commercial software, which are applied to the Web scenarios of large Internet companies due to their superior performance and high reliability.
Since versi ...
Added by friday_13 on Tue, 17 Sep 2019 15:43:06 +0300
Using ELK Stack to Collect K8S Platform Logs for Kubernetes Operations and Maintenance
Using elk Stack to collect k8s platform logs for kubernetes operations and maintenanceCatalog:
Which logs to collect
elk Stack Logging Scheme
How to collect logs in containers
Application Log Collection in k8S Platform
I. What logs are collected? * Component logs for k8s systems such as those under kubectl get cs controller-manager,schedu ...
Added by Volte6 on Mon, 16 Sep 2019 08:12:40 +0300
Docker Swarm from Deployment to Basic Operations
About Docker Swarm
Docker Swarm consists of two parts:
Docker Cluster: Organize one or more Docker nodes so that users can manage them in a cluster;
Application orchestration: There is a set of API s for deploying and managing containers;
Official information: https://docs.docker.com/swarm/
network diagram
The following is a typical Docker Sw ...
Added by fr8 on Fri, 13 Sep 2019 06:40:31 +0300
Deploy Tomcat (Web) Service Details
1. Introduction to Tomcat Services
Tomcat server is a free, open source Web application server. It is a lightweight application server and is widely used in small and medium-sized systems and in situations where concurrent access to users is not very common. It is the preferred choice for developing and debugging JSP programs.Generally speakin ...
Added by AnarKy on Thu, 05 Sep 2019 04:39:15 +0300
Monitoring tomcat with zabbix (including jvm monitoring)
1. Preface:
Our monitoring system is zabbix. We have just finished monitoring jvm and tomcat recently. We need to spit out the following:The official jvm and tomcat monitoring templates provided by zabbix have pits in the writing format of the item, which prevents many content from being monitored.zabbix monitoring java articles written by neti ...
Added by xuelun on Mon, 02 Sep 2019 06:20:10 +0300
Request Request Request Basic Knowledge
The actual behavior of the Tomcat server:
Because: Enter in the browser's address bar: localhost:8080/ProjectName / resource path
Where the resource path:
It's the resource path in @WebServlet("/demo3")
1. Through this path, the class poi ...
Added by enlight on Wed, 28 Aug 2019 06:39:21 +0300