Dear All I have the below project structure: -EAR file to be deployed under <tomee-home>\apps -WAR file (contain a remote call for EJB's available under the EAR file)
case 1 (OK) -When I start tomee (EAR file already available under <tomee-home>\apps) and wait till tomee start successfully and when copy past the WAR file under <tomee-home>\webapps the war will be deployed successfully and I'm able to access the web application case 1 (KO) -When I restart tomee the EAR is deployed however during the WAR deployment I can notice that tomee is hanging on the remote ejb call, to fix the matter I need to stop tomee remove the war file and it's related folder clean the work directory, start tomee wait till the server is start successfully; then copy past again the war file inside <tomee-home>\webapps. Kindly advice how to fix the matter, is there any configuration to be applied? Best Regards -- Sent from: http://tomee-openejb.979440.n4.nabble.com/TomEE-Dev-f982480.html
