| Author |
Starting and stopping tomcat6 with maven before/after deploy
|
Rebecca Hopper
Ranch Hand
Joined: Aug 19, 2001
Posts: 38
|
|
I am a maven newbie, and it's going fairly well, except that I have been unable to get maven to start tomcat after deploying. I see in the documentation that you can do it with the tomcat-maven-plugin, but that uses the Tomcat Manager, which we don't use in our shop. Is there some way to just call the tomcat start.bat directly via maven?
Here's the relevant portion of my pom.xml, which is getting the error that it can't connect to the Tomcat Manager, probably because it is not configured correctly. Do I really need Tomcat Manager to do this?
|
SCJP 1.4
|
 |
Uli Hofstoetter
Ranch Hand
Joined: Nov 24, 2006
Posts: 57
|
|
Maybe the Maven exec plugin can do the job.
Regards,
Uli
|
SCEA5, Certified ScrumMaster
|
 |
Rebecca Hopper
Ranch Hand
Joined: Aug 19, 2001
Posts: 38
|
|
That worked perfectly. I guess it might seem obvious when you have been using maven for awhile, but I still don't know all the plugins.
I bound start-tomcat to the pre-clean phase and stop-tomcat to the deploy phase.
Thanks, Uli for the quick response!
|
 |
 |
|
|
subject: Starting and stopping tomcat6 with maven before/after deploy
|
|
|