glenn 01/11/19 06:36:58
Modified: . README.txt
Log:
Update docs for shared directory
Revision Changes Path
1.18 +4 -3 jakarta-tomcat-4.0/README.txt
Index: README.txt
===================================================================
RCS file: /home/cvs/jakarta-tomcat-4.0/README.txt,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- README.txt 2001/08/25 03:51:27 1.17
+++ README.txt 2001/11/19 14:36:58 1.18
@@ -1,4 +1,4 @@
-$Id: README.txt,v 1.17 2001/08/25 03:51:27 craigmcc Exp $
+$Id: README.txt,v 1.18 2001/11/19 14:36:58 glenn Exp $
The Tomcat 4.0 Servlet/JSP Container
====================================
@@ -14,18 +14,19 @@
RUNNING.txt Instructions for installing Tomcat, as well as
starting and stopping the server
bin/ Binary executables and scripts
- classes/ Unpacked classes global to web applications
common/ Classes available to both Catalina internal
classes and web applications:
classes/ Unpacked common classes
lib/ Common classes in JAR files
conf/ Configuration files
jasper/ JAR files visible only in the Jasper classloader
- lib/ Classes in JAR files global to web applications
logs/ Destination directory for log files
server/ Internal Catalina classes and their dependencies
classes/ Unpacked classes (internal only)
lib/ Classes packed in JAR files (internal only)
+ shared/ Classes shared by all web applications
+ classes/ Unpacked shared classes
+ lib/ Shared classes in JAR files
webapps/ Base directory containing web applications
included with Tomcat 4.0
work/ Scratch directory used by Tomcat for holding
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>