Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
会社のネットワーク内で Tomcat インスタンスを実行しています。
現在、ユーザーはマシン名を入力するか http://machine:8080 、完全修飾名を使用して http://machine.company.com:8080 アクセスできます (これは内部でのみアクセスできます) 。
http://machine:8080
http://machine.company.com:8080
ただしフルネームでお願いしたいです。tomcat (おそらく server.xml や conf.xml のどこか) で 301 リダイレクトをグローバルに強制する方法はありますか?