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.
tomcat7 で実行する Maven Web プロジェクトを作成しました。Tomcat サーバーを手動で起動してコマンドを実行するとmvn clean install、mvn tomcat7:deployすべてがうまくいき、アプリケーションがデプロイされ、アクセスできるようになります。しかし、Tomcat を手動で実行せずに実行しようとするmvn tomcat7:runと、Tomcat サーバーが起動しません。起動するとフリーズしProtocolHandlerます。
mvn clean install
mvn tomcat7:deploy
mvn tomcat7:run
ProtocolHandler