Roughly 40% of the time I deploy my application as a WAR file to my server on localhost, I get the following message in the console:
INFO [ContextConfig] Missing application web.xml, using defaults only StandardEngine[jboss.web].StandardHost[localhost].StandardContext[/imcAdmin]
(imcAdmin is the name of the application)
Redeploying – or removing and redeploying – will usually correct the situation in the next few attempts.
Threads I’ve reviewed indicate the source of this is most likely a loss of internet connection during deployment.
While it’s possible, I’m doubtful – I have a DSL and never seem to have issues with anything else. It seems no better or worse at any time I deploy.
Is this the cause? If so – is it possible to wrap the deployment around a test for an internet connection several times? Or at least not display “Deployment Successful” in the deploy dialog?
Any ideas you may have will be greatly appreciated. This is a rather costly time waster.
Thanks!
Larry