Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

Wiki Markup
2. Tomcat tested is *Tomcat 5.5.9* \[_Debian SID still only has Tomcat 4.1.31-3 in the debian repository, at the moment.  Work on the Java policies is ongoing and once resolved we should see Tomcat 5.5.9 or later release available in a standard debian package_\]. The *server.xml* is edited as follows with one reference change:

No Format

  <Host appBase="../cocoon" name="cocoon">
    <Logger className="org.apache.catalina.logger.FileLogger" 
            prefix="cocoon_log." suffix=".txt" timestamp="true"/>
  </Host>

modified with to satisfy /user/path-to-cocoon/ appBase:

...