Scarab commit: svn commit: r10903 - branches/release/0.22/xdocs/howto/debian-package-howto.xml
Johannes Höchstädter <[email protected]>
| Newsgroups | gmane.comp.java.scarab.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: jhoech Date: 2010-02-08 08:21:53-0800 New Revision: 10903 Modified: branches/release/0.22/xdocs/howto/debian-package-howto.xml Log: ENH - Layout in How-To for debian package revised Modified: branches/release/0.22/xdocs/howto/debian-package-howto.xml Url: http://scarab.tigris.org/source/browse/scarab/branches/release/0.22/xdocs/howto/debian-package-howto.xml?view=diff&pathrev=10903&r1=10902&r2=10903 ============================================================================== --- branches/release/0.22/xdocs/howto/debian-package-howto.xml (original) +++ branches/release/0.22/xdocs/howto/debian-package-howto.xml 2010-02-08 08:21:53-0800 @@ -7,11 +7,12 @@ <author>Peter Tillemans</author> </properties> - <body> + <body> + <section name="Debian Package"> <p> Installation instructions for the debian packages generated by the scarab:debian-package </p> - <section name="Debian Package Support"> + <subsection name="Debian Package Overview"> <p> The debian package has support for </p> @@ -21,8 +22,8 @@ <li>configurable through /etc/default/scarab-<contextname></li> <li>running the tomcat server using a security manager.</li> </ul> - </section> - <section name="Generating the debian package"> + </subsection> + <subsection name="Generating the debian package"> <p> Contrary to the normal install instructions these assume that multiple scarab instances will be deployed on the same server. The package name is defined to @@ -40,18 +41,18 @@ Note : It is needed to define the maven.war.final.name to reflect the context name, as tomcat will use the name of the war file as context. </p> - </section> + </subsection> - <section name="Support for different debian distributions"> + <subsection name="Support for different debian distributions"> <p> The only relevant difference between the debian distributions is the version number of tomcat provided in the apt reporsitories. (e.g. debian sarge uses tomcat4 and ubuntu edgy has tomcat5). This is handled by this parameter </p> <pre> debian.tomcat.version=tomcat5 </pre> - </section> + </subsection> - <section name="Enabling LDAP support"> + <subsection name="Enabling LDAP support"> <p> To use LDAP under debian deployed scarab instances add the following properties @@ -82,6 +83,7 @@ CATALINA_OPTS="-Djava.security.auth.login.config=/etc/tomcat5/conf/jaas.conf -Djava.awt.headless=true -Xmx128M -server" </pre> - </section> + </subsection> + </section> </body> </document> ------------------------------------------------------ http://scarab.tigris.org/ds/viewMessage.do?dsForumId=3577&dsMessageId=2445920