I'm sorry I haven't be clear enough. By "environment", I only meant the way you are using Velocity: within a standalone java application or inside a web framework of any kind.
If you are using Velocity from a standalone java application, then have a look at the javadoc for the VelocityEngine class: http://velocity.apache.org/engine/releases/velocity-1.5/apidocs/index.html If you are using VelocityTools, then check the javadoc for the VelocityViewServlet class: http://velocity.apache.org/tools/releases/1.4/javadoc/index.html If you are using Velocity within another third party framework, then please refer to its documentation. Claude Le mercredi 02 janvier 2008 à 11:35 +0600, ZEESHAN a écrit : > Which way i can specify the velocity configuration file pathnames to each > velocity instance , and does it depends on my environment ??. > > -- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
