Dieser Inhalt ist in der von Ihnen ausgewählten Sprache nicht verfügbar.
Chapter 5. Installation
5.1. Variable Name: SOA_ROOT Directory Link kopierenLink in die Zwischenablage kopiert!
jboss-soa-p-5
directory. In the Standalone edition, though, it is the jboss-soa-p-standalone-5
directory.
SOA_ROOT
. Substitute either jboss-soa-p-5
or jboss-soa-p-standalone-5
as appropriate whenever you see this name.
5.2. Variable Name: PROFILE Link kopierenLink in die Zwischenablage kopiert!
5.3. Install the JBoss Enterprise SOA Platform on Red Hat Enterprise Linux Link kopierenLink in die Zwischenablage kopiert!
Prerequisites
- a Java Development Kit (Red Hat recommends OpenJDK)
- a database server
- Apache Ant 1.7 or later
- an archiving tool that can open ZIP files
Warning
Procedure 5.1. Installation
- Extract the installation directory by running
unzip soa-p-VERSION.zip
. - Open the user account settings file in your text editor:
vi SOA_ROOT/jboss-as/server/default/conf/props/soa-users.properties
.The contents of this file using the following syntax:username=password
.#admin=admin
#admin=admin
Copy to Clipboard Copied! Toggle word wrap Toggle overflow Confirm that the security roles for your admin account are enabled by removing a leading hash character, if it is present.Warning
Because this account is not secure and the password can be easily guessed, use admin=admin for test purposes only. Do not useadmin
as a password on production systems as this may compromise security. - Save the file and exit vi.
- Open the security permissions file in your text editor:
vi SOA_ROOT/jboss-as/server/default/conf/props/soa-roles.properties
.#admin=JBossAdmin,HttpInvoker,user,admin
#admin=JBossAdmin,HttpInvoker,user,admin
Copy to Clipboard Copied! Toggle word wrap Toggle overflow Confirm that the security roles for your admin account are enabled by removing a leading hash character, if it is present. - Save the changes to the file and exit vi.
The JBoss Enterprise SOA Platform is now installed and configured for basic use.
5.4. Install the JBoss Enterprise SOA Platform on Microsoft Windows Link kopierenLink in die Zwischenablage kopiert!
Prerequisites
- a Java Development Kit
- a database server
- Apache Ant 1.7 or later
- an archiving tool that can open ZIP files
Warning
Procedure 5.2. Installation
- Extract the
soa-p-VERSION.zip
using the ZIP tool of your choice. - Confirm that the security roles for your admin account are enabled by removing a leading hash character, if it is present.
Warning
Because this account is not secure and the password can be easily guessed, use admin=admin for test purposes only. Do not useadmin
as a password on production systems as this may compromise security. - Save the file and exit Notepad.
- Open
SOA_ROOT\jboss-as\server\default\conf\props\soa-roles.properties
in Notepad.#admin=JBossAdmin,HttpInvoker,user,admin
#admin=JBossAdmin,HttpInvoker,user,admin
Copy to Clipboard Copied! Toggle word wrap Toggle overflow Remove the hash to enable the security permissions for your admin account. - Save the file and exit Notepad.
The JBoss Enterprise SOA Platform is now installed and configured for basic use.