I installed Tomcat using the Windows installer a long time ago and it works great as a service on my development laptop. Now I am silent about my project and would like to use Cargo (or something similar) to deploy the updated WARs on the local Tomcat.
I cannot find fully processed examples of the POM file containing the correct XML for this, and I am struggling with partial examples on the Cargo website.
Does anyone have a POM that they can post or learn an example in the wild that they can reference?
The FWIW error I get is this, although I have tried many different combinations of parameters:
Unable to create configuration. There is no registered configuration for the parameters (container [id = [tomcat6x], type = [local]], configuration type [existing]). There are actually no valid types for this configuration. Perhaps you made a mistake of this?
I’m not even sure that I know exactly what the error with the help of “type” means in the first place!
Update . In the end, I found the m2eclipse WTP integration plugin that frankly chops!
source
share