LoginSignup
0
0

More than 5 years have passed since last update.

TomcatとApacheとの連携

Posted at

メモ。

  1. Tomcatのserver.xmlからhttpサーバーの設定を削除
  2. httpd.confにリダイレクト用のブロックを追記
<Location /hello/>
    ProxyPass ajp://localhost:8009/hello/
</Location>

別ファイルに書いてIncludeしても良い

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