current location:Home > Technical Articles > Backend Development
- Direction:
- All web3.0 Backend Development Web Front-end Database Operation and Maintenance Development Tools PHP Framework Daily Programming WeChat Applet Common Problem Other Tech CMS Tutorial Java System Tutorial Computer Tutorials Hardware Tutorial Mobile Tutorial Software Tutorial Mobile Game Tutorial
- Classify:
-
- 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 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
- 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
- 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
- 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
- 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?
- 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
- 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 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?
- 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
- 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
- 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
- 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?
- 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 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