tomcat
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
tomcat [2020/06/11 21:33] – [RHEL 8 / Tomcat 9] k2patel | tomcat [2020/08/10 02:35] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 55: | Line 55: | ||
=== Create User === | === Create User === | ||
<code bash> | <code bash> | ||
- | groupadd --system tomcat -g 91 // with group id 91 | + | groupadd --system tomcat -g 91 # with group id 91 |
- | useradd -u 91 -d / | + | useradd -u 91 -d / |
</ | </ | ||
Line 131: | Line 131: | ||
</ | </ | ||
- | :!: Set SSL c | + | :!: Set SSL[[tomcat# |
+ | :?: Set Auto redirect if needed [[tomcat# | ||
+ | === Start Service === | ||
+ | <code bash> | ||
+ | systemctl daemon-reload | ||
+ | systemctl enable tomcat | ||
+ | systemctl start tomcat | ||
+ | </ | ||
=== Firewall === | === Firewall === |
tomcat.1591911206.txt.gz · Last modified: 2020/08/10 02:30 (external edit)