This content has been marked as final. 
    
Show                 2 replies
    
- 
        1. Re: Hook before start of managed servermjobanek Mar 17, 2016 11:19 AM (in response to michael.faber)Hi, theoretically, you can use manual mode of the container and manage startup/termination manually - for this you can use ContainerController ContainerController (Arquillian Container Test API 1.1.11.Final API) then you can make your necessary configuration/modification and start the container afterwards. for manual deployment use Deployer Deployer (Arquillian Container Test API 1.1.11.Final API) Matous 
- 
        2. Re: Hook before start of managed servermichael.faber Mar 18, 2016 5:24 AM (in response to mjobanek)Hi Matous, thanks for the information. I just scanned the ContainerController API and it looks like the kind of thing i was looking for. Cheers Michael 
 
    