Re: doubt about remote deploy using tomee-maven-plugin

2020-06-16 Thread Daniel Dias Dos Santos
Hello Cesar, the example is public. yes i can move to TomEE samples thanks -- *Daniel Dias dos Santos* Java Developer SouJava & JCP Member GitHub: https://github.com/Daniel-Dos Linkedin: www.linkedin.com/in/danieldiasjava Twitter: http://twitter.com/danieldiasjava Em seg., 15 de jun. de 2020

Re: doubt about remote deploy using tomee-maven-plugin

2020-06-15 Thread Cesar Hernandez
awesome, In case your repo is public, feel free to share it, maybe we can build an example in the project itself :)! El sáb., 13 jun. 2020 a las 21:58, Daniel Dias Dos Santos (< daniel.dias.analist...@gmail.com>) escribió: > Hello Cesar, > > I managed to deploy it following your guidance. > > in

Re: doubt about remote deploy using tomee-maven-plugin

2020-06-13 Thread Daniel Dias Dos Santos
Hello Cesar, I managed to deploy it following your guidance. in my case I used the docker passing the variables: docker run --name=tomee -p 8080:8080 -e CATALINA_OPTS="-Dtomee.serialization.class.blacklist=- -Dtomee.remote.support=true -Dopenejb.system.apps=true

Re: doubt about remote deploy using tomee-maven-plugin

2020-06-12 Thread Cesar Hernandez
Hi Daniel, Apart from the pom.xml file you provided, I found also a couple of properties [1] that need to be added into to TomEE systems.properties file [2] in order to enable the maven plugin to perform a Deploy/Undeploy action. With this the command from your example to deploy and undeploy it

Re: doubt about remote deploy using tomee-maven-plugin

2020-06-10 Thread Daniel Dias Dos Santos
Hello, follow my pom.xml [1] . run project -> mvn clean package tomee:deploy@deploy-it [1] https://github.com/Daniel-Dos/Servlet4/blob/master/pom.xml thanks -- *Daniel Dias dos Santos* Java Developer SouJava & JCP Member GitHub: https://github.com/Daniel-Dos Linkedin:

Re: doubt about remote deploy using tomee-maven-plugin

2020-06-10 Thread Cesar Hernandez
Can you please share your pom.xml to check also the plugin configuration section the files has? El mié., 10 jun. 2020 a las 13:30, Daniel Dias Dos Santos (< daniel.dias.analist...@gmail.com>) escribió: > Hi Cesar, > > I followed what is on this link [1] > > I use the command: > > mvn

Re: doubt about remote deploy using tomee-maven-plugin

2020-06-10 Thread Daniel Dias Dos Santos
Hi Cesar, I followed what is on this link [1] I use the command: mvn tomee:deploy@deploy-it mvn tomee:undeploy@undeploy-it and go to the temp folder. I try follow the link [2] [1]

Re: doubt about remote deploy using tomee-maven-plugin

2020-06-10 Thread Cesar Hernandez
Have you tried the path configurations? [1] https://github.com/apache/tomee/blob/master/maven/tomee-maven-plugin/src/main/java/org/apache/openejb/maven/plugin/DeployMojo.java#L90 El mié., 10 jun. 2020 a las 12:06, Daniel Dias Dos Santos (< daniel.dias.analist...@gmail.com>) escribió: > Hi, > >