tomcat7 - What is the difference between managed tomcat and embedded tomcat? -
i not sure understand difference between these 2 types of tomcats (embedded , managed).
i going setup arquillian test project on tomcat , have choose between embedded tomcat or managed tomcat (since there different ppom.xml settings , dependencies). please tell me difference , 1 should choose running arquillian tests.
i found answer "arquillian testing guide" book.
embedded containers: arquillian start during test process , shutdown after test run, on same jvm test case.
managed containers : arquillian start during test process , shutdown after test run run in different jvm
remote containers : assumed running prior test , have deployments sent , tests executed
Comments
Post a Comment