larryi      01/01/11 13:40:10

  Modified:    src/native/apache/jserv Tag: tomcat_32 jserv_wrapper_unix.c
                        jserv_wrapper_win.c
  Log:
  Remove old JServ argument that Tomcat doesn't want to see, in case
  others want to play with this.  I haven't see any problems on NT4.
  Documentation still says that autostarting of Tomat is not supported.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.3.4.1   +0 -1      
jakarta-tomcat/src/native/apache/jserv/Attic/jserv_wrapper_unix.c
  
  Index: jserv_wrapper_unix.c
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat/src/native/apache/jserv/Attic/jserv_wrapper_unix.c,v
  retrieving revision 1.3
  retrieving revision 1.3.4.1
  diff -u -r1.3 -r1.3.4.1
  --- jserv_wrapper_unix.c      2000/04/01 17:37:29     1.3
  +++ jserv_wrapper_unix.c      2001/01/11 21:40:09     1.3.4.1
  @@ -57,7 +57,7 @@
    * Description: wrapper protocol implementation for Win32 systems            *
    * Author:      Pierpaolo Fumagalli <ianosh@@iname.com>,                      *
    *              Ed Korthof <ed@@ultimanet.com>                                *
  - * Version:     $Revision: 1.3 $                                             *
  + * Version:     $Revision: 1.3.4.1 $                                             *
    *****************************************************************************/
   #include "jserv.h"
   #include "http_conf_globals.h"
  @@ -244,7 +244,6 @@
           binparams = binparams->next;
       }
       if (cfg->class[0]!='\0') arg[x++]=strdup(cfg->class);
  -    arg[x++]=strdup(cfg->config->properties);
       if (cfg->classparam[0]!='\0') arg[x++]=strdup(cfg->classparam);
       arg[x]=NULL;
   
  
  
  
  1.1.6.1   +2 -2      jakarta-tomcat/src/native/apache/jserv/Attic/jserv_wrapper_win.c
  
  Index: jserv_wrapper_win.c
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat/src/native/apache/jserv/Attic/jserv_wrapper_win.c,v
  retrieving revision 1.1
  retrieving revision 1.1.6.1
  diff -u -r1.1 -r1.1.6.1
  --- jserv_wrapper_win.c       1999/11/25 01:29:57     1.1
  +++ jserv_wrapper_win.c       2001/01/11 21:40:09     1.1.6.1
  @@ -56,7 +56,7 @@
   /*****************************************************************************
    * Description: wrapper protocol implementation for Win32 systems            *
    * Author:      Pierpaolo Fumagalli <[EMAIL PROTECTED]>                       *
  - * Version:     $Revision: 1.1 $                                            *
  + * Version:     $Revision: 1.1.6.1 $                                            *
    *****************************************************************************/
   #include "jserv_wrapper.h"
   
  @@ -204,7 +204,7 @@
   
       /* Setup command line */
       commandline=ap_pstrcat(wrapper_pool, cfg->bin, " ", binparam, " ", 
  -                           cfg->class, " \"", cfg->config->properties, "\" ",
  +                           cfg->class,
                              cfg->classparam, NULL);
                              
       /* Setup environment */
  
  
  

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

Reply via email to