I'm new to this myself but lets see if I can help :)
It's done with the sitemap.xmap file
Look in {TOMCAT_HOME}\webapps\cocoon\sitemap.xmap
> 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".
If you look through that file for "welcome"
you should see a pipeline where the empty ("") pattern redirects to /welcome
and then that http://...../welcome maps to
{TOMCAT_HOME}\webapps\cocoon\docs\samples\samples.xml
and is transformed by
{TOMCAT_HOME}\webapps\cocoon\stylesheets/simple-samples2html.xml
and finally sent out (serialised) as html
> 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?
Again, look in the sitemap file for xsp/*
Best thing is to start with http://xml.apache.org/cocoon/ctwig/
Hope this helps
David
---------------------------------------------------------------------
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]>