We're using a JBoss server, which holds several projects. It is accessed through an Apache ProxyPass (basically ProxyPass / http://localhost:8080/
).
I am looking for a better way to redeploy a project without having visitors receiving a 404 from Apache (which does not find the java project running anymore). Would Apache be able to 'wait' and put those requests on 'hold' for a while when redeploying ?
Thanks, Alexis.