Top "Maven-tomcat-plugin" questions

The Tomcat Maven Plugin provides goals to manipulate WAR projects within the Tomcat servlet container.

Tomcat 8 Maven Plugin for Java 8

Is the tomcat7-maven-plugin working with a tomcat 8 server and java 8? I can't find any tomcat8-maven-plugin.

tomcat java-8 maven-tomcat-plugin tomcat8
How to run Tomcat 7 using Maven 2 Tomcat plugin?

I am using Maven 2 and I have an external Tomcat 7. I was wondering how to run Tomcat 7 from using Maven …

maven-2 maven tomcat7 maven-tomcat-plugin
tomcat:deploy: "Cannot invoke Tomcat manager: Connection refused"

I tried to deploy my app to Tomcat using Maven and I've found this sample. That's fragment of my pom.…

jakarta-ee maven tomcat maven-tomcat-plugin
tomcat-maven-plugin 403 error

When I use mvn tomcat:deploy of tomcat-maven-plugin there is a 403 error: Failed to execute goal org.codehaus.mojo:tomcat-maven-plugin:1.0:…

maven tomcat maven-tomcat-plugin
Maven - <server/> in settings.xml

I use tomcat-maven-plugin to deploy my war to a server. What I have to do is configure it like this …

maven maven-tomcat-plugin
mvn tomcat7:run - How does it work?

I just want to understand, because I got the code from another question, and it's working fine, but I don't …

tomcat maven tomcat7 maven-tomcat-plugin
How do I configure an additional context path for tomcat-maven-plugin?

I'm using Maven 3.0.3 with the Tomcat plugin. Using Maven and Tomcat, I would like to deploy an embedded instance of …

tomcat maven-2 maven maven-tomcat-plugin
getting a "Caused by: java.lang.NoClassDefFoundError: javax/servlet/http/HttpServlet" when starting springboot project from intellij

I created a simple springboot project from Spring Initializr. when starting springboot project from intellij, I am getting below exception …

java maven spring-boot intellij-14 maven-tomcat-plugin
Tomcat 7 maven plugin complete configuration reference

I cant seem to find the online reference on tomcat 7 maven plugin configurations. Example : <plugin> <groupId>…

maven tomcat7 maven-tomcat-plugin
Maven Tomcat Plugin: can't deploy to server

My environment: Windows 8.1 -> Tomcat 7.0.59 -> Maven 3.2.5. I have a ready project which I can compile, get a …

maven tomcat maven-tomcat-plugin