XAMPP Apache2 mit integriertem Tomcat6 unter Mac OS X
Tuesday, April 15th, 2008
Dieses Tutorial richtet sich an alle die auf unter Mac OS X für Entwicklungszwecke gerne einen XAMPP Apache2 Webserver mit integriertem TomCat 6 haben würden. Für Windows gibt es ja ein TomCat Addon, aber leider nicht für Mac! Also habe ich es selbst mit mod_jk integriert.
Update: In der Version 0.0.2 ist nun eine angepasste Version des Xampp Control Centers enthalten.
1. Voraussetzungen:
2. Installation:
Terminal öffnen und in den Ordner mit den Downloads gehen
1 2 3 4 5 6 | tar xvfz xampp-macosx-0.7.2.tar.gz tar xvfz apache-tomcat-6.0.16.tar.gz mkdir Applications/xampp/tomcat mv apache-tomcat-6.0.16/* Applications/xampp/tomcat/ tar xvfz xampp-tomcat-0.0.2-x2on.tar.gz sudo mv Applications/* /Applications |
Mit der modifzierten Version des Xampp Control Centers läßt sich nun Apache und Tomcat starten.
There are no comments, yet.
Why don’t you be the first? Come on, you know you want to!