Rate This Document
Findability
Accuracy
Completeness
Readability

What's New

Explore the latest updates in Kunpeng BoostKit for Web documents.

December 2024

No.

Update

Description

Document

1

Adapted Tomcat 9.0.69 to openEuler 22.03.

Reorganized the document. Added support for deploying Tomcat 9.0.69 on openEuler 22.03.

Tomcat Deployment Guide

2

Added tuning methods.

Added the section Tomcat Tuning. Binding the Tomcat process to specific CPU cores, adjusting the Tomcat configuration file, using the Tomcat Native Library, and enabling KAE encryption and decryption can significantly improve Tomcat performance.

Tomcat Tuning Guide

April 2022

No.

Update

Description

Document

1

Modified the document structure.

  • Added the basic acceleration feature menu to separately display the documents of Kunpeng BoostKit for Web KAE RSA encryption and decryption.
  • Categorized porting, deployment, and tuning guides for the open source enablement menu by component.

-

2

Document combination

  • Integrated the guides by component to porting Nginx, Apache, Tengine, Varnish, and Dubbo of the same or different versions that adapt to the same or different OSs.
  • Integrated the embedded-redis-0.6 and embedded-redis-0.7.2 porting guides into the embedded-redis Porting Guide (CentOS 7.6 & openEuler 20.03).

Nginx Porting Guide

Apache 2.4.39 Porting Guide

Tengine Porting Guide

Varnish Porting Guide

Dubbo Porting Guide (CentOS 7.6 & openEuler 20.03)

embedded-redis Porting Guide (CentOS 7.6 & openEuler 20.03)

March 2022

No.

Update

Description

Document

1

Adapted Spring Cloud to CentOS 8.1.

Added the guide to porting Spring Cloud in the CentOS 8.1 environment.

Spring-Cloud-Hoxton.SR1 Porting Guide (CentOS 8.1)

Spring-Framework 5.2.6 Porting Guide (CentOS 8.1)

February 2022

No.

Update

Description

Document

1

Adapted some components to CentOS 8.1.

Added the guides to porting Nginx, Apache, Tengine, Varnish, WildFly, and HTTPress in the CentOS 8.1 environment.

Nginx Porting Guide

Tengine Porting Guide

Varnish Porting Guide

WildFly 17.0.0 Porting Guide (CentOS 8.1)

Apache 2.4.39 Porting Guide (CentOS 8.1)

HTTPress Test Guide

2

Adapted Nginx 1.19.3 and HTTPress to CentOS 7.6.

  • Added the guide to porting Nginx 1.19.3 in the CentOS 7.6 environment.
  • Added the guide to porting HTTPress in CentOS 8.1 and CentOS 7.6 environments.

Nginx Porting Guide

HTTPress Test Guide

July 2021

No.

Update

Description

Document

1

Added the test guide.

For the tests in the Nginx scenarios, the test tool HTTPress is used. This tool can send multiple types of requests, such as HTTP short connections, HTTP persistent connections, HTTPS short connections, and HTTPS persistent connections. It can be used to test a large number of concurrent web requests. This test guide describes how to install and run HTTPress on CentOS and openEuler.

HTTPress Test Guide

2

Adapted to openEuler.

  • The middleware component porting and tuning guides are adapted to openEuler 20.03.
    • Deleted the Nginx 1.14.2 Porting Guide (openEuler 20.03) and incorporated it into the Nginx 1.14.2 Porting Guide.
    • Combined the original tuning guide into the Kunpeng BoostKit for Web Tuning Guide.
  • The Dubbo Porting Guide is adapted to openEuler 20.03.
  • The KAE RSA Encryption and Decryption Feature Guide is adapted to openEuler 20.03.
  • The Kunpeng BoostKit for Web Porting Guide (Spring Cloud) is adapted to openEuler 20.03.

Kunpeng BoostKit for Web Porting Guide (Middleware)

Kunpeng BoostKit for Web Porting Guide (Dubbo)

KAE RSA Encryption and Decryption Feature Guide

Kunpeng BoostKit for Web Porting Guide (Spring Cloud)

June 2021

No.

Update

Description

Document

1

Added the feature list overview.

You can view all features in the web scenario and click any feature to learn the key points and restrictions of the feature. In addition, you can obtain the software packages and operation guides in one-click.

Feature List

May 2021

No.

Update

Description

Document

1

Changed the feature name.

The "HTTPS RSA Acceleration" feature is renamed as "KAE RSA Encryption and Decryption".

Feature List

KAE RSA Encryption and Decryption Feature Guide

March 2021

No.

Update

Description

Document

1

Changed the name.

Changed "Kunpeng Web Solution" to "Kunpeng BoostKit for Web" and modified the corresponding documents.

All Kunpeng BoostKit for Web documents.

October 2020

No.

Update

Description

Document

1

Added the Nginx tuning guide based on the openEuler system.

This document describes how to properly adjust system parameters, NIC interrupts, Nginx configurations, and process deployment on a server to ensure load balancing and achieve optimal performance in Nginx physical machine scenarios.

Nginx 1.14.2 Tuning Guide (openEuler 20.09)

September 2020

No.

Update

Description

Document

1

Changed the solution name.

The solution name is changed to "Kunpeng Web Solution" and the corresponding documents are modified.

All documents of the web solution

2

Added the Nginx porting guide based on the openEuler system.

This document describes how to use the source code to install and port Nginx in the openEuler system, and how to run and verify the configured HTTPS and HTTP functions.

Nginx 1.14.2 Porting Guide (openEuler 20.03)

July 2020

No.

Update

Description

Document

1

Added the web solution feature guide.

The KAE provided by the Kunpeng processors of Kunpeng servers offloads the processing of SSL/TLS encryption and decryption algorithms in HTTPS transmission scenarios, greatly improving HTTPS processing performance.

HTTPS RSA Acceleration Feature Guide

2

Added support for more open-source web components.

The Kunpeng web solution complies with open-architecture standards and supports all open-source web components. It is applicable to a wide range of scenarios.

Architecture

3

Added the TomEE deployment guide.

As one of the web server components, TomEE is also enabled on the Kunpeng.

TomEE Deployment Guide (CentOS 7.6)

4

Added the Java web deployment guide using Dubbo as an example.

Kunpeng provides Arm-related JAR files. When deploying Java web applications on Kunpeng, you need to configure the central repository and preferentially use the Kunpeng Maven repository.

Java Web Application Deployment Guide (CentOS 7.6)

June 2020

No.

Update

Description

Document

1

Released the technical white paper.

In addition to solution introduction and scenario description, the typical configuration types recommended in the technical white paper enable users to select appropriate configurations based on actual requirements to maximize resource utilization.

Kunpeng Web Solution Technical White Paper

2

Added the porting guide of the Spring framework components.

Spring Boot frees developers from cumbersome configuration files. Spring Cloud provides a complete set of microservice solutions and tools for developers to quickly build some common modes in distributed systems, simplifying the microservice development and reducing development costs.

Porting Guide (Spring Cloud)

3

Added the Dubbo component porting guides.

Dubbo can be seamlessly integrated with the Spring framework to implement remote service calling and governance. The porting guide for Dubbo 2.6.8 and 2.7.5 is added to this document.

Dubbo 2.6.8 Porting Guide

Dubbo 2.7.5 Porting Guide

Version History

Click View PDF to learn more about the changes in historical versions of the Kunpeng BoostKit for Web documentation.