Looking for best way to migrate to Tomcat
已回答
I have an existing Java web application that runs on netty and would like to move/port the project over to deploy on Tomcat.
Is it easier to start a new project using Tomcat and move the files over, or do an in-place modification to the existing project?
请先登录再写评论。
Both ways will work, it's up to you.
Right click on the project root in the project view and you can Add Framework Support, Web Application, etc.