Marc, I haven't been paying attention to the full details of the post. In case it helps, here are all the lines from my TR.props that make reference to intake (turbine 2.1):
services.IntakeService.classname=org.apache.turbine.services.intake.TurbineI ntakeService tool.request.intake=org.apache.turbine.services.intake.IntakeTool services.IntakeService.xml.path=WEB-INF/conf/intake.xml I am curious to know if you are still receiving the message concerning the double initialization of turbine. If you are then I suggest you try and fix the double init before approaching the intake problem as there may well be some interaction between the two problems (with the second being a consequence of the first). HTH, Scott -- Scott Eade Backstage Technologies Pty. Ltd. http://www.backstagetech.com.au > From: "Marc Lustig" <[EMAIL PROTECTED]> > Reply-To: "Turbine Users List" <[EMAIL PROTECTED]> > Date: Tue, 24 Sep 2002 11:30:19 +0200 > To: "Turbine Users List" <[EMAIL PROTECTED]> > Subject: AW: AW: AW: error instantiating Intake with T2.2 > > >> # I N T A K E S E R V I C E >> # >> # ------------------------------------------------------------------- >> # The location of the xml file specifying valid inputs >> # >> # Example: org.foo.bar.MyClassLoader, org.ack.joe.YourClassLoader > > Sorry, it was mistake, I have this entry, of course. > It is > services.IntakeService.classname=org.apache.turbine.services.intake.TurbineI > ntakeService > > Interesting enough, when I remove intake.xml from web-inf/conf/ the same > error occurs. > It seems the file cannot be found at all. > > I also tried Backslash > services.IntakeService.xml.path=WEB-INF\conf\intake.xml > and > services.IntakeService.xml.path=f:/tdk22/webapps/audiotex/WEB-INF/conf/intak > e.xml > and > services.IntakeService.xml.path=f:\tdk22\webapps\audiotex\WEB-INF\conf\intak > e.xml > > with all having no effect. > > Even services.IntakeService.xml.path=WEB-INF\conf\blah.xml produces the same > effect. > > So I would guess the error occurs somewhere before the file is loaded. > > Marc > > > -- > 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]>
