This content has been marked as final. 
    
Show                 2 replies
    
- 
        1. Re: Velocity issue with JBOSS EAPjfclere Mar 26, 2013 8:45 AM (in response to amittelang1976)Caused by: java.io.FileNotFoundException: velocity.log (Permission denied) Probably you need to adjust permissions in the directory where the log file should go. 
- 
        2. Re: Velocity issue with JBOSS EAPamittelang1976 Mar 26, 2013 11:14 AM (in response to jfclere)1 of 1 people found this helpfulHi, I have resolved this issue by adding key value pairs of map as a property under velocity entry of applicationContext.xml. <entry key="runtime.log.logsystem.class" 
 value="org.apache.velocity.runtime.log.SimpleLog4JLogSystem"></entry>After including its not complaining about the issue. Thanks, Amit 
 
    