1
0

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の違いを簡単に整理

Posted at

■Apache Tomcatの違い
(1)ApacheはWebサーバソフト
(2)Tomcatはサーブレットコンテナ(=Java Servletを動かすソフト)
 ⇒Java Servletはサーバ上で動くJavaのプログラム(動的なページが生成可能)

■共通点
Tomcatも簡易的なWebサーバソフトの機能を持っている。

■纏め
一般的に、Java Servletを利用する時はApacheとTomcatを連携させる。
WebサーバはApacheが、サーブレットコンテナはTomcatが役割を担う。

■参考にしたサイト
https://wa3.i-3-i.info/diff184web.html

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?