How to automatically deploy maven project from eclipse to tomcat

See chapter. I would also like the project to be relocated after each change. I am new to this area, so my knowledge is not so good. I tried searching and searching here, but I can not find the answer.

thanks for any help

+3
source share
2 answers

There are two plugins that are combined in Eclipse that work well to accomplish what you want:

M2E WTP, m2e-wtp. , .

Eclipse Java EE ( Eclipse-WTP), M2E ( , : M2E M2E-WTP).

-, Tomcat. , , Tomcat, "". , , ..

+3

All Articles