on 6/18/03 3:07 PM Roger I Martin PhD wrote: > was getting the following double cocoon for the path to > linotype.users.properties > > org.apache.avalon.framework.CascadingRuntimeException: "file:/C:/Program > Files/jakarta-tomcat-5/dist/webapps/cocoon/samples/linotype/flow.js", line > 10: uncaught JavaScript exception: java.io.FileNotFoundException: C:\Program > Files\jakarta-tomcat-5\dist\bin\..\webapps\cocoon\cocoon\samples\linotype\li > notype.users.properties (The system cannot find the path specified) > > from clean CVS Cocoon HEAD today until I changed > > var mountpoint = requesturi.substring(1,requesturi.indexOf(sitemapuri)); > > to > var mountpoint = requesturi.substring(8,requesturi.indexOf(sitemapuri)); > > inside flow.js
??? there is no such line in linotype/flow.js. Whick flow.js have you modified? -- Stefano.