David Crossley wrote: > Upayavira wrote: > > By default, running the CLI gives an error "Cannot find > > CatalogManager.properties". I've always just ignored it. > > > > Someone on user list has just commented that this error can confuse (as > > to whether it is okay to ignore it), which is fair enough. > > > > Can anyone explain how I might resolve this (or what/where > > CatalogManager.properites is?) > > It is part of the entity-resolver and needs to be available > on the classpath when the resolver starts, which i guess is on > the first parse of the first xml file. > > Cocoon usually finds it in WEB-INF/classes/
Your recent mods to cocoon.sh|bat did not fix it. The file needs to be available on the *classpath*. This fix did the trick for me: 111c111 <LOADER_LIB="$COCOON_HOME/tools/loader" --- >LOADER_LIB="$COCOON_HOME/tools/loader:$COCOON_WEBAPP_HOME/WEB-INF/classes" I committed that fix, so please test on Win. --David
