on 1/30/01 11:48 AM, "Magnús Þór Torfason" <[EMAIL PROTECTED]> wrote:
> // Init Turbine
> TurbineConfig config = new TurbineConfig(
> "../webapps/infopoint","/WEB-INF/conf/TurbineResources.properties"
> );
> Turbine turbine = new Turbine();
> turbine.init(config);
Should be:
TurbineConfig config = new TurbineConfig(
"../webapps/infopoint","/WEB-INF/conf/TurbineResources.properties"
);
config.init();
Also, make SURE that your TR.props file has been updated with the new
logging stuff as well as the other TR.props changes that I made the other
day...
-jon
--
Honk if you love peace and quiet.
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?: [EMAIL PROTECTED]