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のセットアップに問題があります。xamppをインストールしましたが、ポートを設定できません。ApacheとTomcatの両方が8080ポートを使用しています。私はWindows7を使用しています。
マーク、Tomcat または Apache のリッスン ポートを変更する必要があります。Connectorconf/server.xmlで withを探して、port="8080"そこで変更するか、Apache httpd.conf で変更します。
Connector
port="8080"