Implementation > EBICS > EBICS Server > EBICS Server tools > Specific application server configuration

Specific application server configuration

Configuration for WebSphere environments

Configuration for WebLogic environments

Before you can use the API or any of the EBICS Server tools in a WebSphere or WebLogic environment, you must perform some additional configuration steps.

Configuration for WebSphere environments

  1. Make sure you are using an IBM JRE.
  2. Set the following properties in the JVM arguments of all your client scripts (tools, purge, supplier, injector, etc):
  3. where:
  4. Add the following JAR files to the classpath of your scripts:
  5. where x.x.x depends on the version of your application server. You can find these JAR files in <WebSphere_Install_ROOT>/runtimes.
  1. For Websphere 8: Do the following in the Administration Console:

Configuration for WebLogic environments

In a WebLogic environment, you must add the following JAR files to the classpath:

By default, these files do not exist in the WebLogic installation. You must generate them (using a tool provided by WebLogic) as follows:

  1. Change directory to the server/lib directory:
    cd WL_HOME/server/lib
  2. Use the following command to create wlfullclient.jar and cryptoj.jar in the server/lib directory:
    java -jar wljarbuilder.jar
  3. You can now copy and bundle the wlfullclient.jar along with cryptoj.jar in the lib directory along with the scripts.
    Important: Keep the wlfullclient.jar and cryptoj.jar files in the same directory because wlfullcient.jar references cryptoj.jar in its manifest classpath.

UNIX script modification

On UNIX, modify the script by adding the following lines:

Windows script modification

On Windows, modify the script by adding the following lines:

VM arguments

You must also modify the script by adding the following VM arguments:

Dweblogic.jndi.enableDefaultUser=true -Dsun.lang.ClassLoader.allowArraySyntax=true

Related topics

FEX Java API

Supplier service

Supplier command line

Injector

Purge command line