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
R
rafaeloliveiraino
Então olhei ele e aparentemente esta tudo OK.
Spring.log
2015-03-2509:34:06.781INFO27752[localhost-startStop-1]—o.s.boot.SpringApplication:Startingapplicationoneng-rafaelwithPID27752(/home/rafael/apache-tomcat-8.0.20/webapps/spring-web/WEB-INF/lib/spring-boot-1.1.8.RELEASE.jarstartedbyrafaelin/home/rafael/apache-tomcat-8.0.20/bin)2015-03-2509:34:06.802INFO27752[localhost-startStop-1]—ationConfigEmbeddedWebApplicationContext:Refreshingorg.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@4796341f:startupdate[WedMar2509:34:06BRT2015];rootofcontexthierarchy2015-03-2509:34:06.841INFO27752[localhost-startStop-1]—o.s.web.context.ContextLoader:RootWebApplicationContext:initializationcompletedin39ms2015-03-2509:34:06.858INFO27752[localhost-startStop-1]—o.s.b.c.embedded.FilterRegistrationBean:Mappingfilter:‘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-2509:34:06.781INFO27752—[ost-startStop-1]o.s.boot.SpringApplication:Startingapplicationoneng-rafaelwithPID27752(/home/rafael/apache-tomcat-8.0.20/webapps/spring-web/WEB-INF/lib/spring-boot-1.1.8.RELEASE.jarstartedbyrafaelin/home/rafael/apache-tomcat-8.0.20/bin)2015-03-2509:34:06.802INFO27752—[ost-startStop-1]ationConfigEmbeddedWebApplicationContext:Refreshingorg.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@4796341f:startupdate[WedMar2509:34:06BRT2015];rootofcontexthierarchy2015-03-2509:34:06.841INFO27752—[ost-startStop-1]o.s.web.context.ContextLoader:RootWebApplicationContext:initializationcompletedin39ms2015-03-2509:34:06.858INFO27752—[ost-startStop-1]o.s.b.c.embedded.FilterRegistrationBean:Mappingfilter:‘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 ms25-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/ROOT25-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 ms25-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/manager25-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 ms25-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-manager25-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 ms25-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/docs25-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 ms25-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/examples25-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 ms25-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