Hi We are facing a problem of running an application in Struts using Tiles on the Tomcat running on linux . WE have ran the application on Windows and it is working absolutely fine but when we are trying it to run on Linux we are not able to call Action Servlet and got the error. Then we debuged the application and found if we dont use the Tiles then it works fine, but as soon as we are trying to run the application with tiles it just hang on.
Following are the some of the major contents of log file which has been generated when we used tiles 2003-11-27 17:57:05 ApplicationDispatcher[/efit]: Servlet action is currently unavailable 2003-11-27 17:59:49 StandardHost[localhost]: Removing web application at context path /webdav 2003-11-27 17:59:51 StandardHost[localhost]: Removing web application at context path /examples 2003-11-27 17:59:52 StandardHost[localhost]: Removing web application at context path /efit 2003-11-27 17:59:53 StandardHost[localhost]: Removing web application at context path /jamesj2ee 2003-11-27 17:59:53 StandardHost[localhost]: Removing web application at context path /efitAdmin_20Nov 2003-11-27 17:59:55 StandardHost[localhost]: Removing web application at context path /manager 2003-11-27 17:59:55 StandardHost[localhost]: Removing web application at context path /efitAdmin_old 2003-11-27 17:59:57 action: Error - TilesRequestProcessor : Definition Factory not found for subapp ''. Do you have declared appropriate plugin in struts-config.xml ? 2003-11-27 17:59:58 StandardHost[localhost]: Removing web application at context path /efitAdmin_old20Nov 2003-11-27 17:59:59 StandardHost[localhost]: Removing web application at context path /efitAdmin_29_10_2003 2003-11-27 18:00:00 action: Error - TilesRequestProcessor : Definition Factory not found for subapp ''. Do you have declared appropriate plugin in struts-config.xml ? 2003-11-27 18:00:00 StandardHost[localhost]: Removing web application at context path /tomcat-docs 2003-11-27 18:00:00 StandardHost[localhost]: Removing web application at context path /efitAdmin_Nov24,2003 2003-11-27 18:00:01 StandardHost[localhost]: Removing web application at context path /efitAdmin 2003-11-27 18:00:04 StandardHost[localhost]: Removing web application at context path 2003-11-27 18:13:33 WebappLoader[/manager]: Deploying class repositories to work directory /home/ashish/tomcat/jakarta-tomcat-4.0.6/work/Standalone/localhost/manager 2003-11-27 18:13:33 StandardManager[/manager]: Seeding random number generator class java.security.SecureRandom 2003-11-27 18:13:33 StandardManager[/manager]: Seeding of random number generator has been completed ARe we missing something on Linux server which is required to make Tiles run . Any help will be of great use. Regards Gary

