Title: TDK
There are some problems running on windows systems, these will hopefullly be fixed in the next TDK.
 
Until then you can use this quick hack: (This exampel is assuming you have the TDK installed in d:/tdk-1.1a5)
-------
edit velocity.properties
 
replace  runtime.log=system
with       runtime.log = /d:/tdk-1.1a5/webapps/newapp/logs/velocity.log
(Remember the slash in front of your drive letter)
 
replace template.path=system
with      template.path=d:/tdk-1.1a5/webapps/newapp/templates
--------
 
You will still get a warning but you should get something in your browser.
 
 
- Kasper
 
----- Original Message -----
Sent: Thursday, October 26, 2000 2:23 PM
Subject: TDK

Hi all,

This week at ApacheCon, I got infected by the enthusiasm Jon showed there. So I decided to have a look at Turbine. Especially the TDK-feature (know nothing, do everything) appealed to me :-) It seemed a good way to decide if Turbine was really something I could use.

Now I've installed the TDK (tdk-1.1a6), but when surfing to http://localhost:8080/test/servlet/test I get a blank page. On the tomcat console, this message appears:

Error=Failed to set up Velocity templates:
Error=An error occurred while rendering template /screens//index.vm:
null
Error=An error occurred while rendering template layouts/default.vm:
null

Could anybody give a hand on this one?

Thanks,

tomK

Reply via email to