1
2

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.

ApacheとTomcatとApacheTomcat

Last updated at Posted at 2019-11-18

どう違うのか分からんのでメモメモ

Tomcat

  • Java Servletを動かすときに必要なソフト
  • つまりサーブレットコンテナのひとつ
  • ただし、作ったJava Servletの動作確認ができるように(簡易的な)Webサーバとしての機能も持っている
  • EclipseでサーバのところにTomcatを入れるのは↑のためのようだ(簡易的にWebサーバとしても使ってる)
  • 「Apache Tomcat」というのはこっちのようだ。
  • よく見る猫のマークのやつ?

Apache

  • 全世界的に普及しているWebサーバのソフト
  • こっちは「Apache Tomcat」ではない。まぎらわしい…
  • 本名はApache HTTP Serverらしい。

参考:
https://wa3.i-3-i.info/diff184web.html

1
2
0

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
1
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?