Hi,
I can see there is an argument
going on at the moment, but if anyone has time….
I now have installed the
following:
JDK 1.3
Cocoon 2.0.4
Tomcat 4.0.6
Apache 2.0.42
And they are all working!
J
I had previously had installed
Cocoon 1.3 and tomcat 3.3a, and I put a simple soundpool example in the
webapps directory. This displayed only the source code of the xml file, hence
the upgrade.
I have got all the new versions
installed and I have put the same example in the webapps directory in tomcat
again, and tried viewing it through Internet Explorer 6. It is coming up with
the following error:
Apache Tomcat/4.0.6 - HTTP
Status 404 - /soundpool/soundpool.xml
type Status report
message
/soundpool/soundpool.xml
description The requested resource
(/soundpool/soundpool.xml) is not available.
I have put the following code in
my sitemap under pipelines:
<!-- soundpool
-->
<map:pipeline>
<map:match pattern="soundpool/soundpool">
<map:generate src=""/>
<map:transform
src=""/>
<map:serialize/>
</map:match>
</map:pipeline>
I’m sure this is a really
simple problem to fix.
Thanks,
Richard.