Another question... I'm making some progress to getting 2.3.3 up and running. However, I sit behind a nasty firewall.
With 2.3.2 the intake service would start and run happily behind the firewall. With 2.3.3, I'm hitting a wall --- turbine.log: INFO org.apache.turbine.services.intake.transform.DTDResolver - Resolver: used System DTD for http://jakarta.apache.org/turbine/dtd/intake_2_3.dtd --- However, lsof reports: java 4363 painter 99u IPv6 16075 TCP 192.168.0.29:54960->eos.apache.org:www (SYN_SENT) and the application simply hangs :-( I can disable the Intake service in TurbineResources.properties and the application comes up, but I make heavy use of Intake and so this is a non-starter. How can I make Turbine 2.3.3 Intake service use the local dtd rather than trying to go out and find one online? When I explode the turbine-2.3.3.jar, I see there it contains a copy of intake.dtd, but it is not referenced as intake_2_3.dtd I tried to modify my project-intake.xml to reference just intake.dtd, but this made no difference. It is still trying to load externally Thanks, Jeff --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
