Hi velocity list, its me again.
Since currently im not deploying templates in EAR files ...
I have several web contexts in my tomcat server, and I want each contexts
templates to be loaded from a different path.
what are my options ?
I see that even though I supply different velocity.properties file for each
context, each containing another setting for
resource.loader.1.resource.path, only the first context to be run loads the
prop file so it looks for templates only in one place (I guess the servlet
checks to see if it has already loaded the file).
So, in other words, How do I start more than one VelocityServlet on a
servlet runner ?
Shahar.