It looks like you requested /soundpool/soundpool.xml but your pipeline is set up to match /soundpool/soundpool -- note also that a trailing slash here will also fail.
When you say it's all working, do you meant that /cocoon/ gives you the cocoon output? Also, when you say you've placed your example in the webapps directory, can you give more detailed steps? Before we get off on a rabbit trail I want to make sure it's not something simple. There are some changes between 1.x and 2.x that could also be at work. Geoff -----Original Message----- From: Richard Cunliffe [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 30, 2003 8:34 AM To: [EMAIL PROTECTED] Subject: Apache Tomcat/4.0.6 - HTTP Status 404 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="soundpool.xml"/> <map:transform src="soundpool.xsl"/> <map:serialize/> </map:match> </map:pipeline> I'm sure this is a really simple problem to fix. Thanks, Richard. --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html> To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail: <[EMAIL PROTECTED]>