current location:Home > Technical Articles > Backend Development

  • How to access services in docker from the external network
    How to access services in docker from the external network
    With the popularity and development of container technology, Docker has become a leader in containerization technology and an indispensable tool for many developers and operation and maintenance personnel. In practical applications, we often need to expose the services in Docker to the external network for access. In this case, we need to use Docker's network configuration and port mapping. 1. Docker network configuration There are four types of Docker networks: bridge network, host network, none network and custom network. When using Docker for service development
    Docker . tomcat 5788 2023-04-19 14:58:34
  • How to view tomcat logs with docker
    How to view tomcat logs with docker
    How Docker Views Tomcat Logs When running Tomcat in a Docker container, it is very important to view the log files generated by the application. When using Tomcat, the generated logs are usually located in the Tomcat log directory, and Tomcat in the Docker container also has its own log directory. This article will introduce how to view Tomcat logs in a Docker container. Step 1: Enter the Docker container. First, we need to use the following command to enter the Docker container: ```dock
    Docker . tomcat 3090 2023-04-19 09:31:31
  • what is linux middleware
    what is linux middleware
    In Linux, middleware is an independent system software or service program that allows communication between multiple applications and a database. Its main function is to abstract multiple applications or databases into a whole to simplify Development and maintenance of system applications, such as database connection management, network storage management, network communication management, etc. Middleware is widely used in Linux systems, such as Apache, Tomcat, etc. on the server side; MPlayer, Exaile, Amarok, etc. on the client side.
    Linux Operation and Maintenance . tomcat 2196 2023-04-18 11:27:41
  • How to start tomcat in docker
    How to start tomcat in docker
    Docker is a lightweight virtualization technology that can isolate one or more applications or services. Among them, Docker containers are widely used to develop, test, deliver and deploy applications. Tomcat is a common Java web server that can run in a Docker container. This article will introduce how to start Tomcat in Docker. 1. Download the Tomcat image Docker image. The Docker image is a read-only template that contains
    Docker . tomcat 3543 2023-04-18 13:57:15
  • How to integrate Axis1.4 in java projects
    How to integrate Axis1.4 in java projects
    1. Server (project name: server) 1.1. Axis1.4 environment construction 1) Download the axis1.4 file [click to download], copy all jar packages of axis-1_4\lib to server\WebRoot\WEB-INF\lib2) Add server- under server\WebRoot\WEB-INF The content of the config.wsdd file is as follows 3) Add the content to server\WebRoot\WEB-INF\web.xml: index.jspAxisServletorg.apache.axis.transport.http.AxisServlet
    javaTutorial . tomcat 1189 2023-04-17 20:07:25
  • How does nodejs request tomcat
    How does nodejs request tomcat
    Node.js and Tomcat are two different servers, suitable for front-end and back-end development respectively. Front-end developers often use Node.js to build applications and websites, and back-end developers often use Tomcat to build Java web applications. There is no direct connection between the two servers, so some special setup is required when requesting Tomcat via Node.js. First, to request Tomcat using Node.js, you need to use ht
    Front-end Q&A . tomcat 794 2023-04-17 15:20:48
  • What is the most commonly used technology stack for Java?
    What is the most commonly used technology stack for Java?
    Commonly used technology stacks in Java include: 1. JDK; 2. Web framework; 3. Web container; 4. ORM framework; 5. Spring; 6. Database; 7. Search engine; 8. Back-end template engine; 9. Workflow ; 10. Other language middleware, such as Kafka, RocketMQ or RabbitMQ, etc. Inventory of commonly used technology stacks for Java development 1. Introduction Recently, many people have privately asked me about the commonly used Java development technology stacks, so today I will summarize a wave of commonly used Java technology stacks. 2. Most of the JDK versions of JDK have been moved to 8. Those who use 11 are ahead of the curve. Please look for the LTS version! No
    javaTutorial . tomcat 5413 2023-04-14 21:43:04
  • How to use projects downloaded from gitee
    How to use projects downloaded from gitee
    If you are a programmer or like open source projects, I believe you have heard of gitee, a project hosting platform, where you can find many open source projects you need. However, for many people, how to use these open source projects after downloading them is a problem. This article will introduce how to use the projects downloaded from gitee. First of all, we need to make it clear that the projects downloaded from gitee refer more to open source source code. If you need to use these codes for development, you need to compile, package and other operations. Below we take the Java project as an example
    git . tomcat 2780 2023-04-11 09:20:24
  • How to use docker on ecs (tutorial)
    How to use docker on ecs (tutorial)
    How to use Docker on ECS Tutorial Background With the development of cloud computing technology, cloud servers (ECS) have become an indispensable part of Internet enterprise operation and maintenance. As a fast and convenient containerization technology, Docker has gradually become a popular choice for enterprise development and operation and maintenance. This article will introduce how to use Docker on Alibaba Cloud ECS. 1. Purchase ECS First, you need to purchase an ECS instance in the Alibaba Cloud console. You need to select an operating system when purchasing. It is recommended to choose CentOS here.
    Docker . tomcat 1239 2023-04-10 15:46:28
  • What should I do if github does not display the newly added jsp files?
    What should I do if github does not display the newly added jsp files?
    GitHub is a popular code hosting platform. Developers can use the platform's version control function to manage code, collaborate on writing documents and code, etc. However, some developers found that when submitting jsp files, the newly added jsp files were not displayed on GitHub. This is because jsp files are generally compiled before they can be run on the server, and Git only recognizes text files. Therefore, when submitting a jsp file, specific operations must be taken to correctly display the jsp file on GitHub. 1. Use .gitignore
    git . tomcat 793 2023-04-10 14:04:43
  • Let's talk about how to use Nginx to deploy the TienChin project
    Let's talk about how to use Nginx to deploy the TienChin project
    The TienChin project video has been finalized! Click here to view the TienChin project supporting video. Today I will teach my friends how to deploy the TienChin project, and let’s run this project together to see what kind of project it is. Friends know
    Nginx . tomcat 1069 2023-04-04 19:46:02
  • [Summary] Some of the more popular Docker basic images
    [Summary] Some of the more popular Docker basic images
    With the continuous development of information technology, the application of virtualization technology is becoming more and more widespread. Among many virtualization technologies, Docker is increasingly favored by developers because of its lightweight, fast, and easy-to-use characteristics. People can use Docker to build and deploy applications. However, before using Docker, we must first choose a base image that suits us. So, how to choose a Docker base image? This article will introduce you to some of the more popular Docker basic images and provide some useful references.
    Docker . tomcat 3085 2023-04-04 09:30:02
  • How to view Docker images
    How to view Docker images
    With the development of cloud computing technology, containerization technology has attracted more and more attention. Among them, Docker, as a popular containerization technology, has been widely used in production environments. Docker image is a very important concept. It is a file that contains all the components required for the application to run, including the operating system, application code and related library files. This article will introduce how to view Docker images. 1. Use the docker images command to view Docker images. The most common way is to use d
    Docker . tomcat 35854 2023-04-04 09:38:19
  • What should I do if centos tomcat cannot parse php?
    What should I do if centos tomcat cannot parse php?
    Running PHP code in Tomcat on CentOS may cause unresolved issues. This is caused by the fact that Tomcat cannot parse PHP code by default. This article will introduce the reasons why Tomcat cannot parse PHP in CentOS and provide solutions so that your PHP code can run correctly on Tomcat.
    PHP Problem . tomcat 661 2023-03-29 11:46:37
  • How to check tomcat running status in linux
    How to check tomcat running status in linux
    How to check the running status of tomcat in Linux: 1. Enter the bin directory of tomcat through cd; 2. Execute the "ps -ef|grep java" command to display the process; 3. View in real time through the "tail -f catalina.out" command Just run the tomcat log.
    Linux Operation and Maintenance . tomcat 6009 2023-03-22 09:34:13

Tool Recommendations

jQuery enterprise message form contact code

jQuery enterprise message form contact code is a simple and practical enterprise message form and contact us introduction page code.
form button
2024-02-29

HTML5 MP3 music box playback effects

HTML5 MP3 music box playback special effect is an mp3 music player based on HTML5 css3 to create cute music box emoticons and click the switch button.

HTML5 cool particle animation navigation menu special effects

HTML5 cool particle animation navigation menu special effect is a special effect that changes color when the navigation menu is hovered by the mouse.
Menu navigation
2024-02-29

jQuery visual form drag and drop editing code

jQuery visual form drag and drop editing code is a visual form based on jQuery and bootstrap framework.
form button
2024-02-29

Organic fruit and vegetable supplier web template Bootstrap5

An organic fruit and vegetable supplier web template-Bootstrap5
Bootstrap template
2023-02-03

Bootstrap3 multifunctional data information background management responsive web page template-Novus

Bootstrap3 multifunctional data information background management responsive web page template-Novus
backend template
2023-02-02

Real estate resource service platform web page template Bootstrap5

Real estate resource service platform web page template Bootstrap5
Bootstrap template
2023-02-02

Simple resume information web template Bootstrap4

Simple resume information web template Bootstrap4
Bootstrap template
2023-02-02

Cute summer elements vector material (EPS PNG)

This is a cute summer element vector material, including the sun, sun hat, coconut tree, bikini, airplane, watermelon, ice cream, ice cream, cold drink, swimming ring, flip-flops, pineapple, conch, shell, starfish, crab, Lemons, sunscreen, sunglasses, etc., the materials are provided in EPS and PNG formats, including JPG previews.
PNG material
2024-05-09

Four red 2023 graduation badges vector material (AI EPS PNG)

This is a red 2023 graduation badge vector material, four in total, available in AI, EPS and PNG formats, including JPG preview.
PNG material
2024-02-29

Singing bird and cart filled with flowers design spring banner vector material (AI EPS)

This is a spring banner vector material designed with singing birds and a cart full of flowers. It is available in AI and EPS formats, including JPG preview.
banner picture
2024-02-29

Golden graduation cap vector material (EPS PNG)

This is a golden graduation cap vector material, available in EPS and PNG formats, including JPG preview.
PNG material
2024-02-27

Home Decor Cleaning and Repair Service Company Website Template

Home Decoration Cleaning and Maintenance Service Company Website Template is a website template download suitable for promotional websites that provide home decoration, cleaning, maintenance and other service organizations. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2024-05-09

Fresh color personal resume guide page template

Fresh color matching personal job application resume guide page template is a personal job search resume work display guide page web template download suitable for fresh color matching style. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2024-02-29

Designer Creative Job Resume Web Template

Designer Creative Job Resume Web Template is a downloadable web template for personal job resume display suitable for various designer positions. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2024-02-28

Modern engineering construction company website template

The modern engineering and construction company website template is a downloadable website template suitable for promotion of the engineering and construction service industry. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2024-02-28