Running Java Webservice out of eclipse with Maven

Asked

Viewed 68 times

0

Hello, I have a webservice project that runs normally on my computer, using the eclipse and Tomcat. And now I want to transport this project to a server and have it run only with Tomcat.
There also arises a doubt: The Tomcat and project would pull the pendencias of Maven ?

Note: Maven is configured on the server.

1 answer

1


Yes, the. War (jdk-generated package) has all the artifacts referenced in Maven, that is, it would only deploy that package in the server’s Tomcat. I wouldn’t need the Maven on the server.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.