Hi Mauro, The options Romain mentioned worked fine on my side, it can be divided into two groups:
If you start from the command line using: mvn tomee:run >From the same terminal you can do the following options to stop it: - exit - quit - crtl + c If you start from the command line using: mvn tomee:start >From the same terminal you can do the following option to stop it: - mvn tomee:stop El jue., 22 nov. 2018 a las 8:13, Romain Manni-Bucau (<[email protected]>) escribió: > Stop a TomEE started with start command. > means you can use tomee:stop to stop an instance launched with tomee:start. > tomee:run blocks in the contextual shell and is stopped typing "exit" in > the shell (it is a kind of command line interface) > > Romain Manni-Bucau > @rmannibucau <https://twitter.com/rmannibucau> | Blog > <https://rmannibucau.metawerx.net/> | Old Blog > <http://rmannibucau.wordpress.com> | Github < > https://github.com/rmannibucau> | > LinkedIn <https://www.linkedin.com/in/rmannibucau> | Book > < > https://www.packtpub.com/application-development/java-ee-8-high-performance > > > > > Le jeu. 22 nov. 2018 à 14:50, mauro2java2011 <[email protected]> a > écrit : > > > Sorry but what you mean with: > > > > Stop is intended for "start" only as in tomcat. ??? > > > > From the page > > > > http://tomee.apache.org/tomee-maven-plugin.html > > <http://tomee.apache.org/tomee-maven-plugin.html> > > > > Exist the command tomee:stop > > > > Sorry for my confusion > > > > > > > > -- > > Sent from: > > http://tomee-openejb.979440.n4.nabble.com/TomEE-Users-f979441.html > > > -- Atentamente: César Hernández Mendoza.
