Hi all, I downloaded tiles (nov 2, 2001 build) and deployed the examples in tomcat4.01. The tiles-doc and tiles-channel applications work fine. The problem is with the tiles-template, which returns a empty page. Here is the output in tomcat log for tiles-template:
2002-01-07 09:40:08 StandardHost[localhost]: Installing web application at context path /tiles-template from URL jar:file:C:\Java\apache\jakarta\jakarta-tomcat-4.0.1\webapps\tiles-template.war!/ 2002-01-07 09:40:08 WebappLoader[/tiles-template]: Deploying class repositories to work directory C:\Java\apache\jakarta\jakarta-tomcat-4.0.1\work\localhost\tiles-template 2002-01-07 09:40:08 WebappLoader[/tiles-template]: Deploy JAR /WEB-INF/lib/commons-beanutils.jar to c:\java\apache\jakarta\jakarta-tomcat-4.0.1\webapps\tiles-template\WEB-INF\lib\commons-beanutils.jar 2002-01-07 09:40:08 WebappLoader[/tiles-template]: Deploy JAR /WEB-INF/lib/commons-collections.jar to c:\java\apache\jakarta\jakarta-tomcat-4.0.1\webapps\tiles-template\WEB-INF\lib\commons-collections.jar 2002-01-07 09:40:08 WebappLoader[/tiles-template]: Deploy JAR /WEB-INF/lib/commons-digester.jar to c:\java\apache\jakarta\jakarta-tomcat-4.0.1\webapps\tiles-template\WEB-INF\lib\commons-digester.jar 2002-01-07 09:40:08 WebappLoader[/tiles-template]: Deploy JAR /WEB-INF/lib/struts.jar to c:\java\apache\jakarta\jakarta-tomcat-4.0.1\webapps\tiles-template\WEB-INF\lib\struts.jar 2002-01-07 09:40:08 WebappLoader[/tiles-template]: Deploy JAR /WEB-INF/lib/tiles.jar to c:\java\apache\jakarta\jakarta-tomcat-4.0.1\webapps\tiles-template\WEB-INF\lib\tiles.jar 2002-01-07 09:40:08 StandardManager[/tiles-template]: Seeding random number generator class java.security.SecureRandom 2002-01-07 09:40:08 StandardManager[/tiles-template]: Seeding of random number generator has been completed 2002-01-07 09:40:09 ContextConfig[/tiles-template]: Added certificates -> request attribute Valve 2002-01-07 09:40:09 StandardWrapper[/tiles-template:default]: Loading container servlet default 2002-01-07 09:40:09 default: init 2002-01-07 09:40:09 StandardWrapper[/tiles-template:invoker]: Loading container servlet invoker 2002-01-07 09:40:09 invoker: init 2002-01-07 09:40:09 jsp: init 2002-01-07 09:40:28 jsp: init 2002-01-07 09:40:28 jsp: init 2002-01-07 09:40:28 jsp: init 2002-01-07 09:40:28 jsp: init 2002-01-07 09:40:28 jsp: init 2002-01-07 09:40:28 jsp: init 2002-01-07 09:40:28 jsp: init 2002-01-07 09:40:28 jsp: init 2002-01-07 09:40:28 jsp: init 2002-01-07 09:40:28 jsp: init 2002-01-07 09:40:28 jsp: init 2002-01-07 09:40:28 jsp: init 2002-01-07 09:40:28 jsp: init 2002-01-07 09:40:28 jsp: init 2002-01-07 09:40:28 jsp: init 2002-01-07 09:40:29 jsp: init 2002-01-07 09:40:29 jsp: init 2002-01-07 09:40:29 jsp: init 2002-01-07 09:40:37 jsp: init Notice there are multiple jsp:init lines. Could that mean something is not right. Please help! Thanks! ct __________________________________________________ Do You Yahoo!? Send FREE video emails in Yahoo! Mail! http://promo.yahoo.com/videomail/ -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
