Ricardo Coutinho wrote:
I am at the beginning of an attempt to port a cocoon implementation from
websphere to tomcat. When trying to access a page I am getting the following
error on the screen and :
...
Message: Premature end of file.
...
Request URI
activity/cdm/search/all/Search

Search the pipeline which was matched for this URI and post it. As a first rough guess, I'd say the XML source has a syntax problem which slipped through in the WebSphere parser (which WS version did you use?), perhaps the XML declaration, a PI or comment or the DOCTYPE decl was not properly closed. Check for stuff like <?xml version="1.0'?> (different quotes) and the like. It could also be an encoding problem.

J.Pietschmann



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to