Looking for best way to migrate to Tomcat

Answered

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?

0
1 comment

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.

0

Please sign in to leave a comment.