Is the tomcat7-maven-plugin
working with a tomcat 8 server and java 8? I can't find any tomcat8-maven-plugin
.
Tomcat 8 Maven Plugin for Java 8
java-8maven-tomcat-plugintomcattomcat8
java-8maven-tomcat-plugintomcattomcat8
Is the tomcat7-maven-plugin
working with a tomcat 8 server and java 8? I can't find any tomcat8-maven-plugin
.
Best Answer
Yes you can,
In your
pom.xml
, add the tomcat plugin. (You can use this for both Tomcat 7 and 8):pom.xml
tomcat-users.xml
settings.xml
(maven > conf)*** deploy/re-deploy**
mvn tomcat7:deploy
ORmvn tomcat7:redeploy
Tried this on (Both Ubuntu and Windows 8/10):
Tested on Both Jdk 7/8 & Tomcat 7/8. (Works with Tomcat 8.5 and 9)
Note:
Tomcat manager should be running or properly setup, before you can use it with maven.
Good Luck!