ok, so the if you just want to debug, allow these suggestions.

1) not sure if it was a copy/paste, but if it is there is a double >>
<param-value>>/WEB-INF/velocity.properties</param-value>

2) check that your properties are being loaded.
System.out.println("runtime.log = " + new VelocityEngine().getProperty("runtime.log"));


3) check that you root path is what you think it is.
System.out.println("default path = " + new File("/").getAbsolutePath());

other points, not really related....

4) you mentioned you are using eclipse, pay attention to the warnings. it will show stuff like the double ;; and the imports, which are easy to clean with an organize imports (ctrl + shift + o)

5) likewise checkout veloeclipse for your templates
Help -> Software Updates -> Find and Install... -> Search for new features to install -> Add Update Site... ->

Name : Veloeclipse

URL: http://propsorter.sourceforge.net/veloeclipse


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

Reply via email to