2007/10/26, Hans Hedung <[EMAIL PROTECTED]>:
>
> <!-- ========== Tiles Definitions =========================== -->
> <plug-in className="org.apache.struts.tiles.TilesPlugin">
> <set-property property="definitions-config"
> value="/WEB-INF/conf/tiles-defs.xml, /WEB-INF/conf/tiles-defs-store.xml,
> /WEB-INF/conf/tiles-defs-admin.xml, /WEB-INF/conf/tiles-defs-report.xml,
> /WEB-INF/conf/tiles-defs-person.xml"/>
> <set-property property="moduleAware" value="true" />
> <set-property property="definitions-parser-validate" value="true" />
> </plug-in>



Doh! It seems all ok! Try to lower to DEBUG the logging level (Struts uses
commons-logging, so if you are using Log4j you have to modify your
log4j.properties file) and see what happens at startup.

Antonio

Reply via email to