cvs commit: jakarta-tomcat-4.0 RUNNING.txt

2004-06-18 Thread markt
markt   2004/06/18 16:32:27

  Modified:.RUNNING.txt
  Log:
  Fix bug 23203. JDK should be renamed to J2SE SDK. Add note
  about using SDK rather than JRE.
- Patch based on contribution from Glen Mazza
  
  Revision  ChangesPath
  1.7   +11 -5 jakarta-tomcat-4.0/RUNNING.txt
  
  Index: RUNNING.txt
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/RUNNING.txt,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- RUNNING.txt   17 Jun 2004 22:28:02 -  1.6
  +++ RUNNING.txt   18 Jun 2004 23:32:27 -  1.7
  @@ -9,16 +9,22 @@
   this container, you must do the following:
   
   
  -(0) Download and Install a Java Development Kit
  +(0) Download and Install the J2SE Software Development Kit (SDK)
   
  -* Download a Java Development Kit (JDK) release (version 1.2 or later) from:
  +* Download the Java 2 Standard Edition (J2SE) SDK, release version 1.2 or 
  +  later, from:
   
   http://java.sun.com/j2se/
   
  -* Install the JDK according to the instructions included with the release.
  +NOTE:  Downloading the Java Runtime Environment (JRE) instead is *not* 
  +sufficient for most users because Tomcat uses the javac.exe that is not
  +present in the JRE to compile JSP pages. Unless you are *very* sure of
  +what you are doing, please use the full SDK.
  +
  +* Install the SDK according to the instructions included with the release.
   
   * Set an environment variable JAVA_HOME to the pathname of the directory
  -  into which you installed the JDK release.
  +  into which you installed the SDK release.
   
   
   (1) Download and Install the Tomcat 4.0 Binary Distribution
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-tomcat-4.0 RUNNING.txt

2004-06-17 Thread markt
markt   2004/06/17 15:28:02

  Modified:.RUNNING.txt
  Log:
  Fix bug 23520. Add shared to list of directories relative to CATALINA_BASE.
  
  Revision  ChangesPath
  1.6   +4 -1  jakarta-tomcat-4.0/RUNNING.txt
  
  Index: RUNNING.txt
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/RUNNING.txt,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- RUNNING.txt   24 Apr 2002 08:06:14 -  1.5
  +++ RUNNING.txt   17 Jun 2004 22:28:02 -  1.6
  @@ -117,6 +117,9 @@
   
   * logs - Log and output files
   
  +* shared - For classes and resources that must be shared across all web
  +   applications
  +
   * webapps - Automatically loaded web applications
   
   * work - Temporary working directories for web applications
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-tomcat-4.0 RUNNING.txt

2002-04-24 Thread remm

remm02/04/24 01:06:14

  Modified:.RUNNING.txt
  Log:
  - Document that the configuration needs to be modified to be able to run the
admin and manager webapp with CATALINA_BASE.
  - Fixes bug 5166.
  
  Revision  ChangesPath
  1.5   +13 -1 jakarta-tomcat-4.0/RUNNING.txt
  
  Index: RUNNING.txt
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/RUNNING.txt,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- RUNNING.txt   26 Dec 2001 01:21:24 -  1.4
  +++ RUNNING.txt   24 Apr 2002 08:06:14 -  1.5
  @@ -1,4 +1,4 @@
  -$Id: RUNNING.txt,v 1.4 2001/12/26 01:21:24 glenn Exp $
  +$Id: RUNNING.txt,v 1.5 2002/04/24 08:06:14 remm Exp $
   
   
  Running The Tomcat 4.0 Servlet/JSP Container
  @@ -126,6 +126,18 @@
   If you do not set CATALINA_BASE to an explicit value, it will be initialized
   to the same value as is set for CATALINA_HOME (which means that the same
   directory is used for all relative path resolutions).
  +
  +The administration and manager web applications, which are defined in the
  +$CATALINA_BASE/webapps/admin.xml and $CATALINA_BASE/webapps/manager.xml will
  +not run in that configuration, unless either:
  +- The path specified in the docBase attribute of the Context element is made 
  +  absolute, and replaced respectively by $CATALINA_HOME/server/webapps/admin 
  +  and $CATALINA_HOME/server/webapps/manager
  +- Copying and linking both web applications in $CATALINA_BASE, and modify 
  +  accordingly the path specified in the docBase attribute of the Context 
  +  element
  +- Disabling both web applications by removing $CATALINA_BASE/webapps/admin.xml
  +  and $CATALINA_BASE/webapps/manager.xml
   
   
   (5) Troubleshooting:
  
  
  

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




