Has anyone run across this issue? 

org.apache.jasper.JasperException: Can't get definitions factory from 
context.

I realize the app can not locate the tiles-defs.xml but nit sure why. I 
have never really had this problem before.

My Struts-Config.xml plug-in section looks like


<plug-in className="org.apache.struts.validator.ValidatorPlugIn">
        <set-property property="pathnames" 
value="/WEB-INF/validator-rules.xml,         /WEB-INF/validation.xml"/>
</plug-in>
<plug-in className="org.apache.struts.tiles.TilesPlugin">
        <set-property property="definitions-config" 
value="/WEB-INF/tiles-defs.xml"/>
        <set-property property="definitions-debug" value="2"/>
        <set-property property="definitions-parser-details" value="2"/>
        <set-property property="definitions-parser-validate" 
value="true"/>
</plug-in> 

Thanks,
Kevin

Reply via email to