> # 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]>
