try to check the sitemap.xmap file under the cocoon sub cheers...
<map:pipeline> <map:match pattern=""> <map:redirect-to uri="welcome"/> </map:match> <map:match pattern="welcome"> <map:generate src="docs/samples/samples.xml"/> <!-- The first 'real' pipeline. The default generator reads from "docs/samples/samples.xml" and emits SAX events down the pipeline. Here, the default generator just reads XML from a file, parses it and generates SAX events while it does so. --> <!-- <map:select> <map:when test="wap"> <map:transform src="stylesheets/simple-samples2html.xsl"/> </map:when> <map:when test="netscape"> <map:transform src="stylesheets/simple-samples2html.xsl"/> </map:when> <map:otherwise> <map:transform src="stylesheets/simple-samples2html.xsl"/> </map:otherwise> </map:select> --> <map:transform src="stylesheets/simple-samples2html.xsl"/> <!-- These events are consumed by the default transformer, which uses "stylesheets/simple-samples2html.xsl" as parameter. Since here the default transformer is an XSLT transformer, the above stylesheet is applied. As soon as some of the transformation's result is determined, new SAX events are emitted down the pipeline. --> <map:serialize/> <!-- Finally, those SAX events are consumed by the default serializer, assembling a character stream from them which is send to the client. Once a serializer is encountered when assembling the pipeline, the setup stops and the pipeline is fired up. --> </map:match> -----Original Message----- From: Uy Hoang [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 20, 2001 8:59 AM To: '[EMAIL PROTECTED]' Subject: newbie needs help My experience with Tomcat is minimal and I'm using Cocoon for the first time, so please bear with me. I've installed both Tomcat and Cocoon and was able to get http://localhost:8080/cocoon/welcome to display all the links. However, I'm at a lost in trying to figure out where some these files are stored. To begin with, I can't find the directory "welcome" from http://localhost:8080/cocoon/welcome anywhere in "{TOMCAT_HOME}\webapps\cocoon". I was able to figure out that http://localhost:8080/cocoon/xsp/simple is "{TOMCAT_HOME}\webapps\cocoon\docs\samples\xsp\simple.xsp" but how does Tomcat map to that? Thanks, Uy Hoang --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faqs.html> To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail: <[EMAIL PROTECTED]> --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faqs.html> To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail: <[EMAIL PROTECTED]>