larryi 01/09/03 05:42:09
Modified: src/doc tomcat-ug.html
Log:
Correction to bash commands and TOC title
Revision Changes Path
1.14 +4 -5 jakarta-tomcat/src/doc/tomcat-ug.html
Index: tomcat-ug.html
===================================================================
RCS file: /home/cvs/jakarta-tomcat/src/doc/tomcat-ug.html,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- tomcat-ug.html 2001/09/03 02:12:34 1.13
+++ tomcat-ug.html 2001/09/03 12:42:09 1.14
@@ -1,7 +1,7 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
- <!-- $Id: tomcat-ug.html,v 1.13 2001/09/03 02:12:34 larryi Exp $ -->
+ <!-- $Id: tomcat-ug.html,v 1.14 2001/09/03 12:42:09 larryi Exp $ -->
<!-- Copyright 1999-2001 Apache Software Foundation -->
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" type="text/css" href="style.css">
@@ -95,8 +95,7 @@
<li><a href="#configuring_classes">Configuring Classes</a></li>
<li><a href="#configuring_server">Configuring the Server</a></li>
</ul>
- <li><a href="#container_types">Types of servlet
- containers</a></li>
+ <li><a href="#container_types">Servlet Container Types</a></li>
<li><a href="#webapps">Deploying Web Applications</a></li>
<li><a href="#webapp">What is a Web Application?</a></li>
<li><a href="#what_is_war">What is a WAR file?</a></li>
@@ -309,8 +308,8 @@
</li>
<li>Unix (bash/sh):<br>
<tt><big>
- set JAVA_HOME=/user/local/java/jdk1.3.1; export JAVA_HOME<br>
- set PATH=$JAVA_HOME/bin:$PATH; export PATH<br>
+ JAVA_HOME=/user/local/java/jdk1.3.1; export JAVA_HOME<br>
+ PATH=$JAVA_HOME/bin:$PATH; export PATH<br>
</big></tt>
</li>
<li>Unix (tcsh):<br>