cvs commit: jakarta-tomcat-4.0 RUNNING.txt

2001-11-30 Thread remm

remm01/11/30 23:35:46

  Modified:.RUNNING.txt
  Log:
  - Fix typos.
Submitted by Martijn Koster.
  
  Revision  ChangesPath
  1.3   +4 -4  jakarta-tomcat-4.0/RUNNING.txt
  
  Index: RUNNING.txt
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/RUNNING.txt,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- RUNNING.txt   2001/08/27 20:22:37 1.2
  +++ RUNNING.txt   2001/12/01 07:35:46 1.3
  @@ -1,4 +1,4 @@
  -$Id: RUNNING.txt,v 1.2 2001/08/27 20:22:37 craigmcc Exp $
  +$Id: RUNNING.txt,v 1.3 2001/12/01 07:35:46 remm Exp $
   
   
  Running The Tomcat 4.0 Servlet/JSP Container
  @@ -103,7 +103,7 @@
   
   (4) Advanced Configuration - Multiple Tomcat 4 Instances
   
  -In many circumstances, it is desireable to have a single copy of a Tomcat 4
  +In many circumstances, it is desirable to have a single copy of a Tomcat 4
   binary distribution shared among multiple users on the same server.  To make
   this possible, you must configure a CATALINA_BASE environment variable (in
   addition to CATALINA_HOME as described above) that points to a directory
  @@ -123,7 +123,7 @@
   
   If you do not set CATALINA_BASE to an explicit value, it will be initialized
   to the same value as is set for CATALINA_HOME (which means that the same
  -directory is used for all relative path resoluations).
  +directory is used for all relative path resolutions).
   
   
   (5) Troubleshooting:
  @@ -155,7 +155,7 @@
  After you click apply, Windows will create shortcuts in the directory with
  which you can use to start and stop the container.
   
  -3) The 'localhost' machine isn't found.  This could happen if you're behing a
  +3) The 'localhost' machine isn't found.  This could happen if you're behind a
  proxy.  If that's the case, make sure the proxy configuration for your
  browser knows that you shouldn't be going through the proxy to access the
  localhost machine.
  
  
  

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




cvs commit: jakarta-tomcat-4.0 RUNNING.txt

2001-11-30 Thread remm

remm01/11/30 23:36:47

  Modified:.Tag: tomcat_40_branch RUNNING.txt
  Log:
  - Fix typos.
Submitted by Martijn Koster.
  
  Revision  ChangesPath
  No   revision
  
  
  No   revision
  
  
  1.2.2.1   +4 -4  jakarta-tomcat-4.0/RUNNING.txt
  
  Index: RUNNING.txt
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/RUNNING.txt,v
  retrieving revision 1.2
  retrieving revision 1.2.2.1
  diff -u -r1.2 -r1.2.2.1
  --- RUNNING.txt   2001/08/27 20:22:37 1.2
  +++ RUNNING.txt   2001/12/01 07:36:47 1.2.2.1
  @@ -1,4 +1,4 @@
  -$Id: RUNNING.txt,v 1.2 2001/08/27 20:22:37 craigmcc Exp $
  +$Id: RUNNING.txt,v 1.2.2.1 2001/12/01 07:36:47 remm Exp $
   
   
  Running The Tomcat 4.0 Servlet/JSP Container
  @@ -103,7 +103,7 @@
   
   (4) Advanced Configuration - Multiple Tomcat 4 Instances
   
  -In many circumstances, it is desireable to have a single copy of a Tomcat 4
  +In many circumstances, it is desirable to have a single copy of a Tomcat 4
   binary distribution shared among multiple users on the same server.  To make
   this possible, you must configure a CATALINA_BASE environment variable (in
   addition to CATALINA_HOME as described above) that points to a directory
  @@ -123,7 +123,7 @@
   
   If you do not set CATALINA_BASE to an explicit value, it will be initialized
   to the same value as is set for CATALINA_HOME (which means that the same
  -directory is used for all relative path resoluations).
  +directory is used for all relative path resolutions).
   
   
   (5) Troubleshooting:
  @@ -155,7 +155,7 @@
  After you click apply, Windows will create shortcuts in the directory with
  which you can use to start and stop the container.
   
  -3) The 'localhost' machine isn't found.  This could happen if you're behing a
  +3) The 'localhost' machine isn't found.  This could happen if you're behind a
  proxy.  If that's the case, make sure the proxy configuration for your
  browser knows that you shouldn't be going through the proxy to access the
  localhost machine.
  
  
  

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]