Hi Romain, I wonder if the Deployer EJB works remote? I mean is it possible to undeploy/deploy to another Tomcat instance?
Regards, Christian Am 30.08.2013 um 16:33 schrieb Christian Schlichtherle <[email protected]>: > Hi, > > hmm, alright. The only requirement I have is that the undeployment works > synchronous, otherwise I'ld mess up with the container. > > Regards, > Christian > > Am 30.08.2013 um 16:15 schrieb Romain Manni-Bucau <[email protected]>: > >> Hi >> >> Developed as synchronous but because the way tomcat works webapps can be >> deployed later. >> >> So id say asynch from a user perspective >> Le 30 août 2013 15:58, "Christian Schlichtherle" <[email protected]> >> a écrit : >> >>> Hi Romain, >>> >>> I use the Deployer EJB to undeploy, update and deploy applications. So >>> far, it seems to be working very well. I only wonder if the methods of the >>> Deployer bean work synchronous or not. E.g. if I call undeploy() or >>> deploy(), can I assume that the operations succeeded when they return? >>> >>> Regards, >>> Christian Schlichtherle >>> >
