I´m trying to deploy a Spring boot application on Jboss.
I follow this tutorial for convert my jar in to a war file.
But when i try to run the application on Jboss it´s give
If you wan to deploy to JBoss 7.1 you need to rename myapp-0.0.1-SNAPSHOT.war.original to e.g myapp-0.0.1.war(remove .original extension) and deploy to server.