I suggest putting the intake.dtd file in some place in the file system, for instance into the tomcat directory. In your inatake.xml put something like this as you document type section: <!DOCTYPE input-data SYSTEM "file:///absolute-path-to-your-intake-DTD-file/intake.dtd">
i.e <!DOCTYPE input-data SYSTEM "file:///usr/local/tomcat/dtd/intake.dtd"> It works! I guarantee... Best Regards BG> Hi, BG> I'm trying to get the (coupled/non-Fulcrum) TurbineIntakeService running BG> under Turbine 2.2 b1, but it will not initialise because it cannot find BG> the Intake DTD. BG> I've traced the problem to Intake attempting to load the "intake.dtd" BG> file as a resource from a .jar. BG> The turbine-2.2b1.jar includes the DTD, but later versions BG> (turbine-2.2-b1.jar, turbine-2.2-b2-dev.jar) do not. BG> Even with the turbine-2.2b1.jar file in WEB-INF/lib, Intake still will BG> not find the DTD and throws an Exception. BG> Has anyone encountered/resolved this issue? BG> Should the DTD be included in the later version jars? Is there a reason BG> it was removed? BG> Any help would be appreciated as I'm currently stuck; I can't get either BG> the Turbine, or the Fulcrum versions of Intake working. BG> Thanks, BG> Brett BG> -- BG> Brett Gullan BG> [EMAIL PROTECTED] BG> -- BG> To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> BG> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> ______________________________________ Leksiu ([EMAIL PROTECTED]) -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
