tomcat_letsencrypt
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
tomcat_letsencrypt [2023/01/12 17:47] – millerjs | tomcat_letsencrypt [2024/11/14 02:30] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 9: | Line 9: | ||
Install JDK (CentOS/ | Install JDK (CentOS/ | ||
- | < | + | < |
- | Download Tomcat (9.0.19) | + | Download Tomcat (9.0.76) |
- | < | + | < |
Decompress | Decompress | ||
Line 228: | Line 228: | ||
</ | </ | ||
</ | </ | ||
+ | </ | ||
+ | |||
+ | ===== tomcat systemd service file ===== | ||
+ | < | ||
+ | [Unit] | ||
+ | Description=Apache Tomcat Web Application Container | ||
+ | After=network.target | ||
+ | |||
+ | [Service] | ||
+ | Type=forking | ||
+ | |||
+ | Environment=" | ||
+ | Environment=" | ||
+ | Environment=" | ||
+ | Environment=" | ||
+ | Environment=" | ||
+ | Environment=" | ||
+ | |||
+ | ExecStart=/ | ||
+ | ExecStop=/ | ||
+ | |||
+ | User=root | ||
+ | Group=root | ||
+ | UMask=0007 | ||
+ | RestartSec=10 | ||
+ | Restart=always | ||
+ | |||
+ | [Install] | ||
+ | WantedBy=multi-user.target | ||
</ | </ |
tomcat_letsencrypt.1673545674.txt.gz · Last modified: 2024/11/14 02:30 (external edit)