Depuis que j'ai eu l'opportunité de créer une API Web en Java, j'ai pensé que ce serait bien si Tomcat pouvait être inclus dans le MAMP local, mais je pourrais facilement le faire, alors j'ai pris note.
macOS Sierra 10.12.6
Cette fois, j'ai utilisé Tomcat 8.5.23 (il semble qu'il y ait aussi Tomcat 9, mais cette fois, il est en attente).
J'ai téléchargé le fichier zip Core.
Déplacez le fichier téléchargé vers / Applications / MAMP /
.
Extrayez le fichier et renommez-le en tomcat
.
mv ~/Download/apache-tomcat-8.5.23.zip /Applications/MAMP
cd /Applications/MAMP
mv apache-tomcat-8.5.23 tomcat
Ajoutez ce qui suit à / Applications / MAMP / bin / startApache.sh
à la fin du fichier.
/Applications/MAMP/tomcat/bin/startup.sh
Ajoutez ce qui suit à / Applications / MAMP / bin / stopApache.sh
.
/Applications/MAMP/bin/shutdown.sh
#↑ Ajouté avant la commande suivante
/Applications/MAMP/Library/bin/apachectl stop
Vous pouvez maintenant accéder à la maison de Tomcat en redémarrant MAMP et en accédant à http: // localhost: 8080.
Add Tomcat into MAMP (Not MAMP Pro
[Sy] [Note technique] Installez Tomcat sur Mac et vérifiez le fonctionnement | Erreur de syntaxe.