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.
私はEclipseからTomcatサーバーを正常に実行していますが、スタンドアロンのTomcatを使用すると、localhostからのみ外部IPからアクセスできません..なぜこれが起こるのか誰か知っていますか??
Tomcat インストール ディレクトリのディレクトリのserver.xml下にあるファイルを検索します。/conf宣言を見つけて<Connector>追加しaddress="0.0.0.0"ます。
server.xml
/conf
<Connector>
address="0.0.0.0"
<Connector port="8080" address="0.0.0.0"