~issyl0/ubuntu-docs/issyl0

« back to all changes in this revision

Viewing changes to serverguide/C/web-servers.xml

  • Committer: Adam Sommer
  • Date: 2011-03-10 03:31:47 UTC
  • Revision ID: asommer@ubuntu.com-20110310033147-d9yzipr8ll1zikq6
 * Changed /var/lib/csv to /srv/csv.  Fixes LP: #703629.
 * Updated options and specified units for virt-install options.  Fixes LP: #723280.
 * Adjusted Tomcat bold highlighting to only bold package and utility names.  Fixes LP: #674649.
 * Removed Likewise-open section due to it's being very out of date.  Fixes LP: #705998.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1043
1043
                <title>Apache Tomcat</title>
1044
1044
                <para>Apache Tomcat is a web container that allows you to serve Java Servlets
1045
1045
                and JSP (Java Server Pages) web applications.</para>
1046
 
                <para>The <application>Tomcat 6.0</application> packages in Ubuntu support
 
1046
                <para>The Tomcat 6.0 packages in Ubuntu support
1047
1047
                two different ways of running Tomcat. You can install them as a classic
1048
1048
                unique system-wide instance, that will be started at boot time will run
1049
1049
                as the tomcat6 unprivileged user. But you can also deploy private
1054
1054
 
1055
1055
                <sect2 id="tomcat-installation" status="review">
1056
1056
                        <title>System-wide installation</title>
1057
 
                        <para>To install the <application>Tomcat</application> server,
 
1057
                        <para>To install the Tomcat server,
1058
1058
                        you can enter the following command in the terminal prompt:</para>
1059
1059
<screen>
1060
1060
<command>sudo apt-get install tomcat6</command>