Dharmendra,

kill -3 tomcat_pid(*NIX - look in catalina.out after that) or use jstack(Java 1.5) to capture a stack trace dump and post the stack trace.

Dharmendra Desai (dhdesai) wrote:
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]



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

Reply via email to