Closed mattbsox closed 5 years ago
Removing .xml from loose app file names in getFileName(). The deployTask was trying to find app.war in the start message rather than app and was timing out when app.war.xml was deployed.
app.war
app
app.war.xml
Removing .xml from loose app file names in getFileName(). The deployTask was trying to find
app.war
in the start message rather thanapp
and was timing out whenapp.war.xml
was deployed.