0 Replies Latest reply on Mar 20, 2004 9:42 AM by eldorsen

    Velocity: Setting template foler

    eldorsen

      We're trying to get a simple servlet running using JBoss 3.0.8 & Velocity 1.3.1.
      Our trouble occurs in the velocity.properties file, when attempting to set
      the file.resource.loader.path = /WEB-INF/templates in the velocity.properties file. This results in a message "Unable to find resource 'hello.vm' ". However, we're able to make it work if we specify a full path (e.g. file.resource.loader.path = D:/webapps/templates)

      Any help will be appreciated.