MacOSXにtomcatをインストールする方法
簡単にインストールする方法がないか、ぐぐってみた。
ヒットしたのがこちらのサイト。
コマンド一発でインストールできるらしい。
$ brew install tomcat
やってみた。
$ brew install tomcat ==> Auto-updated Homebrew! Updated Homebrew from 8e29cf1 to 04ccba5. Updated 1 tap (homebrew/core). ==> New Formulae amqp-cpp folly libngspice shyaml (略) ==> Using the sandbox ==> Downloading https://www.apache.org/dyn/closer.cgi?path=tomcat/tomcat-8/v8.5. ==> Best Mirror http://www-us.apache.org/dist/tomcat/tomcat-8/v8.5.5/bin/apache- ######################################################################## 100.0% 🍺 /usr/local/Cellar/tomcat/8.5.5: 633 files, 12.4M, built in 1 minute 5 seconds $
1分ほどで完了。
本当に簡単だった。
なぜかビールの絵文字(🍺)が。(100.0%の直後)
試しに起動。
$ /usr/local/Cellar/tomcat/8.5.5/bin/catalina run Using CATALINA_BASE: /usr/local/Cellar/tomcat/8.5.5/libexec Using CATALINA_HOME: /usr/local/Cellar/tomcat/8.5.5/libexec Using CATALINA_TMPDIR: /usr/local/Cellar/tomcat/8.5.5/libexec/temp Using JRE_HOME: /Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home Using CLASSPATH: /usr/local/Cellar/tomcat/8.5.5/libexec/bin/bootstrap.jar:/usr/local/Cellar/tomcat/8.5.5/libexec/bin/tomcat-juli.jar 11-Oct-2016 23:09:44.121 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server version: Apache Tomcat/8.5.5 (略) 11-Oct-2016 23:09:49.394 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler [http-nio-8080] 11-Oct-2016 23:09:49.437 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler [ajp-nio-8009] 11-Oct-2016 23:09:49.439 INFO [main] org.apache.catalina.startup.Catalina.start Server startup in 3670 ms
tomcat ページ表示された!