Deploy de aplicacao com springboot

Ola desenvolvi uma simples aplicacao usando Springbbot, SpringData utilizando o maven e eclipse,
gerei o .war pelo export do eclipse e fiz o deploy pelo manager do tomcat, até ae tudo bem.
Quando tento acessar a aplicacao pelo tomcat Ex: localhost:8080/aplicacao/ me retorna um 404

type Status report

message /spring%2Dweb/

description The requested resource is not available.

Alguém tem alguma dica? talvez alguma possível configuração…

Veja o log. A aplicacao não subiu direito. Ai tem que ver o log pra ver o erro

Então olhei ele e aparentemente esta tudo OK.

Spring.log

2015-03-25 09:34:06.781 INFO 27752 [localhost-startStop-1] — o.s.boot.SpringApplication : Starting application on eng-rafael with PID 27752 (/home/rafael/apache-tomcat-8.0.20/webapps/spring-web/WEB-INF/lib/spring-boot-1.1.8.RELEASE.jar started by rafael in /home/rafael/apache-tomcat-8.0.20/bin)
2015-03-25 09:34:06.802 INFO 27752 [localhost-startStop-1] — ationConfigEmbeddedWebApplicationContext : Refreshing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@4796341f: startup date [Wed Mar 25 09:34:06 BRT 2015]; root of context hierarchy
2015-03-25 09:34:06.841 INFO 27752 [localhost-startStop-1] — o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 39 ms
2015-03-25 09:34:06.858 INFO 27752 [localhost-startStop-1] — o.s.b.c.embedded.FilterRegistrationBean : Mapping filter: ‘errorPageFilter’ to: [/*]
2015-03-25 09:34:06.861 INFO 27752 [localhost-startStop-1] — o.s.boot.SpringApplication : Started application in 0.601 seconds (JVM running for 2.79)

Catalina.out

2015-03-25 09:34:06.781 INFO 27752 — [ost-startStop-1] o.s.boot.SpringApplication : Starting application on eng-rafael with PID 27752 (/home/rafael/apache-tomcat-8.0.20/webapps/spring-web/WEB-INF/lib/spring-boot-1.1.8.RELEASE.jar started by rafael in /home/rafael/apache-tomcat-8.0.20/bin)
2015-03-25 09:34:06.802 INFO 27752 — [ost-startStop-1] ationConfigEmbeddedWebApplicationContext : Refreshing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@4796341f: startup date [Wed Mar 25 09:34:06 BRT 2015]; root of context hierarchy
2015-03-25 09:34:06.841 INFO 27752 — [ost-startStop-1] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 39 ms
2015-03-25 09:34:06.858 INFO 27752 — [ost-startStop-1] o.s.b.c.embedded.FilterRegistrationBean : Mapping filter: ‘errorPageFilter’ to: [/*]
2015-03-25 09:34:06.861 INFO 27752 — [ost-startStop-1] o.s.boot.SpringApplication : Started application in 0.601 seconds (JVM running for 2.79)
25-Mar-2015 09:34:06.882 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive /home/rafael/apache-tomcat-8.0.20/webapps/spring-web.war has finished in 2,235 ms
25-Mar-2015 09:34:06.882 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/rafael/apache-tomcat-8.0.20/webapps/ROOT
25-Mar-2015 09:34:06.893 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/rafael/apache-tomcat-8.0.20/webapps/ROOT has finished in 11 ms
25-Mar-2015 09:34:06.894 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/rafael/apache-tomcat-8.0.20/webapps/manager
25-Mar-2015 09:34:06.913 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/rafael/apache-tomcat-8.0.20/webapps/manager has finished in 19 ms
25-Mar-2015 09:34:06.913 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/rafael/apache-tomcat-8.0.20/webapps/host-manager
25-Mar-2015 09:34:06.927 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/rafael/apache-tomcat-8.0.20/webapps/host-manager has finished in 14 ms
25-Mar-2015 09:34:06.928 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/rafael/apache-tomcat-8.0.20/webapps/docs
25-Mar-2015 09:34:06.939 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/rafael/apache-tomcat-8.0.20/webapps/docs has finished in 11 ms
25-Mar-2015 09:34:06.939 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/rafael/apache-tomcat-8.0.20/webapps/examples
25-Mar-2015 09:34:07.106 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/rafael/apache-tomcat-8.0.20/webapps/examples has finished in 167 ms
25-Mar-2015 09:34:07.120 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler [“http-nio-8080”]
25-Mar-2015 09:34:07.124 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler [“ajp-nio-8009”]
25-Mar-2015 09:34:07.125 INFO [main] org.apache.catalina.startup.Catalina.start Server startup in 2517 ms