| <?xml version="1.0" encoding="UTF-8"?> |
| <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" |
| "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"> |
| <book xmlns:xi="http://www.w3.org/2001/XInclude"> |
| <bookinfo> |
| <title>@project.name@ User Guide</title> |
| <titleabbrev>User Guide</titleabbrev> |
| <productname>@project.name@</productname> |
| <releaseinfo>@bundle.version@</releaseinfo> |
| |
| <mediaobject> |
| <imageobject role="fo"> |
| <imagedata align="center" fileref="images/virgo-logo-small.png" format="PNG" /> |
| </imageobject> |
| <imageobject role="html"> |
| <imagedata align="right" fileref="images/virgo-logo-small.png" format="PNG" /> |
| </imageobject> |
| </mediaobject> |
| |
| <authorgroup> |
| <author> |
| <firstname>Rob</firstname> |
| <surname>Harrop</surname> |
| </author> |
| <author> |
| <firstname>Paul</firstname> |
| <surname>Kuzan</surname> |
| </author> |
| <author> |
| <firstname>Sam</firstname> |
| <surname>Brannen</surname> |
| </author> |
| <author> |
| <firstname>Paul</firstname> |
| <surname>Harris</surname> |
| </author> |
| <author> |
| <firstname>Christopher</firstname> |
| <surname>Frost</surname> |
| </author> |
| <author> |
| <firstname>Ben</firstname> |
| <surname>Hale</surname> |
| </author> |
| <author> |
| <firstname>Glyn</firstname> |
| <surname>Normington</surname> |
| </author> |
| <author> |
| <firstname>Juliet</firstname> |
| <surname>Shackell</surname> |
| </author> |
| <author> |
| <firstname>Steve</firstname> |
| <surname>Powell</surname> |
| </author> |
| <author> |
| <firstname>Violeta</firstname> |
| <surname>Georgieva</surname> |
| </author> |
| <author> |
| <firstname>Hristo</firstname> |
| <surname>Iliev</surname> |
| </author> |
| </authorgroup> |
| |
| <legalnotice> |
| <para> |
| Copyright © 2009, 2010 VMware Inc. and others |
| </para> |
| <para> |
| Contributors: |
| <itemizedlist> |
| <listitem> |
| <para> |
| VMware Inc. - initial contribution |
| </para> |
| </listitem> |
| <listitem> |
| <para> |
| Violeta Georgieva, SAP AG - Tomcat context configuration |
| </para> |
| </listitem> |
| <listitem> |
| <para> |
| Hristo Iliev, SAP AG - Setting jmx.properties permissions |
| </para> |
| </listitem> |
| </itemizedlist> |
| </para> |
| </legalnotice> |
| </bookinfo> |
| |
| <toc /> |
| <xi:include href="introduction.xml"/> |
| <xi:include href="installing.xml"/> |
| <xi:include href="installing-kernel.xml"/> |
| <xi:include href="starting-stopping.xml"/> |
| <xi:include href="kernel-user-region.xml"/> |
| <xi:include href="admin-shell.xml"/> |
| <xi:include href="admin-console.xml"/> |
| <xi:include href="repository.xml"/> |
| <xi:include href="serviceability.xml"/> |
| <xi:include href="applications.xml"/> |
| <xi:include href="configuring.xml"/> |
| <xi:include href="log-codes.xml"/> |
| <xi:include href="known-issues.xml"/> |
| <xi:include href="further-reading.xml"/> |
| |
| </book> |