2
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

一つのディレクトリですべてのファイルを管理すると楽でいいが、何も考えないで開発を進めるとTomcatが画像やCSSなどを処理する羽目になるので無駄。

8080ポートではなく、80ポートでtomcatから出力するにはajpで転送する
そのときに転送先を制御することでapacheから画像とかを配信できる

http://www.adminweb.jp/apache/tomcat/
http://open-groove.net/tomcat/ajpconnector/
http://www.adminweb.jp/apache/tomcat/index3.html

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