Deploying Oracle SOA and Oracle BAM on Different Servers

3-12 Oracle Fusion Middleware Installation Guide for Oracle SOA Suite systems script in the bin directory inside the directory where you created your domain. These managed servers must be started from the command line. This command also requires that you specify a server name. The servers that need to be started are: ■ soa_server1 Oracle SOA Server ■ bam_server1 Oracle BAM Server For example, to start Oracle SOA Server on a UNIX operating system: DOMAIN_HOME binstartManagedWebLogic.sh soa_server1 On Windows operating systems: DOMAIN_HOME \bin\startManagedWebLogic.cmd soa_server1 Before the managed server is started, you will be prompted for the WebLogic Server user name and password. These were provided on the Configure Administrator Username and Password Screen in the Configuration Wizard. If your Administration Server is using a non-default port, or resides on a different host than your managed servers in a distributed environment, you must also specify the URL to access your Administration Server. On UNIX operating systems: DOMAIN_HOME binstartManagedWebLogic.sh soa_server1 http: administration_ server_host : administration_server_port On Windows operating systems: DOMAIN_HOME \bin\startManagedWebLogic.cmd soa_server1 http: administration_ server_host : administration_server_port Instead of being prompted for the Administration Server user name and password, you can also specify them directly from the command lime. On UNIX operating systems: DOMAIN_HOME binstartManagedWebLogic.sh soa_server1 http: administration_ server_host : administration_server_port -Dweblogic.management.username= user_name -Dweblogic.management.password= password On Windows operating systems: DOMAIN_HOME \bin\startManagedWebLogic.cmd soa_server1 http: administration_ server_host : administration_server_port -Dweblogic.management.username= user_name -Dweblogic.management.password= password If you do not know the names of the managed servers that need to be started, you can view the contents of the following file on UNIX operating systems: DOMAIN_HOME startManagedWebLogic_readme.txt On Windows operating systems: Note: If this is the first time that both Oracle SOA Server and Oracle BAM Server are being started after installation and configuration, you must make sure that your startup of Oracle SOA Server is complete before starting Oracle BAM Server.