Mats, Just a suggestion - but I would go ahead and get the TDK example going. I've just started with Turbine myself and there are enough issues that you may not want to compound them by "flying blind". Gotta crawl before you can work. I had good luck installing and running the TDK. You can then use that as a "learning" template, making small changes, as you work out what you will need to do for your app.
As for the db setting in tr.props I don't think you need to worry about these at first. At worst they will be setting up a db connections pool which you won't use since you have no code calling torque. But I might be wrong here. Anyone else? Dan Mats Palats wrote: > Hi, > I need some help getting started with turbine. > I was unable to setup the sample app the came with the dist, > acutally I'm not sure I want to use it. > The reason for this is that I don't want turbine to handle any database > access at all, since I've allready written a javabean that handles this > fine. > > I'm now trying to setup my own application but I'm wondering what I > should do with the database settings in Turbine.properties. > > I copied it from the example app dir and changed some settings. > > I've written the helloworld example from > http://jakarta.apache.org/turbine/turbine-2/howto/velocity-site-howto.html > > but I get a 404 file not found when trying to access > /servlet/Turbine/template/HelloWorld.vm > > I've setup the context in server.xml. > > Some help would really be appreciated since I'm really excited about > using turbine together with velocity. > > A link to a page with a guide to setting up the properties file and > where to place the different files in my application would > also be nice, I've looked but haven't found any help on that. > > //Mats > > _________________________________________________________________ > MSN Hotmail �r v�rldens popul�raste e-posttj�nst. Skaffa dig ett eget > konto du ocks�: http://www.hotmail.com > > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
