문제

I'm using Tomcat as my production server and I would like to use one of maven plugins in order to run the server from within the IDE. I saw that there are 2 plugins: Tomcat maven plugin and Jetty maven plugin. What are the differences between the two? What are the prons and cons for each?

도움이 되었습니까?

해결책

You should always strive to make your development environment as close to production as possible. Jetty and Tomcat are both similarly easy to use with Maven, so if your production server is Tomcat I'd stick with Tomcat Maven Plugin.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top