Home > Back-end >  The use of tomcat7 - maven - plugins plugin maven
The use of tomcat7 - maven - plugins plugin maven

Time:09-28

Excuse me, are used in maven tomcat7 -- maven plugin plug-in running tomcat and relationship with local tomcat, that is to say, maven start javaweb project, after the deployment into which container? I didn't find maven use tomcat paths in the console,

Log as shown in figure:

CodePudding user response:

You are running the inside of the plug-in embedded tomcat, has nothing to do with your local installation

CodePudding user response:

reference 1st floor sotondolphin response:
you run the plug-in inside the embedded tomcat, has nothing to do with your local installation

Mean maven yourself? That is the local maven is automatically generated

CodePudding user response:

Maven in tomcat and local installation of it doesn't matter;
You will not generate target files at start-up time, maven configuration of tomcat is inside

CodePudding user response:

The
reference 3 floor chaimhao response:
maven in tomcat and local installation of it doesn't matter;
You will not generate target files at start-up time, maven configuration of tomcat is inside the

See, do have a tomcat, thank you, also this maven is too strong, generating a tomcat directly
  • Related