You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Claes Holmerson <cl...@pipechain.com> on 2001/09/18 18:18:42 UTC

Bug with JSSE_HOME in Tomcat 4?

Hello!

I try to set up Tomcat 4.0 to work with SSL. It works fine if I use a
security-enabled version of Java, but using the JSSE_HOME environment
variable does not work. This seems to be because in catalina.bat it looks
like this

if "%JSSE_HOME%" == "" goto noJsse
set
CP=%CP%;%JSSE_HOME%\lib\jcert.jar;%JSSE_HOME%\lib\jnet.jar;%JSSE_HOME%\jsse.
jar

In my version of JSSE, namely jsse-1.0.2-gl all jar files are in the lib
directory, but catalina.bat looks for jsse.jar directly in JSSE_HOME. I
guess this is a bug in catalina.bat? If I change to the above to use
lib/jsse.jar it works.

/Claes

----------------------------------------------------------------------
Claes Holmerson
PipeChain AB
Porfyrvägen 14		+46 (0)46 32 52 42     office phone
SE-224 78 LUND		+46 (0)709 89 52 42   mobile phone
Sweden			+46 (0)46 15 10 74     office fax
                           
http://www.pipechain.com/
------------------------------------------------------------------------