dims 01/06/01 14:23:13
Modified: xdocs uc2.xml
Log:
A few more changes from Ovidiu
Revision Changes Path
1.3 +9 -9 xml-cocoon2/xdocs/uc2.xml
Index: uc2.xml
===================================================================
RCS file: /home/cvs/xml-cocoon2/xdocs/uc2.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- uc2.xml 2001/06/01 18:58:38 1.2
+++ uc2.xml 2001/06/01 21:23:12 1.3
@@ -433,7 +433,7 @@
<s2 title="Pipeline Processing">
<p>The sitemap configuration allows dynamic setup of processing pipelines
consisting of a generator, multiple transformers and a serializer.</p>
<p>Requests are dispatched to a pipeline based on request URI and the
pipeline matching pattern (either with wildcards or as a regexp)</p>
- <p>The pipeline is setup in the generated file sitemap_xmap.java (This file
gets generated [possibly asynchronously] everytime the sitemap.xmap is modified.</p>
+ <p>The pipeline is setup in the generated file <code>sitemap_xmap.java</code>
(This file gets generated [possibly asynchronously] everytime the
<code>sitemap.xmap</code> is modified.</p>
<figure src="images/pipeline2.gif" alt="Pipeline Entry"/>
</s2>
<s2 title="Logicsheets">
@@ -491,10 +491,10 @@
<s1 title="@Name@ Configuration.">
<p>Cocoon is highly configurable. Main configuration files, assuming Cocoon
deployment as a servlet in a servlet container, are (directory locations assume Tomcat
servlet container):</p>
<ul>
- <li>sitemap.xmap: the sitemap file. By default, located in
<code>%TOMCAT_HOME%/webapps/cocoon</code> directory.</li>
- <li>cocoon.xconf: configuration file having logicsheet registrations.
Specifies, sitemap.xmap location and other such parameters. By default, located in
<code>%TOMCAT_HOME%/webapps/cocoon</code> directory.</li>
- <li>web.xml: servlet deployment descriptor. Specifies location of
cocoon.xconf, log file location and other such parameters. Located in
<code>%TOMCAT_HOME%/webapps/cocoon/WEB-INF</code> directory.</li>
- <li>cocoon.roles: mapping file for Core Cocoon components name and
implementation classes. For example, if you want to use a parser other than the
default one, you need to modify this file.</li>
+ <li><code>sitemap.xmap</code>: the sitemap file. By default, located in
<code>$TOMCAT_HOME/webapps/cocoon</code> directory.</li>
+ <li><code>cocoon.xconf</code>: configuration file having logicsheet
registrations. Specifies, sitemap.xmap location and other such parameters. By default,
located in <code>$TOMCAT_HOME/webapps/cocoon</code> directory.</li>
+ <li><code>web.xml</code>: servlet deployment descriptor. Specifies location
of cocoon.xconf, log file location and other such parameters. Located in
<code>$TOMCAT_HOME/webapps/cocoon/WEB-INF</code> directory.</li>
+ <li><code>cocoon.roles</code>: mapping file for Core Cocoon components name
and implementation classes. For example, if you want to use a parser other than the
default one, you need to modify this file.</li>
</ul>
</s1>
<anchor id="work-area"/>
@@ -505,16 +505,16 @@
log-level parameter in web.xml file. The default is DEBUG
(maximum data).</li>
<li>By default, the log file is:
- <code>%TOMCAT_HOME%/webapps/cocoon/Web-inf/logs/cocoon.log</code>.</li>
+ <code>$TOMCAT_HOME/webapps/cocoon/WEB-INF/logs/cocoon.log</code>.</li>
</ul>
<p>Cocoon keeps the generated .java files in a directory tree
starting at (by default):</p>
-
<code>%TOMCAT_HOME%/webapps/work/localhost_8080%2Fcocoon/org/apache/cocoon/www</code>.
+
<code>$TOMCAT_HOME/webapps/work/localhost_8080%2Fcocoon/org/apache/cocoon/www</code>.
<p>You can find sitemap_xmap.java here.</p>
- <p>Files created by LogTransformer are kept (by default) in
<code>%TOMCAT_HOME%</code> directory.</p>
+ <p>Files created by LogTransformer are kept (by default) in
<code>$TOMCAT_HOME</code> directory.</p>
</s1>
<anchor id="use-with-tomcat"/>
<s1 title="Use with Tomcat">
@@ -527,7 +527,7 @@
cvs checkout xml-cocoon2
]]></source>
<p>Build sources as per instruction in Install file.</p>
- <p>Move the cocoon.war file to <code>%TOMCAT_HOME%/webapps</code> directory.</p>
+ <p>Move the <code>cocoon.war</code> file to <code>$TOMCAT_HOME/webapps</code>
directory.</p>
<p>Start the servlet engine. Type-in the URL
<code>http://localhost:8080/cocoon</code> in your browser. You should see the Cocoon
welcome message.</p>
<p>Consult Install file if you face problems.</p>
</s1>
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]