Ajouter 'infra/tomcat.md'
This commit is contained in:
parent
d0a7387fd0
commit
495c668eb8
1 changed files with 16 additions and 0 deletions
16
infra/tomcat.md
Normal file
16
infra/tomcat.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
# Tomcat
|
||||
|
||||
Installer Tomcat :
|
||||
```
|
||||
apt-get install tomcat9
|
||||
```
|
||||
|
||||
Installer le connecteur Apache2/Tomcat9 :
|
||||
```
|
||||
apt-get install libapache2-mod-jk
|
||||
```
|
||||
|
||||
Configurer le connecteur :
|
||||
```
|
||||
TODO
|
||||
```
|
Loading…
Reference in a new issue