tags: Tomcat
Directly in the Window SystemTomcat/bin Directorystartup.bat Files can start the program directly, but also bring up a command line window, log printing program is running, and the need to stay open, not closed, so it is best to set up Tomcat to run in the background.
Tomcat support will start to switch registration service, which would:
Tomcat/bin Directory where
service.bat install Command, when the output of the following information on the implementation success:
There may be prompted to
CATALINA_HOMEWrong path, we need to add a new variable in the system environment variables:CATALINA_HOME=D:\tomcat\apache-tomcat-9.0.30\apache-tomcat-9.0.30\binThen inPathPlus variable%CATALINA_HOME%To
services.msc Enter to open the Services window:
If you have any problems you can leave a message, we can discuss -
POM file The startup class after the inheritance is as follows...
Node command: nohup node your_app.js & Forever: Let the nodejs application execute in the background ...
The app needs to meet the following conditions to run in the background, otherwise it can only be in the background for 10~15 minutes. your app must be one of these types: Apps that play audible conte...
Centos running redis in the background I installed Redis according to the tutorial and used the two methods on the Internet to put redis in the background. It started up, but it failed. Here we record...
The .bat batch file runs in the background and requires a piece of code at the beginning of the code....
& placed after the command means to set this process as a background process By default, the process is the foreground process. At this time, the process (the execution of the command is equivalen...
Article directory Enter the redis installation directory View directory structure Enter the src directory, the normal startup effect Edit redis.conf under the redis service directory Enter the src dir...
Article directory Command mode (recommended) Command line and configuration file mode Command Line: Configuration file: Command mode (recommended) If you want to run in the background, just add the --...
When we have a demand, we need to run the application for a long time in the background. At this time, we need to use the method. The code is for recording and sharing only. For details, please refer ...