You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by jo...@locus.apache.org on 2000/11/22 21:10:16 UTC

cvs commit: jakarta-tomcat-4.0/service README

jon         00/11/22 12:10:16

  Modified:    service  README
  Log:
  ENGLISH :-)
  
  Revision  Changes    Path
  1.2       +7 -7      jakarta-tomcat-4.0/service/README
  
  Index: README
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/service/README,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- README	2000/11/22 19:26:04	1.1
  +++ README	2000/11/22 20:10:15	1.2
  @@ -26,8 +26,8 @@
       alternate ways to trigger events inside the process.
   
       For example, it usually happens that UNIX daemons upon reception of
  -    the HUP signal, the service is stopper, configuration are re-read
  -    from disk, and the service is started againg with the new
  +    the HUP signal, the service is stopped, configuration is re-read
  +    from disk, and the service is started again with the new
       configurations, or, upon reception of a TERM signal, the service is
       stopped (freeing all resources allocated) and the process is
       terminated.
  @@ -61,12 +61,12 @@
   
       The native portion of Invocation is made of two major components:
   
  -    A system-indipendant library based on JNI handling the creation and
  -    destruction of the Java Virtual Machine, and providing an easy way to
  +    A system-independent library based on JNI handling the creation and
  +    destruction of the Java Virtual Machine and providing an easy way to
       access to the service start(String argv[]), restart() and stop()
       methods as described above.
   
  -    An Operating-System dependant set of sources dealing with calls from
  +    An Operating-System dependent set of sources dealing with calls from
       the underlying operating system:
   
       - in UNIX operating systems we listen for TERM and HUP sinals, and
  @@ -77,7 +77,7 @@
       - in Microsoft Windows operating systems we provide two different
         modes of operation: a GUI based one that will allow the user to
         access to the above-mentioned methods thru a standard tray-icon
  -      menu (there's no console allocated for the Java Process, wich is
  +      menu (there's no console allocated for the Java Process, which is
         for most of us Windows users a major pain). Another mode to operate
         under Windows is thru the Win32 Service API (WinNT and Win2K only)
         thru the standard Control-Panel Service tab.
  @@ -90,5 +90,5 @@
   
   -------------------------------------------------------------------------
   Copyright (c) 2000  The Apache Software Foundation.  All rights reserved.
  -$Revision: 1.1 $ $Date: 2000/11/22 19:26:04 $
  +$Revision: 1.2 $ $Date: 2000/11/22 20:10:15 $
   -------------------------------------------------------------------------