You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2004/10/25 20:08:08 UTC

cvs commit: jakarta-tomcat-catalina/catalina/src/bin tool-wrapper.bat tool-wrapper.sh

markt       2004/10/25 11:08:08

  Modified:    catalina/src/bin tool-wrapper.bat tool-wrapper.sh
  Log:
  Fix digest.bat (and I assume digest.sh).
  
  Revision  Changes    Path
  1.5       +2 -2      jakarta-tomcat-catalina/catalina/src/bin/tool-wrapper.bat
  
  Index: tool-wrapper.bat
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-catalina/catalina/src/bin/tool-wrapper.bat,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- tool-wrapper.bat	1 Mar 2004 16:00:53 -0000	1.4
  +++ tool-wrapper.bat	25 Oct 2004 18:08:08 -0000	1.5
  @@ -43,7 +43,7 @@
   call "%CATALINA_HOME%\bin\setclasspath.bat"
   
   rem Add on extra jar files to CLASSPATH
  -set CLASSPATH=%CLASSPATH%;%CATALINA_HOME%\bin\bootstrap.jar;"%BASEDIR%"\common\lib\jmx.jar
  +set CLASSPATH=%CLASSPATH%;%CATALINA_HOME%\bin\bootstrap.jar;"%BASEDIR%"\common\lib\jmx.jar;"%BASEDIR%"\common\lib\servlet-api.jar
   
   rem Get remaining unshifted command line arguments and save them in the
   set CMD_LINE_ARGS=
  
  
  
  1.5       +2 -2      jakarta-tomcat-catalina/catalina/src/bin/tool-wrapper.sh
  
  Index: tool-wrapper.sh
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-catalina/catalina/src/bin/tool-wrapper.sh,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- tool-wrapper.sh	1 Mar 2004 16:00:53 -0000	1.4
  +++ tool-wrapper.sh	25 Oct 2004 18:08:08 -0000	1.5
  @@ -61,7 +61,7 @@
   fi
   
   # Add on extra jar files to CLASSPATH
  -CLASSPATH="$CLASSPATH":"$CATALINA_HOME"/bin/bootstrap.jar:"$BASEDIR"/common/lib/jmx.jar
  +CLASSPATH="$CLASSPATH":"$CATALINA_HOME"/bin/bootstrap.jar:"$BASEDIR"/common/lib/jmx.jar:"$BASEDIR"/common/lib/servlet-api.jar
   
   # For Cygwin, switch paths to Windows format before running java
   if $cygwin; then
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org


Re: cvs commit: jakarta-tomcat-catalina/catalina/src/bin tool-wrapper.bat tool-wrapper.sh

Posted by Bill Barker <wb...@wilshire.com>.
----- Original Message -----
From: <ma...@apache.org>
To: <ja...@apache.org>
Sent: Monday, October 25, 2004 11:08 AM
Subject: cvs commit: jakarta-tomcat-catalina/catalina/src/bin
tool-wrapper.bat tool-wrapper.sh


>
>    rem Add on extra jar files to CLASSPATH
>   -set
CLASSPATH=%CLASSPATH%;%CATALINA_HOME%\bin\bootstrap.jar;"%BASEDIR%"\common\l
ib\jmx.jar
>   +set
CLASSPATH=%CLASSPATH%;%CATALINA_HOME%\bin\bootstrap.jar;"%BASEDIR%"\common\l
ib\jmx.jar;"%BASEDIR%"\common\lib\servlet-api.jar
>

jmx.jar hasn't been in common\lib for a very long time, so I'm assuming that
it isn't really used much here.



This message is intended only for the use of the person(s) listed above as the intended recipient(s), and may contain information that is PRIVILEGED and CONFIDENTIAL.  If you are not an intended recipient, you may not read, copy, or distribute this message or any attachment. If you received this communication in error, please notify us immediately by e-mail and then delete all copies of this message and any attachments.

