Ver Mensaje Individual
  #2 (permalink)  
Antiguo 14/12/2012, 13:45
abulon81
 
Fecha de Ingreso: mayo-2010
Mensajes: 99
Antigüedad: 14 años
Puntos: 5
Respuesta: spring tiles no se ve

En el log del tomcat solo me carga esto:

- The APR based Apache Tomcat Native library which allows optimal performance in production C:\Archivos de programa\Java\jdk1.5.0_06\bin;;C:\Archivos de programa\JavaFX\javafx-sdk1.1\emulator\bin;C:\WINDOWS\system32;C:\WINDOWS ;C:\WINDOWS\System32\Wbem;C:\Archivos de programa\Microsoft Visual Studio 8\Common7\IDE\PrivateAssemblies\;C:\apache-tomcat-5.5.35\common\lib\
- Inicializando Coyote HTTP/1.1 en puerto http-8090
- Initialization processed in 1186 ms
- Arrancando servicio Catalina
- Starting Servlet Engine: Apache Tomcat/5.5.35
- Desactivada la validación XML
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/C:/apache-tomcat-5.5.35/common/lib/slf4j-jdk14-1.5.8.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/C:/apache-tomcat-5.5.35/common/lib/slf4j-log4j12-1.5.6.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/C:/Documents%20and%20Settings/RD89134/Escritorio/Proyecto/ccMexSpring/.deployables/ccMexSpring/WEB-INF/lib/slf4j-jdk14-1.5.8.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/C:/Documents%20and%20Settings/RD89134/Escritorio/Proyecto/ccMexSpring/.deployables/ccMexSpring/WEB-INF/lib/slf4j-log4j12-1.5.6.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
14/12/2012 04:46:16 PM org.apache.catalina.core.ApplicationContext log
INFO: Initializing Spring FrameworkServlet 'Spring MVC Dispatcher Servlet'
14/12/2012 04:46:16 PM org.springframework.web.servlet.FrameworkServlet initServletBean
INFO: FrameworkServlet 'Spring MVC Dispatcher Servlet': initialization started
14/12/2012 04:46:16 PM org.springframework.context.support.AbstractApplic ationContext prepareRefresh
INFO: Refreshing WebApplicationContext for namespace 'Spring MVC Dispatcher Servlet-servlet': startup date [Fri Dec 14 16:46:16 GMT 2012]; root of context hierarchy
14/12/2012 04:46:16 PM org.springframework.beans.factory.xml.XmlBeanDefin itionReader loadBeanDefinitions
INFO: Loading XML bean definitions from ServletContext resource [/WEB-INF/springmvc-config.xml]
14/12/2012 04:46:18 PM org.springframework.beans.factory.support.DefaultL istableBeanFactory preInstantiateSingletons
INFO: Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultL istableBeanFactory@1c18a4c: defining beans [homeControlador,org.springframework.context.annota tion.internalConfigurationAnnotationProcessor,org. springframework.context.annotation.internalAutowir edAnnotationProcessor,org.springframework.context. annotation.internalRequiredAnnotationProcessor,vie wResolver,tilesConfigurer,viewResolver1]; root of factory hierarchy
14/12/2012 04:46:18 PM org.springframework.web.servlet.view.tiles2.TilesC onfigurer setDefinitions
INFO: TilesConfigurer: adding definitions [/WEB-INF/views.xml]
14/12/2012 04:46:18 PM org.apache.tiles.context.AbstractTilesApplicationC ontextFactory createFactory
INFO: Initializing Tiles2 application context. . .
14/12/2012 04:46:18 PM org.apache.tiles.context.AbstractTilesApplicationC ontextFactory createFactory
INFO: Finished initializing Tiles2 application context.
14/12/2012 04:46:18 PM org.apache.tiles.access.TilesAccess setContainer
INFO: Publishing TilesContext for context: org.springframework.web.servlet.view.tiles2.Spring TilesApplicationContextFactory$SpringWildcardServl etTilesApplicationContext
14/12/2012 04:46:19 PM org.springframework.web.servlet.handler.AbstractUr lHandlerMapping registerHandler
INFO: Mapped URL path [/home] onto handler [com.controlador.HomeControlador@135f44e]
14/12/2012 04:46:19 PM org.springframework.web.servlet.handler.AbstractUr lHandlerMapping registerHandler
INFO: Mapped URL path [/home.*] onto handler [com.controlador.HomeControlador@135f44e]
14/12/2012 04:46:19 PM org.springframework.web.servlet.handler.AbstractUr lHandlerMapping registerHandler
INFO: Mapped URL path [/home/] onto handler [com.controlador.HomeControlador@135f44e]
14/12/2012 04:46:19 PM org.springframework.web.servlet.FrameworkServlet initServletBean
INFO: FrameworkServlet 'Spring MVC Dispatcher Servlet': initialization completed in 3326 ms
- Arrancando Coyote HTTP/1.1 en puerto http-8090
- JK: ajp13 listening on /0.0.0.0:8019
- Jk running ID=0 time=0/63 config=null
- Find registry server-registry.xml at classpath resource
- Server startup in 5371 ms
14/12/2012 04:46:20 PM com.controlador.HomeControlador showHome
INFO: in home...

Y la pagina que me muestra es la de Home.jsp pero sin los tiles
Que podria estar haciendo mal, les agradezco me orientaran