In the Java Platform - Volume 1 .pdf guide, there is a section titled SSL Shared Libraries in chapter 1. It states the following:
Client applications that wish to make use of the SSL feature must have access to the ActiveWorks SSL shared library. The location of this library is shown in Table 1-2.
Table 1-2. Location of the ActiveWorks SSL shared library for Java.
Supported Location of ActiveWorks SSL
Platforms shared library
IRIX /usr/active40/lib/libawssl40jn.so
AIX,
Digital UNIX, /opt/active40/lib/libawssl40jn.so
HP-UX, and
Solaris
Windows C:\active40\bin\awssl40jn.dll
(assuming that C is the drive
where ActiveWorks was installed)
If you are using Solaris, AIX, or Digital UNIX, you must add /opt/active40/lib to your LD_LIBRARY_PATH environment variable.
If you are using HP-UX, you must add /opt/active40/lib to your SHLIB_PATH environment variable.
Note: When you deploy your client applications written in Java, you must ensure that you also deploy the appropriate SSL shared library. If the SSL shared library cannot be located, an error will be reported that says the version of the Java classes that you are using do not support SSL.
If you are using IRIX, you must add
/opt/active40/lib to your LD_LIBRARYN32_PATH environment variable.
When using a Windows platform and assuming that C is the drive where the ActiveWorks library was installed, you must either add C:\active40\bin
to your PATH environment variable or copy the awssl40jn.dll to a directory that is already in your PATH.
Hope this helps.
Rob
#webMethods-General#Integration-Server-and-ESB#webMethods