Hi, 
 
I am running velocity within a web container (Tomcat) for templating of
some configuration files. I configure Velocity properties and run call
init as follows:
 

Velocity.setProperty("resource.loader", "class");
Velocity.setProperty("class.resource.loader.class","org.apache.velocity.
runtime.resource.loader.ClasspathResourceLoader";
Velocity.init();

The problem is Velocity.init() never returns. 

Everything works fine in my standalone unit tests.

Anyone have any ideas?

Thanks




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

Reply via email to