In addition you should be aware that ordinary (unencrypted) e-mail sent through the Internet is not secure. Do not send confidential or sensitive information, such as social security numbers, account numbers, personal identification numbers and passwords, to us via ordinary (unencrypted) e-mail.



RE: cvs commit: jakarta-tomcat-catalina/catalina/src/bin tool-wrapper.bat tool-wrapper.sh

Posted by Mark Thomas <ma...@apache.org>.
This is the first (small) step in fixing the various xxxRealm doesn't work with
DIGEST / CLIENT-CERT issues in bugzilla. I plan to work my way through the
realms and will update the docs and backport to TC4.1.x and TC5.0.x (if 5.5.x
isn't stable by the time I finish) once I have completed the changes.

I am in the middle of moving house so I don't expect progress to be that quick.

Mark

> -----Original Message-----
> From: markt@apache.org [mailto:markt@apache.org] 
> Sent: Monday, October 25, 2004 7:08 PM
> To: jakarta-tomcat-catalina-cvs@apache.org
> Subject: cvs commit: jakarta-tomcat-catalina/catalina/src/bin 
> tool-wrapper.bat tool-wrapper.sh
> 
> markt       2004/10/25 11:08:08
> 
>   Modified:    catalina/src/bin tool-wrapper.bat tool-wrapper.sh
>   Log:
>   Fix digest.bat (and I assume digest.sh).
>   
>   Revision  Changes    Path
>   1.5       +2 -2      
> jakarta-tomcat-catalina/catalina/src/bin/tool-wrapper.bat
>   
>   Index: tool-wrapper.bat
>   ===================================================================
>   RCS file: 
> /home/cvs/jakarta-tomcat-catalina/catalina/src/bin/tool-wrapper.bat,v
>   retrieving revision 1.4
>   retrieving revision 1.5
>   diff -u -r1.4 -r1.5
>   --- tool-wrapper.bat	1 Mar 2004 16:00:53 -0000	1.4
>   +++ tool-wrapper.bat	25 Oct 2004 18:08:08 -0000	1.5
>   @@ -43,7 +43,7 @@
>    call "%CATALINA_HOME%\bin\setclasspath.bat"
>    
>    rem Add on extra jar files to CLASSPATH
>   -set 
> CLASSPATH=%CLASSPATH%;%CATALINA_HOME%\bin\bootstrap.jar;"%BASE
> DIR%"\common\lib\jmx.jar
>   +set 
> CLASSPATH=%CLASSPATH%;%CATALINA_HOME%\bin\bootstrap.jar;"%BASE
> DIR%"\common\lib\jmx.jar;"%BASEDIR%"\common\lib\servlet-api.jar
>    
>    rem Get remaining unshifted command line arguments and 
> save them in the
>    set CMD_LINE_ARGS=
>   
>   
>   
>   1.5       +2 -2      
> jakarta-tomcat-catalina/catalina/src/bin/tool-wrapper.sh
>   
>   Index: tool-wrapper.sh
>   ===================================================================
>   RCS file: 
> /home/cvs/jakarta-tomcat-catalina/catalina/src/bin/tool-wrapper.sh,v
>   retrieving revision 1.4
>   retrieving revision 1.5
>   diff -u -r1.4 -r1.5
>   --- tool-wrapper.sh	1 Mar 2004 16:00:53 -0000	1.4
>   +++ tool-wrapper.sh	25 Oct 2004 18:08:08 -0000	1.5
>   @@ -61,7 +61,7 @@
>    fi
>    
>    # Add on extra jar files to CLASSPATH
>   
> -CLASSPATH="$CLASSPATH":"$CATALINA_HOME"/bin/bootstrap.jar:"$B
> ASEDIR"/common/lib/jmx.jar
>   
> +CLASSPATH="$CLASSPATH":"$CATALINA_HOME"/bin/bootstrap.jar:"$B
> ASEDIR"/common/lib/jmx.jar:"$BASEDIR"/common/lib/servlet-api.jar
>    
>    # For Cygwin, switch paths to Windows format before running java
>    if $cygwin; then
>   
>   
>   
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org
> 
> 



---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org