marcsaeg 01/02/15 20:13:16
Modified: src/webpages Tag: tomcat_32 index.html
src/doc Tag: tomcat_32 readme
Log:
Fixing a couple simple documentation issues left over from time past.
PR: 610
Submitted by: [EMAIL PROTECTED]
Revision Changes Path
No revision
No revision
1.13.2.11 +1 -1 jakarta-tomcat/src/webpages/index.html
Index: index.html
===================================================================
RCS file: /home/cvs/jakarta-tomcat/src/webpages/index.html,v
retrieving revision 1.13.2.10
retrieving revision 1.13.2.11
diff -u -r1.13.2.10 -r1.13.2.11
--- index.html 2001/02/09 23:06:26 1.13.2.10
+++ index.html 2001/02/16 04:13:16 1.13.2.11
@@ -16,7 +16,7 @@
<ul>
<li>
<font face="Courier New, Courier,
- mono"></path/to/tomcat>/webpages/index.html</font></li>
+ mono"></path/to/tomcat>/webapps/ROOT/index.html</font></li>
</ul>
Included within this release are functional examples with associated source
code, API documentation for servlets and JSP, a <b>README</b>, a technical
No revision
No revision
1.8.2.12 +6 -6 jakarta-tomcat/src/doc/readme
Index: readme
===================================================================
RCS file: /home/cvs/jakarta-tomcat/src/doc/readme,v
retrieving revision 1.8.2.11
retrieving revision 1.8.2.12
diff -u -r1.8.2.11 -r1.8.2.12
--- readme 2000/12/12 21:01:41 1.8.2.11
+++ readme 2001/02/16 04:13:16 1.8.2.12
@@ -1,4 +1,4 @@
-$Id: readme,v 1.8.2.11 2000/12/12 21:01:41 craigmcc Exp $
+$Id: readme,v 1.8.2.12 2001/02/16 04:13:16 marcsaeg Exp $
Release Notes for:
====================
@@ -106,14 +106,14 @@
6.1 Using An Absolute Path as Document Root Under Windows
In the TOMCAT_HOME/conf/server.xml file, you can declare a relative or absolute
-directory pathname for the docRoot attribute. If you wish to use an absolute
+directory pathname for the docBase attribute. If you wish to use an absolute
pathname on a Windows system, you MUST include the drive letter in order to
conform to Java's definition of an absolute path on this platform:
- GOOD: c:\mydirectory\mydocroot
- GOOD: c:/mydirectory/mydocroot
- BAD: \mydirectory\mydocroot
- BAD: /mydirectory/mydocroot
+ GOOD: c:\mydirectory\mydocbase
+ GOOD: c:/mydirectory/mydocbase
+ BAD: \mydirectory\mydocbase
+ BAD: /mydirectory/mydocbase
Under Unix, absolute pathnames must begin with a slash ('/') character.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]