When you install EBICS Server, the Axway Installer creates the EAR file as well as several sub-directories and files on your machine. For details, see Step 5: Checking the EBICS Server directory structure (WebLogic).
The default configuration of the WebLogic EAR file provided by Axway uses a user called "weblogic". This is the default administrator for the WebLogic administrator.
If you do not have a user called "weblogic" with the "Administrators" role, you must modify the file:
bankrechner.ear!/META-INF/weblogic-application.xml.
Change:
|
<listener-class>de.businesslogics.bankrechner.
<run-as-principal-name>weblogic</run-as-principal-name> </listener> |
To:
|
<listener-class>de.businesslogics.bankrechner. <run-as-principal-name>AnyValidUser</run-as-principal-name> </listener> |
Make sure that the WebLogic user "AnyValidUser" is granted the global role "Admin". This is by default the case if the user belongs to the "Administrators" group.
There are several ways to deploy the EAR file on WebLogic. This documentation describes:
Deposit the bankrechner.ear file to the directory <bea_home>/user_projects/domains/<your_domain>/autodeploy directory
Installing EBICS Server on WebLogic: general implementation procedure