Noticed that in the catalina.bat patch it should of course read REM instead
of # (gotcha).
Here the fixed patch. The other 2 patches are fine.
Wolfgang.
--- catalina.bat.orig Mon Aug 27 21:10:25 2001
+++ catalina.bat Tue Sep 11 10:45:13 2001
@@ -65,6 +65,11 @@
rem ----- Set Up The Runtime Classpath
----------------------------------------
set CP=%CATALINA_HOME%\bin\bootstrap.jar;%JAVA_HOME%\lib\tools.jar
+
+rem add CATALINA_SYSTEM_CLASSPATH custom jars to classpath. For example define
+rem set
CATALINA_SYSTEM_CLASSPATH=\path\to\jsse\lib\jsse.jar;\path\to\jsse\lib\jnet.jar;\path\to\jsse\lib\jcert.jar
+set CP=%CP%;%CATALINA_SYSTEM_CLASSPATH%
+
set CLASSPATH=%CP%
echo Using CATALINA_BASE: %CATALINA_BASE%
echo Using CATALINA_HOME: %CATALINA_HOME%
catalina.bat.diff