8
10

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

MacにTomcatをインストールする

Posted at

PHPerな僕ですが時々Tomcatが欲しくなる時もあります。
ということでMacにTomcat入れる方法を考えてたのですが、よく考えたらhomebrew使えばいいんですよね。

brewがあるか調べる

$ brew search tomcat

tomcat	       tomcat-native
homebrew/versions/tomcat6    homebrew/versions/tomcat7

どうやらあるみたいです。

とりあえずインストールしてみる

$ brew install tomcat

==> Downloading https://downloads.sf.net/project/machomebrew/Bottles/tomcat-7.0.54.mountain_lion.bottle.tar.gz
######################################################################## 100.0%
==> Pouring tomcat-7.0.54.mountain_lion.bottle.tar.gz
?  /usr/local/Cellar/tomcat/7.0.54: 623 files, 14M

無事に7.0が入ったぽい。

起動してみよう

$(brew --prefix)/bin/catalina start

kobito.1415335350.244903.png

起動できた。めでたしめでたし。

8
10
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
8
10

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?