It's more of an internal piece.  So the javadoc will be your best
source of info.  We really should mention it in Velocity Engine's
resource loader docs...

http://velocity.apache.org/tools/devel/javadoc/org/apache/velocity/tools/view/servlet/WebappLoader.html

On 7/23/07, Philipp Leusmann <[EMAIL PROTECTED]> wrote:
Thanks for this hint, Nathan.
But why can´t I find anything about the webappLoader in the
Velocity(Tools) documentation?

Regards,
 Philipp

Nathan Bubna schrieb:
> You should probably use the WebappLoader in the VelocityTools project.
> It has all the perks of the FileResourceLoader, while only requiring
> servlet context relative paths.  :)
>
> On 7/22/07, Philipp Leusmann <[EMAIL PROTECTED]> wrote:
>> Hi,
>>
>> I am trying to use the ClasspathResourceLoader in my project. All my
>> templates are in WEB-INF/classes.
>> The problem is, that changes to the templates are not used without
>> restarting Tomcat, which makes it very difficult to develop.
>> Here is my velocity.properties:
>>
>> resource.loader=class
>> class.resource.loader.description = Velocity Classpath Resource Loader
>> class.resource.loader.class =
>> org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
>> class.resource.loader.cache = false
>> class.resource.loader.modificationCheckInterval = 5
>> velocimacro.library.autoreload=true
>> runtime.log.logsystem.class =
>> org.apache.velocity.runtime.log.Log4JLogChute
>>
>> Is this known behaviour for the ClassPathResourceLoader? Or did I made a
>> mistake in the configuration? I tried using the FileResourceLoader
>> before, and it worked, but I didn´t like to specify absolute paths
>> for that.
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to