crossley 2002/07/06 21:48:43 Modified: . changes.xml src/documentation/xdocs/userdocs/concepts catalog.xml Log: Document the recent movement of the Catalog Entity Resolver files into WEB-INF. Revision Changes Path 1.205 +6 -2 xml-cocoon2/changes.xml Index: changes.xml =================================================================== RCS file: /home/cvs/xml-cocoon2/changes.xml,v retrieving revision 1.204 retrieving revision 1.205 diff -u -r1.204 -r1.205 --- changes.xml 6 Jul 2002 18:40:22 -0000 1.204 +++ changes.xml 7 Jul 2002 04:48:43 -0000 1.205 @@ -39,7 +39,11 @@ </devs> <release version="@version@" date="@date@"> - + <action dev="CZ" type="update"> + The OASIS Catalog and the entities (DTDs, entity sets, etc.) have moved + to WEB-INF/entities and the CatalogManager.properties file has moved to + WEB-INF/classes + </action> <action dev="IAI" type="add"> New Cocon Generator. Allows Embedding One Web Site in Another. WebServiceProxyGenerator <link href="samples/webserviceproxy/">Demo</link>. 1.7 +5 -6 xml-cocoon2/src/documentation/xdocs/userdocs/concepts/catalog.xml Index: catalog.xml =================================================================== RCS file: /home/cvs/xml-cocoon2/src/documentation/xdocs/userdocs/concepts/catalog.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- catalog.xml 4 Jul 2002 20:02:37 -0000 1.6 +++ catalog.xml 7 Jul 2002 04:48:43 -0000 1.7 @@ -390,7 +390,7 @@ <p> A default catalog and some base entities (e.g. ISO*.pen character entity sets) are included in the Cocoon distribution at - <code>webapps/cocoon/resources/entities/</code> + <code>WEB-INF/entities/</code> - the default catalog is automatically loaded when Cocoon starts. </p> @@ -438,11 +438,10 @@ </p> <p> - The build process will automatically copy the properties file from -<code>$COCOON_HOME/webapp/resources/entities/CatalogManager.properties</code> - to -<code>$TOMCAT_HOME/webapps/cocoon/WEB-INF/classes/CatalogManager.properties</code> - thereby making it available to the Java classpath. + The file is at +<code>webapp/WEB-INF/classes/CatalogManager.properties</code> + thereby making it available to the Java classpath during startup of the + servlet engine. </p> <p>
---------------------------------------------------------------------- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]