Hi all,
I am new to tiles... so please bare with me.
I downloaded Apache Tiles ver 2.2.1 and started the tutorial.
Following is the Tomcat initialization log inidcating usage of deprecated
classes... (in red).
What's causing this? is it a certain configuration i'm support to change?
Another issue is the fact that a Tiles ContextFactory class is not found...
Is that an expected behavior, what should I do with it?
May 1, 2010 4:30:59 AM org.apache.tomcat.util.digester.SetPropertiesRule
begin
WARNING: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting
property 'source' to 'org.eclipse.jst.jee.server:test-jsp' did not find a
matching property.
May 1, 2010 4:30:59 AM org.apache.coyote.http11.Http11Protocol init
INFO: Initializing Coyote HTTP/1.1 on http-8080
May 1, 2010 4:30:59 AM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 528 ms
May 1, 2010 4:30:59 AM org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
May 1, 2010 4:30:59 AM org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/6.0.26
15 [main] INFO
org.apache.tiles.context.AbstractTilesApplicationContextFactory -
Initializing Tiles2 application context. . .
31 [main] WARN
org.apache.tiles.context.ChainedTilesApplicationContextFactory - Cannot find
TilesContextFactory class
org.apache.tiles.portlet.context.PortletTilesApplicationContextFactory
31 [main] INFO
org.apache.tiles.context.AbstractTilesApplicationContextFactory - Finished
initializing Tiles2 application context.
31 [main] WARN
org.apache.tiles.context.ChainedTilesApplicationContextFactory - Cannot find
TilesContextFactory class
org.apache.tiles.portlet.context.PortletTilesApplicationContextFactory
62 [main] WARN org.apache.tiles.factory.TilesContainerFactory - DEPRECATION
WARNING! You are using parameter-based initialization, that is no
longer supported!
Please see docs:
http://tiles.apache.org/framework/tutorial/configuration.html
62 [main] INFO org.apache.tiles.factory.TilesContainerFactory - Initializing
Tiles2 container. . .
62 [main] WARN
org.apache.tiles.context.ChainedTilesApplicationContextFactory - Cannot find
TilesContextFactory class
org.apache.tiles.portlet.context.PortletTilesApplicationContextFactory
62 [main] WARN org.apache.tiles.context.ChainedTilesRequestContextFactory -
Cannot find TilesRequestContextFactory class
org.apache.tiles.portlet.context.PortletTilesRequestContextFactory
94 [main] INFO org.apache.tiles.factory.TilesContainerFactory - Tiles2
container initialized
94 [main] INFO org.apache.tiles.access.TilesAccess - Publishing TilesContext
for context: org.apache.tiles.servlet.context.ServletTilesApplicationContext
May 1, 2010 4:31:00 AM org.apache.coyote.http11.Http11Protocol start
INFO: Starting Coyote HTTP/1.1 on http-8080
May 1, 2010 4:31:00 AM org.apache.jk.common.ChannelSocket init
INFO: JK: ajp13 listening on /0.0.0.0:8009
May 1, 2010 4:31:00 AM org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/47 config=null
May 1, 2010 4:31:00 AM org.apache.catalina.startup.Catalina start
INFO: Server startup in 558 ms
Thanks