Deploy CSA 11.3 (Commerce Store Accelerator)

Oracle Commerce ATG released a new reference application called Commerce Store Acceleator (CSA) in 11.2 and later versions. Basically, this application is an accelerator to start implementing ATG with best practices, but the difference in comparison with the CRS, is that use RESTful web services, KnockoutJS and Bootstrap in the front-end to separate the views from the back-end, so this application does not use JSPs, droplets, etc.


Pre-configuration for CSA

In order to deploy the CSA, previously you must have installed:
Then we need to create the schemas and users in the database. Start your Oracle database and open a terminal and type this

sqlplus

Connect as system

SQL*Plus: Release 12.1.0.1.0 Production on Fri Oct 13 18:06:58 2017

Copyright (c) 1982, 2013, Oracle.  All rights reserved.

Enter user-name: system
Enter password:  Password1

Connected to:
Oracle Database 12c Release 12.1.0.1.0 - 64bit Production

And then execute this to grant some permissions to the users

--Create Users and Tablespaces

CREATE TABLESPACE csa_data DATAFILE 'C:\opt\oracle\oradata\orcl\csa_data' SIZE 100M AUTOEXTEND ON MAXSIZE UNLIMITED;
CREATE TABLESPACE csa_index DATAFILE 'C:\opt\oracle\oradata\orcl\csa_index' SIZE 50M AUTOEXTEND ON MAXSIZE UNLIMITED;
CREATE TABLESPACE csa_lob DATAFILE 'C:\opt\oracle\oradata\orcl\csa_lob' SIZE 50M AUTOEXTEND ON MAXSIZE UNLIMITED;
CREATE TABLESPACE csa_lob_index DATAFILE 'C:\opt\oracle\oradata\orcl\csa_lob_index' SIZE 50M AUTOEXTEND ON MAXSIZE UNLIMITED;

CREATE USER csa_cata IDENTIFIED BY VALUES 'csa_cata' DEFAULT TABLESPACE csa_data;
CREATE USER csa_catb IDENTIFIED BY VALUES 'csa_catb' DEFAULT TABLESPACE csa_data;
CREATE USER csa_core IDENTIFIED BY VALUES 'csa_core' DEFAULT TABLESPACE csa_data;
CREATE USER csa_pub IDENTIFIED BY VALUES 'csa_pub' DEFAULT TABLESPACE csa_data;
ALTER USER csa_cata IDENTIFIED BY csa_cata;
ALTER USER csa_catb IDENTIFIED BY csa_catb;
ALTER USER csa_core IDENTIFIED BY csa_core;
ALTER USER csa_pub IDENTIFIED BY csa_pub;

GRANT CREATE SESSION TO csa_cata, csa_catb, csa_core, csa_pub;
GRANT ALL PRIVILEGES TO csa_cata, csa_catb, csa_core, csa_pub;

exit

Now connect as sysdba


sqlplus / as sysdba

And execute this

GRANT SELECT ON sys.dba_pending_transactions TO csa_cata, csa_catb, csa_core, csa_pub;
GRANT SELECT ON sys.pending_trans$ TO csa_cata, csa_catb, csa_core, csa_pub;
GRANT SELECT ON sys.dba_2pc_pending TO csa_cata, csa_catb, csa_core, csa_pub;
GRANT EXECUTE ON sys.dbms_xa TO csa_cata, csa_catb, csa_core, csa_pub;
GRANT FORCE ANY TRANSACTION TO csa_cata, csa_catb, csa_core, csa_pub;

exit

Start the Endeca services:
  • Endeca CAS Service
  • Endeca HTTP service
  • Endeca Tools Service
Create this path:
  • C:\opt\jboss-eap-7.0\modules\com\oracle\ojdbc\main
And paste the ojdbc7.jar located into this path
  • C:\opt\oracle\oracle_db\12.1.0\dbhome\jdbc\lib


Configuring CSA with CIM

Open the ATG CIM tool
C:\opt\ATG\ATG11.3\home\bin\cim.bat

Use the following configuration where basically we will do these steps:
  • choose the module and configurations to add into the ATG application
  • specify the application server to use
  • configure the OPSS security
  • Configure DB connections and import the data to PUB, CORE, CATA, and CATB schemas
  • Configure the publishing (csa_pub) and production (csa_prod) instances
  • Deploy the production instance to Endeca 3 times (for the CSAen, CSAes, and CSAde applications)
  • Deploy csa_pub and csa_prod instances to the application server (in this case, JBoss)
Application Server: jboss
The following installed Oracle Commerce components are being used to launch:
  ATGPlatform version 11.3 installed at C:\opt\ATG\ATG11.3


Nucleus running



     Oracle Commerce Configuration Installation Manager


-------START OPSS SERVICES------------------------------------------------------
enter [h]Help, [q]Quit to exit

Starting the Oracle Platform Security Services (OPSS)

=======CIM MAIN MENU============================================================
enter [h]Help, [q]Quit to exit


Choose the task you want to perform:


 *[R]  Set the Administrator Password
  [W]  Quit without setting password

 > R 


Please enter the value you wish to use as the Administrator password. This
password will be set for all instances created by the CIM tool. Passwords
should adhere to the following guidelines...

* passwords should be at least 8 characters long

* passwords should contain at least one upper case and one lowercase character

* passwords should contain at least one numeric character


-------RESET ADMINISTRATOR PASSWORD STEP----------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit



   New Password Password1 

   Re-enter the password > Password1 

=======CIM MAIN MENU============================================================
enter [h]Help, [q]Quit to exit


Choose the task you want to perform:


  [R]  Set the Administrator Password - Done (pending database import)
 *[P]  Product Selection
  [A]  Select Application Server
  [C]  Custom CIM Plugin Launcher

 > P 

-------ANALYZING PRODUCT DIRECTORIES--------------------------------------------



Please wait as CIM analyzes your product folders. . . . . . . . . . . . . . .

Analysis complete: 0 seconds




-------PRODUCT SELECTION--------------------------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit


Select product you wish to configure by entering the corresponding item number.

  (Searching for products... done.)

  Choose one of the following options: (* = Currently selected )

  [1]  Oracle Commerce Platform -
        Includes, optionally, data warehouse components

  [2]  Oracle Commerce Core Commerce -
        Includes Commerce Platform and Content Administration. Optional: data
        warehouse components, Preview and Merchandising UI

  [3]  Oracle Commerce WebCenter Sites Extensions -
        Includes Commerce Platform and Commerce CAS Reader.

  [4]  Oracle Commerce JAXRS-based REST -
        RESTful Web Services using JAXRS-based framework

  [5]  Oracle Commerce MVC-based REST -
        RESTful Web Services using MVC-based framework

  [6]  Oracle Commerce Site Administration -
        Includes Commerce Platform and Content Administration

  [7]  Oracle Commerce Platform-Guided Search Integration -
        Includes Commerce Platform. Select this option when Commerce Guided
        Search is used.

  [8]  Content Administration -
        Includes Oracle Commerce Platform.  Optional: Preview

  [9]  Oracle Commerce CAS Reader -
        Includes Commerce Platform. Select this option when Commerce Platform
        is used to import data to Commerce CAS.

  [10]  Oracle Commerce Service Center -
        Agent-facing commerce application

  [11]  Oracle Commerce Store Accelerator -
        Provides re-useable components, a sample store and code to accelerate
        development of an Oracle Commerce Store.

  [12]  Oracle Commerce Reference Store -
        Includes the Oracle Commerce Platform, Oracle Commerce
        Platform-Guided Search Integration, Content Administration, Site
        Administration, Core Commerce, and Merchandising. Optional: Data
        warehouse components and Preview

  [D]  Done

Select one or more > 2 4 5 6 7 8 11 

  Choose one of the following options: (* = Currently selected )

  [1]  Oracle Commerce Platform -
        Includes, optionally, data warehouse components

 *[2]  Oracle Commerce Core Commerce -
        Includes Commerce Platform and Content Administration. Optional: data
        warehouse components, Preview and Merchandising UI

  [3]  Oracle Commerce WebCenter Sites Extensions -
        Includes Commerce Platform and Commerce CAS Reader.

 *[4]  Oracle Commerce JAXRS-based REST -
        RESTful Web Services using JAXRS-based framework

 *[5]  Oracle Commerce MVC-based REST -
        RESTful Web Services using MVC-based framework

 *[6]  Oracle Commerce Site Administration -
        Includes Commerce Platform and Content Administration

 *[7]  Oracle Commerce Platform-Guided Search Integration -
        Includes Commerce Platform. Select this option when Commerce Guided
        Search is used.

 *[8]  Content Administration -
        Includes Oracle Commerce Platform.  Optional: Preview

  [9]  Oracle Commerce CAS Reader -
        Includes Commerce Platform. Select this option when Commerce Platform
        is used to import data to Commerce CAS.

  [10]  Oracle Commerce Service Center -
        Agent-facing commerce application

 *[11]  Oracle Commerce Store Accelerator -
        Provides re-useable components, a sample store and code to accelerate
        development of an Oracle Commerce Store.

  [12]  Oracle Commerce Reference Store -
        Includes the Oracle Commerce Platform, Oracle Commerce
        Platform-Guided Search Integration, Content Administration, Site
        Administration, Core Commerce, and Merchandising. Optional: Data
        warehouse components and Preview

  [D]  Done

Select one or more > D 

-------COMMERCE SEARCH----------------------------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit


The following addon(s) have been automatically included for the selected
product: Commerce Search


-------MERCHANDISING UI---------------------------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit


The following addon(s) have been automatically included for the selected
product: Merchandising UI


-------CHOOSE ADDONS :----------------------------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit



  Choose AddOns :

  [1]  Reporting
  [2]  Staging Server
  [3]  Dedicated Lock Servers
  [4]  Single Sign On (SSO)
  [5]  Preview Server
  [6]  Abandoned Order Services
  [D]  Done

Select zero or more > 5 

  Choose AddOns :

  [1]  Reporting
  [2]  Staging Server
  [3]  Dedicated Lock Servers
  [4]  Single Sign On (SSO)
 *[5]  Preview Server
  [6]  Abandoned Order Services
  [D]  Done

Select zero or more > D 

-------CHOOSE SWITCHING OR NON-SWITCHING DATASOURCE :---------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit



  Choose switching or non-switching datasource :

  [1]  Non-Switching Datasource
  [2]  Switching Datasource

Select one > 2 

-------PUBLISHING MANAGEMENT GROUP----------------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit


The following addon(s) have been automatically included for the selected
product: Publishing Management


-------CHOOSE SWITCHING PUBLISHING DATASOURCE :---------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit


The following addon(s) have been automatically included for the selected
product: Publishing Switching Datasource


-------PUBLISHING PREVIEW OPTIONS SELECTION :-----------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit



  Publishing Preview Options Selection :

  [1]  Configure Preview to run on the CA Server
  [2]  Configure Publishing External Preview Server
  [D]  Done

Select one or more > 1 

  Publishing Preview Options Selection :

 *[1]  Configure Preview to run on the CA Server
  [2]  Configure Publishing External Preview Server
  [D]  Done

Select one or more > D 

-------ORACLE COMMERCE JAXRS-BASED REST-----------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit


The following addon(s) have been automatically included for the selected
product: Oracle Commerce JAXRS-based REST


-------ORACLE COMMERCE MVC-BASED REST-------------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit


The following addon(s) have been automatically included for the selected
product: Oracle Commerce MVC-based REST


-------INCLUDE DEMO APPLICATION:------------------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit



-------SITEADMIN ADDONS :-------------------------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit


The following addon(s) have been automatically included for the selected
product: Add commerce data to SiteAdmin


-------COMMERCE INDEX TYPE SELECTION :------------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit



  Commerce Index Type Selection :

  [1]  Index by SKU
  [2]  Index by Product

Select one > 1 

-------SELECT A STOREFRONT------------------------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit



  Select a Storefront

  [1]  B2C Store
  [D]  Done

Select zero or one > 1 

  Select a Storefront

 *[1]  B2C Store
  [D]  Done

Select zero or one > D 

-------EXPERIENCE MANAGER PREVIEW OPTIONS SELECTION FOR PRODUCTION--------------
enter [h]Help, [m]Main Menu, [q]Quit to exit



  Experience Manager Preview Options Selection For Production

  [1]  Configure Experience Manager Preview to run on the Production Server.
Use this option in development or evaluation environments only. Do not use it
for an actual production system.
  [D]  Done

Select zero or more > 1 

  Experience Manager Preview Options Selection For Production

 *[1]  Configure Experience Manager Preview to run on the Production Server.
Use this option in development or evaluation environments only. Do not use it
for an actual production system.
  [D]  Done

Select zero or more > D 

-------CHOOSE SAMPLE DATA CONFIGURATION:----------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit



  Choose Sample Data Configuration:

  [1]  Full - Populated product catalog, users, orders, promotions, etc.
  [2]  Minimal - Empty product catalog and minimum data required for startup

Select one > 1 

-------PRODUCT MODULE CALCULATION-----------------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit



Current Product Selection:

  Oracle Commerce Site Administration


  Oracle Commerce Store Accelerator


  Oracle Commerce MVC-based REST


  Oracle Commerce JAXRS-based REST


  Oracle Commerce Platform-Guided Search Integration


  Content Administration


Selected AddOns:

  Commerce Search
  Merchandising UI
  Preview Server
  Switching Datasource
  Publishing Management
  Publishing Switching Datasource
  Configure Preview to run on the CA Server
  Oracle Commerce JAXRS-based REST
  Oracle Commerce MVC-based REST
  Add commerce data to SiteAdmin
  Index by SKU
  B2C Store
  Configure Experience Manager Preview to run on the Production Server. Use
this option in development or evaluation environments only. Do not use it for
an actual production system.
  Full


Server Instance Types:

  Production Server

     DafEar.Admin DPS DSS ContentMgmt DCS.PublishingAgent
DCS.AbandonedOrderServices CommerceAccelerator.Base ContentMgmt.Endeca.Index
DCS.Endeca.Index DCS.Endeca.Assembler PublishingAgent
REST.JAXRSPublic.Version1 REST.base REST.Actor DCS.Endeca.Index.SKUIndexing
CommerceAccelerator.Applications.B2CStore

  Publishing Server

     DCS-UI.Versioned BIZUI PubPortlet DafEar.Admin ContentMgmt.Versioned
DCS.Versioned DCS-UI CommerceAccelerator.Base.Versioned
DCS-UI.SiteAdmin.Versioned SiteAdmin.Versioned
ContentMgmt.Endeca.Index.Versioned DCS.Endeca.Index.Versioned
DCS.Endeca.Assembler.Versioned DCS.Endeca.Index.SKUIndexing
CommerceAccelerator.Applications.B2CStore
CommerceAccelerator.Applications.B2CStore.Versioned


-------VALIDATING INSTALLATION--------------------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit


CIM is validating your Product Selection against your current installation.


  >> All required modules exist - passed

=======CIM MAIN MENU============================================================
enter [h]Help, [q]Quit to exit


Choose the task you want to perform:


  [R]  Set the Administrator Password - Done (pending database import)
  [P]  Product Selection - Done (Oracle Commerce Site Administration & Oracle
Commerce Store Accelerator & Oracle Commerce MVC-based REST & Oracle Commerce
JAXRS-based REST & Oracle Commerce Platform-Guided Search Integration &
Content Administration)
 *[A]  Select Application Server
  [C]  Custom CIM Plugin Launcher

 > A 

-------APPLICATION SERVER SELECTION---------------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit



  Choose Application Server: (* = Currently selected )

 *[1]  JBoss Application Server
  [2]  Oracle Weblogic Online (Either Production or Developer Mode)
  [3]  IBM Websphere Application Server
  [4]  Apache Tomcat (Development Only)
  [5]  Raw Ear Output Mode

Select one > 1 

-------ENTER JBOSS HOME PATH----------------------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit



   Enter path:  > C:\opt\jboss-eap-7.0\

  >> App Server home path set to C:/opt/jboss-eap-7.0/

=======CIM MAIN MENU============================================================
enter [h]Help, [q]Quit to exit


Choose the task you want to perform:


 *[1]  Configure OPSS Security
  [2]  Database Configuration
  [3]  Server Instance Configuration
  [4]  Application Assembly & Deployment
  [R]  Set the Administrator Password - Done (pending database import)
  [P]  Product Selection - Done (Oracle Commerce Site Administration & Oracle
Commerce Store Accelerator & Oracle Commerce MVC-based REST & Oracle Commerce
JAXRS-based REST & Oracle Commerce Platform-Guided Search Integration &
Content Administration)
  [A]  Select Application Server - Done (JBoss)
  [C]  Custom CIM Plugin Launcher

 > 1 

-------SECURITY DEPLOYMENT MENU-------------------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit


Security Deployment Menu


 *[1]  Enter the location to deploy OPSS files
  [D]  Done

 > 1 

-------ENTER THE LOCATION FOR THE SECURITY FILES--------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit


Enter the location for the OPSS configuration files. This location should be a
shared or mounted directory that is accessible by all the server instances.
For example...

 - On Windows this would be mapped or shared drive e.g. z:\shared\opssfiles.
 - On (*)nix based systems, this would be a mounted drive or shared location
e.g. /mountshare/opssfiles.

 The directory must have write permissions, but does not need to exist at this
time. You will have the option to skip the deployment and defer to a later
time or you copy the files manually, if preferred.


   Enter Shared Path: [[C:/opt/ATG/ATG11.3/home/../home/security/]]
 > 

  >> Succeeded storing path C:/opt/ATG/ATG11.3/home/../home/security/

-------SECURITY DEPLOYMENT MENU-------------------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit


Security Deployment Menu


  [1]  Update the location to deploy OPSS files  - Done
  [2]  Enter the security credential for REST Services
 *[3]  Enter the Workbench login credential
  [4]  Deploy configuration files
  [D]  Done

 > 3 

-------ENTER THE WORKBENCH LOGIN CREDENTIAL-------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit


The Workbench username and password are required by Platform-Guided Search
Integration for features that require a connection to Workbench.


   Enter Workbench username > admin 

   Enter Workbench password > Password1 

   Re-enter the password > Password1 

  >> Succeeded storing Workbench login credential

-------SECURITY DEPLOYMENT MENU-------------------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit


Security Deployment Menu


  [1]  Update the location to deploy OPSS files  - Done
  [2]  Enter the security credential for REST Services
  [3]  Update the Workbench login credential - Done
 *[4]  Deploy configuration files
  [D]  Done

 > 4 

-------COPY OPSS FILES TO DEPLOY DIRECTORY--------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit


Copies the OPSS configuration files to the deploy directory for manual
deployment.


  >> Copied all files to C:\opt\ATG\ATG11.3\CIM\deploy

-------COPY CREDENTIALS TO SHARED DIRECTORY-------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit


Copy credentials to shared directory


 *[D]  Deploy to C:/opt/ATG/ATG11.3/home/../home/security/
  [S]  Skip deployment, Ill copy the files manually.

 > D 

-------VALIDATE WHETHER DIRECTORY CURRENTLY EXISTS------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit


Validates whether the selected directory exists at the time of installation


-------VERIFY WHETHER TO OVERWRITE CURRENT DIRECTORY CONTENTS-------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit


Verify whether to overwrite current directory contents or skip deployment and
leave the exist files in place.


 *[D]  Deploy OPSS configuration files
  [N]  No thanks, skip the copy process

 > D 

-------COPY CREDENTIALS TO SHARED DIRECTORY-------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit


Copy credentials to shared directory


  >> Successfully copied the files into the deployment directory C:\opt\ATG\
ATG11.3\home\security

-------SECURITY DEPLOYMENT MENU-------------------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit


Security Deployment Menu


  [1]  Update the location to deploy OPSS files  - Done
  [2]  Enter the security credential for REST Services
  [3]  Update the Workbench login credential - Done
  [4]  Deploy configuration files - Done
 *[D]  Done

 > D 

=======CIM MAIN MENU============================================================
enter [h]Help, [q]Quit to exit


Choose the task you want to perform:


  [1]  Configure OPSS Security - Done
 *[2]  Database Configuration
  [3]  Server Instance Configuration
  [4]  Application Assembly & Deployment
  [R]  Set the Administrator Password - Done (pending database import)
  [P]  Product Selection - Done (Oracle Commerce Site Administration & Oracle
Commerce Store Accelerator & Oracle Commerce MVC-based REST & Oracle Commerce
JAXRS-based REST & Oracle Commerce Platform-Guided Search Integration &
Content Administration)
  [A]  Select Application Server - Done (JBoss)
  [C]  Custom CIM Plugin Launcher

 > C 

-------SELECT CUSTOM WIZARD-----------------------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit


Select Custom Wizard to launch


 *[D]  Developer Utilities
  [S]  Set security credentials for CSA key store
  [C]  Set security credentials for CRS key store
  [F]  Set credentials for SIM webservices
  [O]  Done

 > S 

-------KEY STORE CONFIGURATION--------------------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit


Key store in CSA is used to store encryption/decryption keys for securing
credit card numbers. The passwords you specify here would be used to protect a
freshly generated key and a key store. As these passwords are saved in the
OPSS file, you must deploy it using OPSS security option from main menu after
this step. Additionally, CSA application data must be reloaded to get credit
cards encrypted using newly generated key.


 *[K]  Key store configuration

 > K 

-------ENTER PASSWORDS----------------------------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit



   Enter password for key store > *********

   Re-enter the credential > *********

   Enter password for encrypt/decrypt key in key store > *********

   Re-enter the credential > *********

-------SELECT CUSTOM WIZARD-----------------------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit


Select Custom Wizard to launch


 *[D]  Developer Utilities
  [S]  Set security credentials for CSA key store
  [C]  Set security credentials for CRS key store
  [F]  Set credentials for SIM webservices
  [O]  Done

 > O 

=======CIM MAIN MENU============================================================
enter [h]Help, [q]Quit to exit


Choose the task you want to perform:


  [1]  Configure OPSS Security - Done
 *[2]  Database Configuration
  [3]  Server Instance Configuration
  [4]  Application Assembly & Deployment
  [R]  Set the Administrator Password - Done (pending database import)
  [P]  Product Selection - Done (Oracle Commerce Site Administration & Oracle
Commerce Store Accelerator & Oracle Commerce MVC-based REST & Oracle Commerce
JAXRS-based REST & Oracle Commerce Platform-Guided Search Integration &
Content Administration)
  [A]  Select Application Server - Done (JBoss)
  [C]  Custom CIM Plugin Launcher

 > 1 

-------SECURITY DEPLOYMENT MENU-------------------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit


Security Deployment Menu


  [1]  Update the location to deploy OPSS files  - Done
  [2]  Enter the security credential for REST Services
  [3]  Update the Workbench login credential - Done
 *[4]  Deploy configuration files
  [D]  Done

 > 2 

-------ENTER THE CREDENTIAL-----------------------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit


Workbench accesses user segment data via REST services. These REST services
are protected by a shared security credential which is used during
machine-to-machine communication. The credential you specify here must also
must be added to the Workbench configuration using the manage_credentials
script. Administrators should use a complex, long, machine-generated
credential.

 Enter the shared secret password Workbench uses to access ATG REST Services


   Enter the credential for access to REST Services > Password1 

   Re-enter the credential > Password1 

  >> Succeeded storing credential

-------SECURITY DEPLOYMENT MENU-------------------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit


Security Deployment Menu


  [1]  Update the location to deploy OPSS files  - Done
  [2]  Update the security credential for REST Services - Done
  [3]  Update the Workbench login credential - Done
 *[4]  Deploy configuration files
  [D]  Done

 > 4 

-------COPY OPSS FILES TO DEPLOY DIRECTORY--------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit


Copies the OPSS configuration files to the deploy directory for manual
deployment.


  >> Successfully copies the files to C:\opt\ATG\ATG11.3\CIM\deploy

-------COPY CREDENTIALS TO SHARED DIRECTORY-------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit


Copy credentials to shared directory


 *[D]  Deploy to C:/opt/ATG/ATG11.3/home/../home/security/
  [S]  Skip deployment, Ill copy the files manually.

 > D 

-------VALIDATE WHETHER DIRECTORY CURRENTLY EXISTS------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit


Validates whether the selected directory exists at the time of installation


-------VERIFY WHETHER TO OVERWRITE CURRENT DIRECTORY CONTENTS-------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit


Verify whether to overwrite current directory contents or skip deployment and
leave the exist files in place.


 *[D]  Deploy OPSS configuration files
  [N]  No thanks, skip the copy process

 > D 

-------COPY CREDENTIALS TO SHARED DIRECTORY-------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit


Copy credentials to shared directory


  >> Successfully copied the files into the deployment directory C:\opt\ATG\
ATG11.3\home\security

-------SECURITY DEPLOYMENT MENU-------------------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit


Security Deployment Menu


  [1]  Update the location to deploy OPSS files  - Done
  [2]  Update the security credential for REST Services - Done
  [3]  Update the Workbench login credential - Done
  [4]  Deploy configuration files - Done
 *[D]  Done

 > D 

=======CIM MAIN MENU============================================================
enter [h]Help, [q]Quit to exit


Choose the task you want to perform:


  [1]  Configure OPSS Security - Done
 *[2]  Database Configuration
  [3]  Server Instance Configuration
  [4]  Application Assembly & Deployment
  [R]  Set the Administrator Password - Done (pending database import)
  [P]  Product Selection - Done (Oracle Commerce Site Administration & Oracle
Commerce Store Accelerator & Oracle Commerce MVC-based REST & Oracle Commerce
JAXRS-based REST & Oracle Commerce Platform-Guided Search Integration &
Content Administration)
  [A]  Select Application Server - Done (JBoss)
  [C]  Custom CIM Plugin Launcher

 > 2 

-------PRE DATABASE CONFIGURATION VALIDATION------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit



-------CALCULATE DATASOURCE DEPENDENCIES----------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit



  Calculating Datasource Dependencies. View log file at C:/opt/ATG/ATG11.3/
home/../CIM/ log/cim.log
  |. . . . |
  |. . . . |

-------SELECT A DATASOURCE TO CONFIGURE-----------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit



 *[P]  Publishing
  [C]  Production Core
  [S]  Switching A
  [B]  Switching B
  [D]  Done

 > P 

-------CONFIGURE DATASOURCE PUBLISHING------------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit



 *[C]  Connection Details
  [O]  Configure Another Datasource

 > C 

Publishing


-------ENTER CONNECTION DETAILS-------------------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit


Publishing


  Select Database Type

  [1]  Oracle Thin
  [2]  MS SQL
  [3]  iNet MS SQL
  [4]  DB2
  [5]  My SQL (Development Only)

Select one > 1 

   Enter User Name > csa_pub 

   Enter Password > csa_pub 

   Re-enter the password > csa_pub 

   Enter Host Name > localhost 

   Enter Port Number [[1521]] > 1521 

   Enter Database Name > orcl 

   Enter Database URL [[jdbc:oracle:thin:@localhost:1521:orcl]]
 > 

   Enter Driver Path > C:\opt\jboss-eap-7.0\modules\com\oracle\ojdbc\main\ojdbc7.jar 

   Enter JNDI Name [[ATGPublishingDS]] >

-------CONFIGURE DATASOURCE PUBLISHING------------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit



  [C]  Connection Details - Done
 *[T]  Test Connection
  [S]  Create Schema
  [I]  Import Initial Data
  [D]  Drop Schema
  [O]  Configure Another Datasource

 > T 

-------TEST DATASOURCE CONNECTION-----------------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit


Publishing


  >> Connection to database csa_pub @ jdbc:oracle:thin:@localhost:1521:orcl
is successful

-------CONFIGURE DATASOURCE PUBLISHING------------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit



  [C]  Connection Details - Done
  [T]  Test Connection - Done
 *[S]  Create Schema
  [I]  Import Initial Data
  [D]  Drop Schema
  [O]  Configure Another Datasource

 > S 

-------CREATE SCHEMA------------------------------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit


Publishing


 *[C]  Create Schema
  [S]  Skip

 > C 

  Schema Creation Beginning. View log file at C:/opt/ATG/ATG11.3/home/../CIM/
log/cim.log
  |. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . |
  |. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . |

  >> Schema creation completed successfully

-------CONFIGURE DATASOURCE PUBLISHING------------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit



  [C]  Connection Details - Done
  [T]  Test Connection - Done
  [S]  Create Schema - Done
 *[I]  Import Initial Data
  [D]  Drop Schema
  [O]  Configure Another Datasource

 > I 

-------IMPORT DATA--------------------------------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit


Publishing


 *[I]  Import Data
  [S]  Skip

 > I 

   Define the password for the Merchandising User (login: merchandising). Password must be at least 8 characters in length. Password must contain one of the fol
lowing characters: 1234567890. Password must contain both upper-case and lower-case letters. > *********

   Re-enter the password > Password1 

   Define the password for the Publishing Admin User (login: admin). Password must be at least 8 characters in length. Password must contain one of the followin
g characters: 1234567890. Password must contain both upper-case and lower-case letters. > *********

   Re-enter the password > Password1 

-------DATA IMPORT PUBLISHING---------------------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit


Combining template tasks...Success

Importing ( 1 of 14 ) /CIM/tmp/import/management-import1.xml:
/DAS/install/data/dynAdminRepo.xml to /atg/dynamo/security/AdminSqlRepository
/DPS/InternalUsers/install/data/das-security.xml to /atg/userprofiling/
InternalProfileRepository
/DPS/InternalUsers/install/data/dcs-security.xml to /atg/userprofiling/
InternalProfileRepository
/DPS/InternalUsers/install/data/security.xml to /atg/userprofiling/
InternalProfileRepository
/DPS/InternalUsers/install/data/searchadmin-security.xml to /atg/userprofiling/
InternalProfileRepository
/DPS/InternalUsers/install/data/contentmgmt-security.xml to /atg/userprofiling/
InternalProfileRepository
...Success

Importing ( 2 of 14 ) /Publishing/base/install/epub-role-data.xml to /atg/userprofiling/InternalProfileRepository...Success

Importing ( 3 of 14 ) /Publishing/base/install/epub-file-repository-data.xml to /atg/epub/file/PublishingFileRepository...Success

Loading ( 4 of 14 ) DSS/atg/registry/data/scenarios/DSS/*.sdl & DSS/atg/
registry/data/scenarios/recorders/*.sdl...Success

Importing ( 5 of 14 ) /CIM/tmp/import/management-import2.xml:
/DPS/Endeca/Assembler/install/data/initial-segment-lists.xml to /atg/
userprofiling/PersonalizationRepository
/DCS/install/data/initial-segment-lists.xml to /atg/userprofiling/
PersonalizationRepository
/DCS/Versioned/install/data/internal-users-security.xml to /atg/userprofiling/
InternalProfileRepository
...Success

Loading ( 6 of 14 ) CommerceAccelerator.Applications.B2CStore.NoPublishing/atg/
registry/Slots/*.properties...Success

Loading ( 7 of 14 ) CommerceAccelerator.Applications.B2CStore.NoPublishing/atg/
registry/RepositoryTargeters/ProductCatalog/*.properties...Success

Loading ( 8 of 14 ) CommerceAccelerator.Applications.B2CStore.NoPublishing/atg/
registry/RepositoryTargeters/MediaContent/*.properties...Success

Loading ( 9 of 14 ) CommerceAccelerator.Applications.B2CStore.NoPublishing/atg/
registry/data/scenarios/store/homepage/*.sdl...Success

Importing ( 10 of 14 ) /CIM/tmp/import/management-import3.xml:
/WebUI/install/data/profile.xml to /atg/userprofiling/InternalProfileRepository
/WebUI/install/data/external_profile.xml to /atg/userprofiling/
ProfileAdapterRepository
/BIZUI/install/data/portal.xml to /atg/portal/framework/PortalRepository
/BIZUI/install/data/profile.xml to /atg/userprofiling/InternalProfileRepository
/BIZUI/install/data/viewmapping.xml to /atg/web/viewmapping/
ViewMappingRepository
/BCC/install/data/viewmapping.xml to /atg/web/viewmapping/ViewMappingRepository
/DPS-UI/AccessControl/install/data/viewmapping.xml to /atg/web/viewmapping/
ViewMappingRepository
/DPS-UI/install/data/viewmapping.xml to /atg/web/viewmapping/
ViewMappingRepository
/DPS-UI/install/data/viewmapping_preview.xml to /atg/web/viewmapping/
ViewMappingRepository
/AssetUI/install/data/viewmapping.xml to /atg/web/viewmapping/
ViewMappingRepository
/AssetUI/install/data/assetManagerViews.xml to /atg/web/viewmapping/
ViewMappingRepository
/SiteAdmin/Versioned/install/data/siteadmin-role-data.xml to /atg/
userprofiling/InternalProfileRepository
/SiteAdmin/Versioned/install/data/viewmapping.xml to /atg/web/viewmapping/
ViewMappingRepository
/SiteAdmin/Versioned/install/data/viewmapping_preview.xml to /atg/web/
viewmapping/ViewMappingRepository
/SiteAdmin/Versioned/install/data/templates.xml to /atg/multisite/
SiteRepository
/DPS-UI/Versioned/install/data/viewmapping.xml to /atg/web/viewmapping/
ViewMappingRepository
/DPS-UI/Versioned/install/data/examples.xml to /atg/web/viewmapping/
ViewMappingRepository
/ContentMgmt-UI/install/data/viewmapping.xml to /atg/web/viewmapping/
ViewMappingRepository
/ContentMgmt-UI/Versioned/install/data/viewmapping.xml to /atg/web/viewmapping/
ViewMappingRepository
/DCS-UI/install/data/viewmapping.xml to /atg/web/viewmapping/
ViewMappingRepository
/DCS-UI/install/data/viewmapping_preview.xml to /atg/web/viewmapping/
ViewMappingRepository
...Success

Importing ( 11 of 14 ) /CommerceAccelerator/Applications/B2CStore/src/main/
sample-data/catalog.xml to /atg/commerce/catalog/ProductCatalog...Success

Importing ( 12 of 14 ) /CommerceAccelerator/Applications/B2CStore/src/main/
sample-data/inventory.xml to /atg/commerce/inventory/InventoryRepository...Success

Importing ( 13 of 14 ) /CIM/tmp/import/management-import4.xml:
/CommerceAccelerator/Applications/B2CStore/src/main/sample-data/pricelists.xml
to /atg/commerce/pricing/priceLists/PriceLists
/CommerceAccelerator/Applications/B2CStore/src/main/sample-data/sites.xml to /
atg/multisite/SiteRepository
/CommerceAccelerator/Applications/B2CStore/src/main/sample-data/orders.xml to /
atg/commerce/order/OrderRepository
/CommerceAccelerator/Applications/B2CStore/src/main/sample-data/wishlists.xml
to /atg/commerce/gifts/Giftlists
/CommerceAccelerator/Applications/B2CStore/src/main/sample-data/users.xml to /
atg/userprofiling/ProfileAdapterRepository
/CommerceAccelerator/Applications/B2CStore/src/main/sample-data/promotions.xml
to /atg/commerce/catalog/ProductCatalog
/CommerceAccelerator/Applications/B2CStore/src/main/sample-data/claimable.xml
to /atg/commerce/claimable/ClaimableRepository
/CommerceAccelerator/Applications/B2CStore/src/main/sample-data/seotags.xml to
/atg/seo/SEORepository
/CommerceAccelerator/Applications/B2CStore/src/main/sample-data/
content-mgmt.xml to /atg/content/ContentManagementRepository
...Success

Importing ( 14 of 14 ) /CIM/tmp/import/management-import5.xml:
/CommerceAccelerator/Applications/B2CStore/src/main/sample-data/
sites-endeca-assembler.xml to /atg/multisite/SiteRepository
/DCS-UI/Versioned/install/data/users.xml to /atg/userprofiling/
InternalProfileRepository
/DCS-UI/Versioned/install/data/viewmapping.xml to /atg/web/viewmapping/
ViewMappingRepository
/DCS-UI/SiteAdmin/Versioned/install/data/viewmapping.xml to /atg/web/
viewmapping/ViewMappingRepository
...Success

Update administrator password (1 of 1). The administrator password was
successfully updated in the database.

All imports completed successfully.

-------CONFIGURE DATASOURCE PUBLISHING------------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit



  [C]  Connection Details - Done
  [T]  Test Connection - Done
  [S]  Create Schema - Done
  [I]  Import Initial Data - Done
  [D]  Drop Schema
 *[O]  Configure Another Datasource

 > O 

-------SELECT A DATASOURCE TO CONFIGURE-----------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit



  [P]  Publishing - Done
 *[C]  Production Core
  [S]  Switching A
  [B]  Switching B
  [D]  Done

 > C 

-------CONFIGURE DATASOURCE PRODUCTION CORE-------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit



 *[C]  Connection Details
  [O]  Configure Another Datasource

 > C 

-------RE-USE VALUES FROM PREVIOUS DATASOURCE-----------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit


Production Core


  Base on previous database details:

  [1]  csa_pub@jdbc:oracle:thin:@localhost:1521:orcl
 *[2]  None/Use Existing

Select one > 2 

-------ENTER CONNECTION DETAILS-------------------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit


Production Core


  Select Database Type

  [1]  Oracle Thin
  [2]  MS SQL
  [3]  iNet MS SQL
  [4]  DB2
  [5]  My SQL (Development Only)

Select one > 1 

   Enter User Name > csa_core 

   Enter Password > csa_prod 

   Re-enter the password > csa_prod 

   Enter Host Name > localhost 

   Enter Port Number [[1521]] > 1521 

   Enter Database Name > orcl 

   Enter Database URL [[jdbc:oracle:thin:@localhost:1521:orcl]]
 > 

   Enter Driver Path > C:\opt\jboss-eap-7.0\modules\com\oracle\ojdbc\main\ojdbc7.jar 

   Enter JNDI Name [[ATGProductionDS]]

-------CONFIGURE DATASOURCE PRODUCTION CORE-------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit



  [C]  Connection Details - Done
 *[T]  Test Connection
  [S]  Create Schema
  [I]  Import Initial Data
  [D]  Drop Schema
  [O]  Configure Another Datasource

 > T 

-------TEST DATASOURCE CONNECTION-----------------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit


Production Core


  >> Connection to database csa_core @ jdbc:oracle:thin:@localhost:1521:orcl
is successful 

-------CONFIGURE DATASOURCE PRODUCTION CORE-------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit



  [C]  Connection Details - Done
  [T]  Test Connection - Done
 *[S]  Create Schema
  [I]  Import Initial Data
  [D]  Drop Schema
  [O]  Configure Another Datasource

 > S 

-------CREATE SCHEMA------------------------------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit


Production Core


 *[C]  Create Schema
  [S]  Skip

 > C 

  Schema Creation Beginning. View log file at C:/opt/ATG/ATG11.3/home/../CIM/
log/cim.log
  |. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . |
  |. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . |

  >> Schema creation completed successfully 

-------CONFIGURE DATASOURCE PRODUCTION CORE-------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit



  [C]  Connection Details - Done
  [T]  Test Connection - Done
  [S]  Create Schema - Done
 *[I]  Import Initial Data
  [D]  Drop Schema
  [O]  Configure Another Datasource

 > I 

-------IMPORT DATA--------------------------------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit


Production Core


 *[I]  Import Data
  [S]  Skip

 > I 

-------DATA IMPORT PRODUCTION CORE----------------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit


Combining template tasks...Success

Importing ( 1 of 1 ) /CIM/tmp/import/switchingCore-import1.xml:
/DAS/install/data/dynAdminRepo.xml to /atg/dynamo/security/AdminSqlRepository
/DPS/Endeca/Assembler/install/data/initial-segment-lists.xml to /atg/
userprofiling/PersonalizationRepository
...Success

Update administrator password (1 of 1). The administrator password was
successfully updated in the database.

All imports completed successfully. 

-------CONFIGURE DATASOURCE PRODUCTION CORE-------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit



  [C]  Connection Details - Done
  [T]  Test Connection - Done
  [S]  Create Schema - Done
  [I]  Import Initial Data - Done
  [D]  Drop Schema
 *[O]  Configure Another Datasource

 > O 

-------SELECT A DATASOURCE TO CONFIGURE-----------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit



  [P]  Publishing - Done
  [C]  Production Core - Done
 *[S]  Switching A
  [B]  Switching B
  [D]  Done

 > S 

-------CONFIGURE DATASOURCE SWITCHING A-----------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit



 *[C]  Connection Details
  [O]  Configure Another Datasource

 > C 

-------RE-USE VALUES FROM PREVIOUS DATASOURCE-----------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit


Switching A


  Base on previous database details:

  [1]  csa_pub@jdbc:oracle:thin:@localhost:1521:orcl
  [2]  csa_core@jdbc:oracle:thin:@localhost:1521:orcl
 *[3]  None/Use Existing

Select one > 3 

-------ENTER CONNECTION DETAILS-------------------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit


Switching A


  Select Database Type

  [1]  Oracle Thin
  [2]  MS SQL
  [3]  iNet MS SQL
  [4]  DB2
  [5]  My SQL (Development Only)

Select one > 1 

   Enter User Name > csa_cata 

   Enter Password > csa_cata 

   Re-enter the password > csa_cata 

   Enter Host Name > localhost 

   Enter Port Number [[1521]] > 1521 

   Enter Database Name > orcl 

   Enter Database URL [[jdbc:oracle:thin:@localhost:1521:orcl]]
 > 

   Enter Driver Path > C:\opt\jboss-eap-7.0\modules\com\oracle\ojdbc\main\ojdbc7.jar 

   Enter JNDI Name [[ATGSwitchingDS_A]]

-------CONFIGURE DATASOURCE SWITCHING A-----------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit



  [C]  Connection Details - Done
 *[T]  Test Connection
  [S]  Create Schema
  [I]  Import Initial Data
  [D]  Drop Schema
  [O]  Configure Another Datasource

 > T 

-------TEST DATASOURCE CONNECTION-----------------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit


Switching A


  >> Connection to database csa_cata @ jdbc:oracle:thin:@localhost:1521:orcl
is successful 

-------CONFIGURE DATASOURCE SWITCHING A-----------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit



  [C]  Connection Details - Done
  [T]  Test Connection - Done
 *[S]  Create Schema
  [I]  Import Initial Data
  [D]  Drop Schema
  [O]  Configure Another Datasource

 > S 

-------CREATE SCHEMA------------------------------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit


Switching A


 *[C]  Create Schema
  [S]  Skip

 > C 

  Schema Creation Beginning. View log file at C:/opt/ATG/ATG11.3/home/../CIM/
log/cim.log
  |. . . . . . . . . . . . . . . . . . . . . . . . . . . . |
  |. . . . . . . . . . . . . . . . . . . . . . . . . . . . |

  >> Schema creation completed successfully 

-------CONFIGURE DATASOURCE SWITCHING A-----------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit



  [C]  Connection Details - Done
  [T]  Test Connection - Done
  [S]  Create Schema - Done
 *[I]  Import Initial Data
  [D]  Drop Schema
  [O]  Configure Another Datasource

 > I 

-------IMPORT DATA--------------------------------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit


Switching A


 *[I]  Import Data
  [S]  Skip

 > I 

-------DATA IMPORT SWITCHING A--------------------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit


Combining template tasks...Success

Importing ( 1 of 5 ) /DPS/Endeca/Assembler/install/data/
initial-segment-lists.xml to /atg/userprofiling/PersonalizationRepository...Success

Importing ( 2 of 5 ) /CIM/tmp/import/switchingA-import1.xml:
/DCS/install/data/appeasementData.xml to /atg/commerce/order/OrderRepository
/DCS/install/data/returnData.xml to /atg/commerce/custsvc/CsrRepository
...Success

Importing ( 3 of 5 ) /CIM/tmp/import/switchingA-import2.xml:
/CommerceAccelerator/Applications/B2CStore/src/main/sample-data/pricelists.xml
to /atg/commerce/pricing/priceLists/PriceLists
/CommerceAccelerator/Applications/B2CStore/src/main/sample-data/catalog.xml to
/atg/commerce/catalog/ProductCatalog
/CommerceAccelerator/Applications/B2CStore/src/main/sample-data/sites.xml to /
atg/multisite/SiteRepository
/CommerceAccelerator/Applications/B2CStore/src/main/sample-data/
sites-endeca-assembler.xml to /atg/multisite/SiteRepository
/CommerceAccelerator/Applications/B2CStore/src/main/sample-data/promotions.xml
to /atg/commerce/catalog/ProductCatalog
...Success

Importing ( 4 of 5 ) /CommerceAccelerator/Applications/B2CStore/src/main/
sample-data/inventory.xml to /atg/commerce/inventory/InventoryRepository...Success

Importing ( 5 of 5 ) /CIM/tmp/import/switchingA-import3.xml:
/CommerceAccelerator/Applications/B2CStore/src/main/sample-data/wishlists.xml
to /atg/commerce/gifts/Giftlists
/CommerceAccelerator/Applications/B2CStore/src/main/sample-data/users.xml to /
atg/userprofiling/ProfileAdapterRepository
/CommerceAccelerator/Applications/B2CStore/src/main/sample-data/orders.xml to /
atg/commerce/order/OrderRepository
/CommerceAccelerator/Applications/B2CStore/src/main/sample-data/claimable.xml
to /atg/commerce/claimable/ClaimableRepository
/CommerceAccelerator/Applications/B2CStore/src/main/sample-data/seotags.xml to
/atg/seo/SEORepository
/CommerceAccelerator/Applications/B2CStore/src/main/sample-data/
content-mgmt.xml to /atg/content/ContentManagementRepository
...Success

Update administrator password (1 of 1). Update skipped, no action required.
Please check the cim.log for details.

All imports completed successfully. 

-------CONFIGURE DATASOURCE SWITCHING A-----------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit



  [C]  Connection Details - Done
  [T]  Test Connection - Done
  [S]  Create Schema - Done
  [I]  Import Initial Data - Done
  [D]  Drop Schema
 *[O]  Configure Another Datasource

 > O 

-------SELECT A DATASOURCE TO CONFIGURE-----------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit



  [P]  Publishing - Done
  [C]  Production Core - Done
  [S]  Switching A - Done
 *[B]  Switching B
  [D]  Done

 > B 

-------CONFIGURE DATASOURCE SWITCHING B-----------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit



 *[C]  Connection Details
  [O]  Configure Another Datasource

 > C 

-------RE-USE VALUES FROM PREVIOUS DATASOURCE-----------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit


Switching B


  Base on previous database details:

  [1]  csa_pub@jdbc:oracle:thin:@localhost:1521:orcl
  [2]  csa_core@jdbc:oracle:thin:@localhost:1521:orcl
  [3]  csa_cata@jdbc:oracle:thin:@localhost:1521:orcl
 *[4]  None/Use Existing

Select one > 4 

-------ENTER CONNECTION DETAILS-------------------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit


Switching B


  Select Database Type

  [1]  Oracle Thin
  [2]  MS SQL
  [3]  iNet MS SQL
  [4]  DB2
  [5]  My SQL (Development Only)

Select one > 1 

   Enter User Name > csa_catb 

   Enter Password > csa_catb 

   Re-enter the password > csa_catb 

   Enter Host Name > localhost 

   Enter Port Number [[1521]] > 1521 

   Enter Database Name > orcl 

   Enter Database URL [[jdbc:oracle:thin:@localhost:1521:orcl]]
 > 

   Enter Driver Path > C:\opt\jboss-eap-7.0\modules\com\oracle\ojdbc\main\ojdbc7.jar 

   Enter JNDI Name [[ATGSwitchingDS_B]]

-------CONFIGURE DATASOURCE SWITCHING B-----------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit



  [C]  Connection Details - Done
 *[T]  Test Connection
  [S]  Create Schema
  [I]  Import Initial Data
  [D]  Drop Schema
  [O]  Configure Another Datasource

 > T 

-------TEST DATASOURCE CONNECTION-----------------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit


Switching B


  >> Connection to database csa_catb @ jdbc:oracle:thin:@localhost:1521:orcl
is successful 

-------CONFIGURE DATASOURCE SWITCHING B-----------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit



  [C]  Connection Details - Done
  [T]  Test Connection - Done
 *[S]  Create Schema
  [I]  Import Initial Data
  [D]  Drop Schema
  [O]  Configure Another Datasource

 > S 

-------CREATE SCHEMA------------------------------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit


Switching B


 *[C]  Create Schema
  [S]  Skip

 > C 

  Schema Creation Beginning. View log file at C:/opt/ATG/ATG11.3/home/../CIM/
log/cim.log
  |. . . . . . . . . . . . . . . . . . . . . . . . . . . . |
  |. . . . . . . . . . . . . . . . . . . . . . . . . . . . |

  >> Schema creation completed successfully 

-------CONFIGURE DATASOURCE SWITCHING B-----------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit



  [C]  Connection Details - Done
  [T]  Test Connection - Done
  [S]  Create Schema - Done
 *[I]  Import Initial Data
  [D]  Drop Schema
  [O]  Configure Another Datasource

 > I 

-------IMPORT DATA--------------------------------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit


Switching B


 *[I]  Import Data
  [S]  Skip

 > I 

-------DATA IMPORT SWITCHING B--------------------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit


Combining template tasks...Success

Importing ( 1 of 5 ) /DPS/Endeca/Assembler/install/data/
initial-segment-lists.xml to /atg/userprofiling/PersonalizationRepository...Success

Importing ( 2 of 5 ) /CIM/tmp/import/switchingB-import1.xml:
/DCS/install/data/appeasementData.xml to /atg/commerce/order/OrderRepository
/DCS/install/data/returnData.xml to /atg/commerce/custsvc/CsrRepository
...Success

Importing ( 3 of 5 ) /CIM/tmp/import/switchingB-import2.xml:
/CommerceAccelerator/Applications/B2CStore/src/main/sample-data/pricelists.xml
to /atg/commerce/pricing/priceLists/PriceLists
/CommerceAccelerator/Applications/B2CStore/src/main/sample-data/catalog.xml to
/atg/commerce/catalog/ProductCatalog
/CommerceAccelerator/Applications/B2CStore/src/main/sample-data/sites.xml to /
atg/multisite/SiteRepository
/CommerceAccelerator/Applications/B2CStore/src/main/sample-data/
sites-endeca-assembler.xml to /atg/multisite/SiteRepository
/CommerceAccelerator/Applications/B2CStore/src/main/sample-data/promotions.xml
to /atg/commerce/catalog/ProductCatalog
...Success

Importing ( 4 of 5 ) /CommerceAccelerator/Applications/B2CStore/src/main/
sample-data/inventory.xml to /atg/commerce/inventory/InventoryRepository...Success

Importing ( 5 of 5 ) /CIM/tmp/import/switchingB-import3.xml:
/CommerceAccelerator/Applications/B2CStore/src/main/sample-data/wishlists.xml
to /atg/commerce/gifts/Giftlists
/CommerceAccelerator/Applications/B2CStore/src/main/sample-data/users.xml to /
atg/userprofiling/ProfileAdapterRepository
/CommerceAccelerator/Applications/B2CStore/src/main/sample-data/orders.xml to /
atg/commerce/order/OrderRepository
/CommerceAccelerator/Applications/B2CStore/src/main/sample-data/claimable.xml
to /atg/commerce/claimable/ClaimableRepository
/CommerceAccelerator/Applications/B2CStore/src/main/sample-data/seotags.xml to
/atg/seo/SEORepository
/CommerceAccelerator/Applications/B2CStore/src/main/sample-data/
content-mgmt.xml to /atg/content/ContentManagementRepository
...Success

Update administrator password (1 of 1). Update skipped, no action required.
Please check the cim.log for details.

All imports completed successfully. 

-------CONFIGURE DATASOURCE SWITCHING B-----------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit



  [C]  Connection Details - Done
  [T]  Test Connection - Done
  [S]  Create Schema - Done
  [I]  Import Initial Data - Done
  [D]  Drop Schema
 *[O]  Configure Another Datasource

 > O 

-------SELECT A DATASOURCE TO CONFIGURE-----------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit



  [P]  Publishing - Done
  [C]  Production Core - Done
  [S]  Switching A - Done
  [B]  Switching B - Done
 *[D]  Done

 > D 

=======CIM MAIN MENU============================================================
enter [h]Help, [q]Quit to exit


Choose the task you want to perform:


  [1]  Configure OPSS Security - Done
  [2]  Database Configuration - Done
 *[3]  Server Instance Configuration
  [4]  Application Assembly & Deployment
  [R]  Set the Administrator Password - Done
  [P]  Product Selection - Done (Oracle Commerce Site Administration & Oracle
Commerce Store Accelerator & Oracle Commerce MVC-based REST & Oracle Commerce
JAXRS-based REST & Oracle Commerce Platform-Guided Search Integration &
Content Administration)
  [A]  Select Application Server - Done (JBoss)
  [C]  Custom CIM Plugin Launcher

 > 3 

-------SERVER INSTANCE TYPE SELECTION-------------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit


0 Instances Configured


 *[P]  Publishing Server - 0 Instances Configured
  [S]  Production Server - 0 Instances Configured
  [D]  Done

 > P 

-------SERVER INSTANCE DATASOURCE VALIDATION FOR MANAGEMENT---------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit



-------SERVER INSTANCE TYPE CONFIGURATION---------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit



 *[P]  Publishing Server General Configuration - REQUIRED
  [I]  Instance Management - REQUIRED
  [C]  Modify Calculated Module List - OPTIONAL
  [D]  Deploy CSA EAC Application - OPTIONAL
  [S]  Scenario Manager - OPTIONAL
  [W]  Workbench configuration - OPTIONAL
  [O]  Configure Another Server Instance Type

 > P 

   Enter Production Lock Server Hostname > localhost 

   Enter Production Lock Server Port [[9012]] > 9010 

   Enter CAS Hostname [[localhost]] > localhost 

   Enter CAS Port [[8500]] > 8500 

   Enter EAC Hostname [[localhost]] > localhost 

   Enter EAC Port [[8888]] > 8888 

   Enter EAC Base Application Name [[ATG]] > CSA 

   Enter the Fully-qualified Workbench Hostname, Including Domain
 > localhost 

   Enter Workbench Port Number [[8006]] > 8006 

   Enter the mapping between application key and MDEX host:port
[[en=localhost:15000,es=localhost:16000,de=localhost:17000]]
 > 

   Enter Default MDEX Host Name [[localhost]] > localhost 

   Enter Default MDEX Port Number [[15000]] > 15000 

   Enter the path for zip files created by the EAC applications during
Application Export (e.g C:/Endeca/ToolsAndFrameworks/11.3.0/server/workspace/
application_export_archive) > C:/opt/Endeca/Apps/application_export_archive

   Enter Local Preview Hostname [[localhost]] > localhost 

   Enter Local Preview Host Port [[8080]] > 8080 

   Enter the application configuration archive path for the default EAC app
(e.g. C:/Endeca/ToolsAndFrameworks/11.3.0/server/workspace/
application_export_archive/CSAen). > C:/opt/Endeca/Apps/application_export_archive/CSAen

-------SERVER INSTANCE TYPE CONFIGURATION---------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit



  [P]  Publishing Server General Configuration - DONE
 *[I]  Instance Management - REQUIRED
  [C]  Modify Calculated Module List - OPTIONAL
  [D]  Deploy CSA EAC Application - OPTIONAL
  [S]  Scenario Manager - OPTIONAL
  [W]  Workbench configuration - OPTIONAL
  [O]  Configure Another Server Instance Type

 > I 

-------INSTANCE MANAGEMENT------------------------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit


Select a server instance to Edit, Add a new server instance, or remove a
server instance



 *[A]  Add Server Instance
  [R]  Remove Server Instance
  [D]  Done

 > A 

  Select Type of Server Instance To Create

 *[1]  Publishing with a Server Lock Manager - Minimum 1 Required
  [2]  Publishing

Select one > 1 

-------NAME FOR NEW SERVER INSTANCE---------------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit



   Enter Server Instance Name :  [[atg_publishing_lockserver]]
 > csa_pub 

-------JBOSS PORT BINDING-------------------------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit


Running multiple instances on the same machine requires each instance to use a
unique port binding.


 *[U]  Use Default Port Binding
  [C]  Choose Custom Port Binding

 > C 

-------CHOOSE CUSTOM JBOSS PORT BINDING-----------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit



  Select a port binding

 *[1]  Default - HTTP port is 8080
  [2]  ports-01 - HTTP port is 8180
  [3]  ports-02 - HTTP port is 8280
  [4]  ports-03 - HTTP port is 8380

Select one > 2 

   Enter HTTP Port [[8180]] > 8180 

   Enter HTTPS Port [[8543]] > 8543 

   Enter Site HTTP Port [[8180]] > 8180 

   Enter RMI Port [[8861]] > 8861 

   Enter DRP Port [[8851]] > 8851 

   Enter File Deployment Port [[8811]] > 8811 

   Enter File Synchronization Deploy Server Port [[8816]] > 8816 

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_pub\localconfig\atg\dynamo\Configuration.properties 

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_pub\localconfig\atg\dynamo\Initial.properties

   Enter Lock Server Port [[9010]] > 9012 

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_pub\localconfig\atg\dynamo\service\ServerLockManager.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_pub\localconfig\atg\dynamo\service\ClientLockManager.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_pub\localconfig\atg\dynamo\server\OPSSInitializer.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_pub\localconfig\atg\content\search\
MediaContentOutputConfig.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_pub\localconfig\atg\dynamo\server\
SQLRepositoryEventServer.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_pub\localconfig\atg\commerce\locations\
LocationRepository_production.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_pub\localconfig\atg\search\config\
LanguageDimensionService.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_pub\localconfig\atg\dynamo\service\jdbc\
SwitchingDataSourceB.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_pub\localconfig\atg\seo\SEORepository_production.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_pub\localconfig\atg\dynamo\service\jdbc\
DirectJTDataSource_production.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_pub\localconfig\atg\commerce\search\
ProductCatalogOutputConfig.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_pub\localconfig\atg\endeca\ApplicationConfiguration.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_pub\localconfig\atg\dynamo\service\
ClientLockManager_production.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_pub\localconfig\atg\commerce\endeca\index\
CategoryToDimensionOutputConfig.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_pub\localconfig\atg\commerce\pricing\priceLists\
PriceLists_production.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_pub\localconfig\atg\dynamo\service\preview\Localhost.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_pub\localconfig\atg\endeca\index\
IndexingApplicationConfiguration.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_pub\localconfig\atg\endeca\assembler\cartridge\manager\
DefaultFileStoreFactory.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_pub\localconfig\atg\content\
ContentManagementRepository_production.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_pub\localconfig\atg\repository\dynamic\
DynamicMetadataRepository_production.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_pub\localconfig\atg\dynamo\service\jdbc\
JTDataSource_production.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_pub\localconfig\atg\endeca\assembler\
AssemblerApplicationConfiguration.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_pub\localconfig\atg\commerce\catalog\
ProductCatalog_production.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_pub\localconfig\atg\dynamo\service\jdbc\JTDataSource.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_pub\localconfig\atg\dynamo\service\jdbc\
DirectJTDataSource.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_pub\localconfig\moduleList.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_pub\localconfig\atg\multisite\SiteRepository_production.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_pub\localconfig\atg\dynamo\service\jdbc\
SwitchingDataSourceA.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_pub\localconfig\atg\userprofiling\
PersonalizationRepository_production.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_pub\localconfig\atg\content\search\ArticleOutputConfig.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_pub\localconfig\atg\dynamo\service\ClusterName.properties

-------SERVER INSTANCE CONFIGURATION--------------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit



-------INSTANCE MANAGEMENT------------------------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit


Select a server instance to Edit, Add a new server instance, or remove a
server instance


  [C]  csa_pub - Publishing with a Server Lock Manager

  [A]  Add Server Instance
  [R]  Remove Server Instance
 *[D]  Done

 > D 

-------SERVER INSTANCE TYPE CONFIGURATION---------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit



  [P]  Publishing Server General Configuration - DONE
  [I]  Instance Management - 1 Instance Configured
  [C]  Modify Calculated Module List - OPTIONAL
  [D]  Deploy CSA EAC Application - OPTIONAL
  [S]  Scenario Manager - OPTIONAL
  [W]  Workbench configuration - OPTIONAL
 *[O]  Configure Another Server Instance Type

 > O 

-------SERVER INSTANCE TYPE SELECTION-------------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit


1 Instance Configured


  [P]  Publishing Server - 1 Instance Configured - DONE
 *[S]  Production Server - 0 Instances Configured
  [D]  Done

 > S 

-------SERVER INSTANCE DATASOURCE VALIDATION FOR PRODUCTION---------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit



-------SERVER INSTANCE TYPE CONFIGURATION---------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit



 *[P]  Production Server General Configuration - REQUIRED
  [I]  Instance Management - REQUIRED
  [C]  Modify Calculated Module List - OPTIONAL
  [D]  Deploy CSA EAC Application - OPTIONAL
  [S]  Scenario Manager - OPTIONAL
  [O]  Configure Another Server Instance Type

 > P 

   Enter CAS Hostname [[localhost]] > localhost 

   Enter CAS Port [[8500]] > 8500 

   Enter EAC Hostname [[localhost]] > localhost 

   Enter EAC Port [[8888]] > 8888 

   Enter EAC Base Application Name [[CSA]] > CSA 

   Enter the Fully-qualified Workbench Hostname, Including Domain
 > localhost 

   Enter Workbench Port Number [[8006]] > 8006 

   Enter the mapping between application key and MDEX host:port
[[en=localhost:15000,es=localhost:16000,de=localhost:17000]]
 > 

   Enter Default MDEX Host Name [[localhost]] > localhost 

   Enter Default MDEX Port Number [[15000]] > 15000 

   Enter the path for zip files created by the EAC applications during
Application Export (e.g C:/Endeca/ToolsAndFrameworks/11.3.0/server/workspace/
application_export_archive) [[C:/opt/Endeca/Apps/application_export_archive]]

   Enter the application configuration archive path for the default EAC app
(e.g. C:/Endeca/ToolsAndFrameworks/11.3.0/server/workspace/application_export_archive/CSAen). [[C:/opt/Endeca/Apps/application_export_archive/CSAen]]

-------SERVER INSTANCE TYPE CONFIGURATION---------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit



  [P]  Production Server General Configuration - DONE
 *[I]  Instance Management - REQUIRED
  [C]  Modify Calculated Module List - OPTIONAL
  [D]  Deploy CSA EAC Application - OPTIONAL
  [S]  Scenario Manager - OPTIONAL
  [O]  Configure Another Server Instance Type

 > I 

-------INSTANCE MANAGEMENT------------------------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit


Select a server instance to Edit, Add a new server instance, or remove a
server instance



 *[A]  Add Server Instance
  [R]  Remove Server Instance
  [D]  Done

 > A 

  Select Type of Server Instance To Create

 *[1]  Production with a Server Lock Manager - Minimum 1 Required
  [2]  Production

Select one > 1 

-------NAME FOR NEW SERVER INSTANCE---------------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit



   Enter Server Instance Name :  [[atg_production_lockserver]]
 > csa_prod 

-------JBOSS PORT BINDING-------------------------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit


Running multiple instances on the same machine requires each instance to use a
unique port binding.


 *[U]  Use Default Port Binding
  [C]  Choose Custom Port Binding

 > U 

   Enter HTTP Port [[8080]] > 8080 

   Enter HTTPS Port [[8443]] > 8443 

   Enter Site HTTP Port [[8080]] > 8080 

   Enter RMI Port [[8860]] > 8860 

   Enter DRP Port [[8850]] > 8850 

   Enter File Deployment Port [[8810]] > 8810 

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_prod\localconfig\atg\dynamo\Configuration.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_prod\localconfig\atg\dynamo\Initial.properties

   Enter Lock Server Port [[9010]] > 9010 

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_prod\localconfig\atg\dynamo\service\ServerLockManager.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_prod\localconfig\atg\dynamo\service\ClientLockManager.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_prod\localconfig\atg\dynamo\service\
ClientLockManager_production.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_prod\localconfig\atg\dynamo\server\OPSSInitializer.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_prod\localconfig\atg\epub\file\ConfigFileSystem.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_prod\localconfig\atg\dynamo\servlet\adminpipeline\
AdminHandler.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_prod\localconfig\atg\Initial.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_prod\localconfig\atg\commerce\locations\
LocationRepository.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_prod\localconfig\atg\search\config\
LanguageDimensionService.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_prod\localconfig\atg\dynamo\service\jdbc\
SwitchingDataSourceB.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_prod\localconfig\atg\multisite\SiteRepository.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_prod\localconfig\atg\content\
ContentManagementRepository.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_prod\localconfig\atg\dynamo\service\jdbc\
DirectJTDataSource_production.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_prod\localconfig\atg\endeca\ApplicationConfiguration.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_prod\localconfig\atg\commerce\pricing\priceLists\
PriceLists.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_prod\localconfig\atg\seo\SEORepository.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_prod\localconfig\atg\dynamo\servlet\dafpipeline\
AccessControlServlet.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_prod\localconfig\atg\repository\dynamic\
DynamicMetadataRepository.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_prod\localconfig\atg\userprofiling\
PersonalizationRepository.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_prod\localconfig\atg\dynamo\servlet\dafpipeline\
DynamoHandler.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_prod\localconfig\atg\endeca\index\
IndexingApplicationConfiguration.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_prod\localconfig\atg\endeca\assembler\cartridge\manager\
DefaultFileStoreFactory.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_prod\localconfig\atg\dynamo\service\jdbc\
DirectJTDataSource.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_prod\localconfig\atg\commerce\catalog\custom\
AncestorGeneratorService.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_prod\localconfig\atg\epub\DeploymentAgent.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_prod\localconfig\atg\endeca\assembler\
AssemblerApplicationConfiguration.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_prod\localconfig\atg\dynamo\service\jdbc\JTDataSource.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_prod\localconfig\atg\dynamo\service\jdbc\
DirectJTDataSource.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_prod\localconfig\moduleList.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_prod\localconfig\atg\dynamo\service\
GSAInvalidatorService.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_prod\localconfig\atg\tracking\UsageTrackingService.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_prod\localconfig\atg\dynamo\service\jdbc\
SwitchingDataSourceA.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_prod\localconfig\atg\commerce\catalog\ProductCatalog.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_prod\localconfig\atg\dynamo\service\ClusterName.properties

-------SERVER INSTANCE CONFIGURATION--------------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit



-------INSTANCE MANAGEMENT------------------------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit


Select a server instance to Edit, Add a new server instance, or remove a
server instance


  [C]  csa_prod - Production with a Server Lock Manager

  [A]  Add Server Instance
  [R]  Remove Server Instance
 *[D]  Done

 > D 

-------SERVER INSTANCE TYPE CONFIGURATION---------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit



  [P]  Production Server General Configuration - DONE
  [I]  Instance Management - 1 Instance Configured
  [C]  Modify Calculated Module List - OPTIONAL
  [D]  Deploy CSA EAC Application - OPTIONAL
  [S]  Scenario Manager - OPTIONAL
 *[O]  Configure Another Server Instance Type

 > D 


-------EAC APPLICATION DEPLOYMENT TYPE------------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit



 *[E]  EAC Application Configuration with Experience Manager Preview
  [A]  EAC Application Configuration without Experience Manager Preview

 > E 

-------DEPLOY CSA EAC APPLICATION-----------------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit



   Enter the CSA EAC Application Name > CSAen 

   Enter the CSA EAC Application Deployment Path > C:\opt\Endeca\Apps\ 

   Enter the EAC Port Number [[8888]] > 8888 

   Enter the Dgraph Port Number [[15000]] > 15000 

   Enter the Authoring Dgraph Port Number [[15002]] > 15002 

   Enter the Log Server Port Number [[15010]] > 15010 

   Enter the CAS Port Number [[8500]] > 8500 

   Enter the CAS Path using Unix-style forward slashes, including the 
version number (e.g. C:/Endeca/CAS/11.3.0). > C:/opt/Endeca/CAS/11.3.0 

   Enter the Workbench Port Number [[8006]] > 8006 

   Enter the host name for the server that hosts the Oracle Commerce
application. [Default: localhost] [[localhost]] > localhost 

   Enter the HTTP port for the server that hosts the Oracle Commerce
application. [[8080]] > 8080 

   Enter the host name for the server that hosts the Experience Manager
preview application. [Default: localhost] [[localhost]] > localhost 

   Enter the HTTP port for the server that hosts the Experience Manager
preview application. [[8080]] > 8080 

   Enter the context root of the Experience Manager preview application.
[[csa]] > csa 

   Enter the hostname of the user segment server. Oracle recommends using the
Publishing server for this purpose. If your environment does not have a
Publishing server, enter the Production server host name and refer to the
Guided Search Integration Guide for additional configuration requirements.
[[localhost]] > localhost 

   Enter the HTTP port of the user segment server. Oracle recommends using
the Publishing server for this purpose. If your environment does not have
a Publishing server, enter the Production server HTTP port and refer to
the Guided Search Integration Guide for additional configuration
requirements. [[8080]] > 8180 

   Enter the path for the Oracle Wallet jps-config.xml file. [[C:\Endeca\
ToolsAndFrameworks\11.3.0\server\workspace\credential_store\jps-config.xml]] >
 > C:/opt/Endeca/ToolsAndFrameworks/11.3.0/server/workspace/credential_store/jps-config.xml 

   Enter the directory where the application configuration archives should be
exported to [[C:/opt/Endeca/Apps//CSAen/data/workbench/
application_export_archive]] > C:/opt/Endeca/Apps/application_export_archive 

   Enter the directory where the authoring application configuration archives
should be exported to using Unix-style forward slashes [[C:/opt/Endeca/Apps//
CSAen/data/workbench/generation_data]] > C:/opt/Endeca/Apps/application_export_archive 

   Enter the path to the deploy.xml file for the EAC application being deployed [[C:/opt/ATG/ATG11.3/home/../CIM/../CommerceAccelerator/Applications/B2CStore/bu
ild/deploy/CSAen/deploy.xml]]

   Enter the path to the ToolsAndFrameworks directory (including version number) [[C:\Endeca\ToolsAndFrameworks\11.3.0]] > C:\opt\Endeca\ToolsAndFrameworks\11.3
.0\ 

   Enter the path to the MDEX directory (including version number) [[C:\Endeca\MDEX\6.5.3]] > C:\opt\Endeca\MDEX\11.3.0\ 

   Enter the path to the Platform Services directory (including version number) [[C:\Endeca\PlatformServices\11.3.0]] > C:\opt\Endeca\PlatformServices\11.3.0\ 

 *[D]  Deploy
  [S]  Skip

 > D 

  >> File written to C:/opt/ATG/ATG11.3/home/../CIM/../CommerceAccelerator/
Applications/cim/data/tmp/deploy-prompt.xml

  Deploying C:/opt/ATG/ATG11.3/home/../CIM/../CommerceAccelerator/Applications/
B2CStore/build/deploy/CSAen/deploy.xml to Endeca.. View log file at C:/opt/ATG/
ATG11.3/home/../CIM/ log/cim.log
  |. . . . . |

  >> Endeca deployment successful. 

-------INITIALIZE CSA EAC APPLICATION-------------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit



 *[I]  Initialize
  [S]  Skip

 > I 

  Initializing Application. View log file at C:/opt/ATG/ATG11.3/home/../CIM/
log/cim.log
  |. . . . . . . . . . . . . . . . . |

  >> Application initialization successful. 

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_prod\localconfig\atg\epub\file\ConfigFileSystem.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_prod\localconfig\atg\dynamo\servlet\adminpipeline\
AdminHandler.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_prod\localconfig\atg\Initial.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_prod\localconfig\atg\commerce\locations\
LocationRepository.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_prod\localconfig\atg\search\config\
LanguageDimensionService.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_prod\localconfig\atg\dynamo\service\jdbc\
SwitchingDataSourceB.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_prod\localconfig\atg\multisite\SiteRepository.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_prod\localconfig\atg\content\
ContentManagementRepository.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_prod\localconfig\atg\dynamo\service\jdbc\
DirectJTDataSource_production.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_prod\localconfig\atg\endeca\ApplicationConfiguration.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_prod\localconfig\atg\commerce\pricing\priceLists\
PriceLists.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_prod\localconfig\atg\seo\SEORepository.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_prod\localconfig\atg\dynamo\servlet\dafpipeline\
AccessControlServlet.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_prod\localconfig\atg\repository\dynamic\
DynamicMetadataRepository.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_prod\localconfig\atg\userprofiling\
PersonalizationRepository.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_prod\localconfig\atg\dynamo\servlet\dafpipeline\
DynamoHandler.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_prod\localconfig\atg\endeca\index\
IndexingApplicationConfiguration.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_prod\localconfig\atg\endeca\assembler\cartridge\manager\
DefaultFileStoreFactory.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_prod\localconfig\atg\dynamo\service\jdbc\
DirectJTDataSource.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_prod\localconfig\atg\commerce\catalog\custom\
AncestorGeneratorService.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_prod\localconfig\atg\epub\DeploymentAgent.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_prod\localconfig\atg\endeca\assembler\
AssemblerApplicationConfiguration.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_prod\localconfig\atg\dynamo\service\jdbc\JTDataSource.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_prod\localconfig\atg\dynamo\service\jdbc\
DirectJTDataSource.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_prod\localconfig\moduleList.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_prod\localconfig\atg\dynamo\service\
GSAInvalidatorService.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_prod\localconfig\atg\tracking\UsageTrackingService.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_prod\localconfig\atg\dynamo\service\jdbc\
SwitchingDataSourceA.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_prod\localconfig\atg\commerce\catalog\ProductCatalog.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_prod\localconfig\atg\dynamo\service\ClusterName.properties

-------SERVER INSTANCE TYPE CONFIGURATION---------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit



  [P]  Production Server General Configuration - DONE
  [I]  Instance Management - 1 Instance Configured
  [C]  Modify Calculated Module List - OPTIONAL
  [D]  Deploy CSA EAC Application - DONE
  [S]  Scenario Manager - OPTIONAL
 *[O]  Configure Another Server Instance Type

 > D 

-------EAC APPLICATION DEPLOYMENT TYPE------------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit



 *[E]  EAC Application Configuration with Experience Manager Preview
  [A]  EAC Application Configuration without Experience Manager Preview

 > E 

-------DEPLOY CSA EAC APPLICATION-----------------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit



   Enter the CSA EAC Application Name > CSAes 

   Enter the CSA EAC Application Deployment Path > C:\opt\Endeca\Apps\ 

   Enter the EAC Port Number [[8888]] > 8888 

   Enter the Dgraph Port Number [[15000]] > 16000 

   Enter the Authoring Dgraph Port Number [[15002]] > 16002 

   Enter the Log Server Port Number [[15010]] > 16010 

   Enter the CAS Port Number [[8500]] > 8500 

   Enter the CAS Path using Unix-style forward slashes, including the
version number (e.g. C:/Endeca/CAS/11.3.0). > C:/opt/Endeca/CAS/11.3.0 

   Enter the Workbench Port Number [[8006]] > 8006 

   Enter the host name for the server that hosts the Oracle Commerce
application. [Default: localhost] [[localhost]] > localhost 

   Enter the HTTP port for the server that hosts the Oracle Commerce
application. [[8080]] > 8080 

   Enter the host name for the server that hosts the Experience Manager
preview application. [Default: localhost] [[localhost]] > localhost 

   Enter the HTTP port for the server that hosts the Experience Manager
preview application. [[8080]] > 8080 

   Enter the context root of the Experience Manager preview application.
[[csa]] > csa 

   Enter the hostname of the user segment server. Oracle recommends using the
Publishing server for this purpose. If your environment does not have a
Publishing server, enter the Production server host name and refer to the
Guided Search Integration Guide for additional configuration requirements.
[[localhost]] > localhost 

   Enter the HTTP port of the user segment server. Oracle recommends using
the Publishing server for this purpose. If your environment does not have
a Publishing server, enter the Production server HTTP port and refer to
the Guided Search Integration Guide for additional configuration
requirements. [[8080]] > 8180 

   Enter the path for the Oracle Wallet jps-config.xml file. [[C:\Endeca\
ToolsAndFrameworks\11.3.0\server\workspace\credential_store\jps-config.xml]] >
 > C:/opt/Endeca/ToolsAndFrameworks/11.3.0/server/workspace/credential_store/jps-config.xml 

   Enter the directory where the application configuration archives should be
exported to [[C:/opt/Endeca/Apps//CSAes/data/workbench/
application_export_archive]] > C:/opt/Endeca/Apps/application_export_archive 

   Enter the directory where the authoring application configuration archives
should be exported to using Unix-style forward slashes [[C:/opt/Endeca/Apps//
CSAes/data/workbench/generation_data]] > C:/opt/Endeca/Apps/application_export_archive 

   Enter the path to the deploy.xml file for the EAC application being deployed [[C:/opt/ATG/ATG11.3/home/../CIM/../CommerceAccelerator/Applications/B2CStore/bu
ild/deploy/CSAes/deploy.xml]]

   Enter the path to the ToolsAndFrameworks directory (including version number) [[C:\Endeca\ToolsAndFrameworks\11.3.0]] > C:\opt\Endeca\ToolsAndFrameworks\11.3
.0\ 

   Enter the path to the MDEX directory (including version number) [[C:\Endeca\MDEX\6.5.3]] > C:\opt\Endeca\MDEX\11.3.0\ 

   Enter the path to the Platform Services directory (including version number) [[C:\Endeca\PlatformServices\11.3.0]] > C:\opt\Endeca\PlatformServices\11.3.0\ 

 *[D]  Deploy
  [S]  Skip

 > D 

  >> File written to C:/opt/ATG/ATG11.3/home/../CIM/../CommerceAccelerator/
Applications/cim/data/tmp/deploy-prompt.xml

  Deploying C:/opt/ATG/ATG11.3/home/../CIM/../CommerceAccelerator/Applications/
B2CStore/build/deploy/CSAes/deploy.xml to Endeca.. View log file at C:/opt/ATG/
ATG11.3/home/../CIM/ log/cim.log
  |. . . . . |

  >> Endeca deployment successful. 

-------INITIALIZE CSA EAC APPLICATION-------------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit



 *[I]  Initialize
  [S]  Skip

 > I 

  Initializing Application. View log file at C:/opt/ATG/ATG11.3/home/../CIM/
log/cim.log
  |. . . . . . . . . . . . . . . . |

  >> Application initialization successful. 

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_prod\localconfig\atg\epub\file\ConfigFileSystem.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_prod\localconfig\atg\dynamo\servlet\adminpipeline\
AdminHandler.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_prod\localconfig\atg\Initial.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_prod\localconfig\atg\commerce\locations\
LocationRepository.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_prod\localconfig\atg\search\config\
LanguageDimensionService.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_prod\localconfig\atg\dynamo\service\jdbc\
SwitchingDataSourceB.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_prod\localconfig\atg\multisite\SiteRepository.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_prod\localconfig\atg\content\
ContentManagementRepository.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_prod\localconfig\atg\dynamo\service\jdbc\
DirectJTDataSource_production.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_prod\localconfig\atg\endeca\ApplicationConfiguration.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_prod\localconfig\atg\commerce\pricing\priceLists\
PriceLists.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_prod\localconfig\atg\seo\SEORepository.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_prod\localconfig\atg\dynamo\servlet\dafpipeline\
AccessControlServlet.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_prod\localconfig\atg\repository\dynamic\
DynamicMetadataRepository.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_prod\localconfig\atg\userprofiling\
PersonalizationRepository.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_prod\localconfig\atg\dynamo\servlet\dafpipeline\
DynamoHandler.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_prod\localconfig\atg\endeca\index\
IndexingApplicationConfiguration.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_prod\localconfig\atg\endeca\assembler\cartridge\manager\
DefaultFileStoreFactory.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_prod\localconfig\atg\dynamo\service\jdbc\
DirectJTDataSource.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_prod\localconfig\atg\commerce\catalog\custom\
AncestorGeneratorService.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_prod\localconfig\atg\epub\DeploymentAgent.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_prod\localconfig\atg\endeca\assembler\
AssemblerApplicationConfiguration.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_prod\localconfig\atg\dynamo\service\jdbc\JTDataSource.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_prod\localconfig\atg\dynamo\service\jdbc\
DirectJTDataSource.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_prod\localconfig\moduleList.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_prod\localconfig\atg\dynamo\service\
GSAInvalidatorService.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_prod\localconfig\atg\tracking\UsageTrackingService.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_prod\localconfig\atg\dynamo\service\jdbc\
SwitchingDataSourceA.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_prod\localconfig\atg\commerce\catalog\ProductCatalog.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_prod\localconfig\atg\dynamo\service\ClusterName.properties

-------SERVER INSTANCE TYPE CONFIGURATION---------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit



  [P]  Production Server General Configuration - DONE
  [I]  Instance Management - 1 Instance Configured
  [C]  Modify Calculated Module List - OPTIONAL
  [D]  Deploy CSA EAC Application - DONE
  [S]  Scenario Manager - OPTIONAL
 *[O]  Configure Another Server Instance Type

 > D 

-------EAC APPLICATION DEPLOYMENT TYPE------------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit



 *[E]  EAC Application Configuration with Experience Manager Preview
  [A]  EAC Application Configuration without Experience Manager Preview

 > E 

-------DEPLOY CSA EAC APPLICATION-----------------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit



   Enter the CSA EAC Application Name > CSAde 

   Enter the CSA EAC Application Deployment Path > C:\opt\Endeca\Apps\ 

   Enter the EAC Port Number [[8888]] > 8888 

   Enter the Dgraph Port Number [[15000]] > 17000 

   Enter the Authoring Dgraph Port Number [[15002]] > 17002 

   Enter the Log Server Port Number [[15010]] > 17010 

   Enter the CAS Port Number [[8500]] > 8500 

   Enter the CAS Path using Unix-style forward slashes, including the
version number (e.g. C:/Endeca/CAS/11.3.0). > C:/opt/Endeca/CAS/11.3.0 

   Enter the Workbench Port Number [[8006]] > 8006 

   Enter the host name for the server that hosts the Oracle Commerce
application. [Default: localhost] [[localhost]] > localhost 

   Enter the HTTP port for the server that hosts the Oracle Commerce
application. [[8080]] > 8080 

   Enter the host name for the server that hosts the Experience Manager
preview application. [Default: localhost] [[localhost]] > localhost 

   Enter the HTTP port for the server that hosts the Experience Manager
preview application. [[8080]] > 8080 

   Enter the context root of the Experience Manager preview application.
[[csa]] > csa 

   Enter the hostname of the user segment server. Oracle recommends using the
Publishing server for this purpose. If your environment does not have a
Publishing server, enter the Production server host name and refer to the
Guided Search Integration Guide for additional configuration requirements.
[[localhost]] > localhost 

   Enter the HTTP port of the user segment server. Oracle recommends using
the Publishing server for this purpose. If your environment does not have
a Publishing server, enter the Production server HTTP port and refer to
the Guided Search Integration Guide for additional configuration
requirements. [[8080]] > 8180 

   Enter the path for the Oracle Wallet jps-config.xml file. [[C:\Endeca\
ToolsAndFrameworks\11.3.0\server\workspace\credential_store\jps-config.xml]] >
 > C:/opt/Endeca/ToolsAndFrameworks/11.3.0/server/workspace/credential_store/jps-config.xml

   Enter the directory where the application configuration archives should be
exported to [[C:/opt/Endeca/Apps//CSAde/data/workbench/
application_export_archive]] > C:/opt/Endeca/Apps/application_export_archive 

   Enter the directory where the authoring application configuration archives
should be exported to using Unix-style forward slashes [[C:/opt/Endeca/Apps//
CSAde/data/workbench/generation_data]] > C:/opt/Endeca/Apps/application_export_archive 

   Enter the path to the deploy.xml file for the EAC application being deployed [[C:/opt/ATG/ATG11.3/home/../CIM/../CommerceAccelerator/Applications/B2CStore/bu
ild/deploy/CSAde/deploy.xml]]

   Enter the path to the ToolsAndFrameworks directory (including version number) [[C:\Endeca\ToolsAndFrameworks\11.3.0]] > C:\opt\Endeca\ToolsAndFrameworks\11.3
.0\ 

   Enter the path to the MDEX directory (including version number) [[C:\Endeca\MDEX\6.5.3]] > C:\opt\Endeca\MDEX\11.3.0\ 

   Enter the path to the Platform Services directory (including version number) [[C:\Endeca\PlatformServices\11.3.0]] > C:\opt\Endeca\PlatformServices\11.3.0\ 

 *[D]  Deploy
  [S]  Skip

 > D 

  >> File written to C:/opt/ATG/ATG11.3/home/../CIM/../CommerceAccelerator/
Applications/cim/data/tmp/deploy-prompt.xml

  Deploying C:/opt/ATG/ATG11.3/home/../CIM/../CommerceAccelerator/Applications/
B2CStore/build/deploy/CSAde/deploy.xml to Endeca.. View log file at C:/opt/ATG/
ATG11.3/home/../CIM/ log/cim.log
  |. . . . . |

  >> Endeca deployment successful. 

-------INITIALIZE CSA EAC APPLICATION-------------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit



 *[I]  Initialize
  [S]  Skip

 > I 

  Initializing Application. View log file at C:/opt/ATG/ATG11.3/home/../CIM/
log/cim.log
  |. . . . . . . . . . . . . . . . |

  >> Application initialization successful. 

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_prod\localconfig\atg\epub\file\ConfigFileSystem.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_prod\localconfig\atg\dynamo\servlet\adminpipeline\
AdminHandler.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_prod\localconfig\atg\Initial.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_prod\localconfig\atg\commerce\locations\
LocationRepository.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_prod\localconfig\atg\search\config\
LanguageDimensionService.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_prod\localconfig\atg\dynamo\service\jdbc\
SwitchingDataSourceB.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_prod\localconfig\atg\multisite\SiteRepository.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_prod\localconfig\atg\content\
ContentManagementRepository.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_prod\localconfig\atg\dynamo\service\jdbc\
DirectJTDataSource_production.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_prod\localconfig\atg\endeca\ApplicationConfiguration.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_prod\localconfig\atg\commerce\pricing\priceLists\
PriceLists.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_prod\localconfig\atg\seo\SEORepository.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_prod\localconfig\atg\dynamo\servlet\dafpipeline\
AccessControlServlet.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_prod\localconfig\atg\repository\dynamic\
DynamicMetadataRepository.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_prod\localconfig\atg\userprofiling\
PersonalizationRepository.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_prod\localconfig\atg\dynamo\servlet\dafpipeline\
DynamoHandler.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_prod\localconfig\atg\endeca\index\
IndexingApplicationConfiguration.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_prod\localconfig\atg\endeca\assembler\cartridge\manager\
DefaultFileStoreFactory.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_prod\localconfig\atg\dynamo\service\jdbc\
DirectJTDataSource.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_prod\localconfig\atg\commerce\catalog\custom\
AncestorGeneratorService.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_prod\localconfig\atg\epub\DeploymentAgent.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_prod\localconfig\atg\endeca\assembler\
AssemblerApplicationConfiguration.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_prod\localconfig\atg\dynamo\service\jdbc\JTDataSource.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_prod\localconfig\atg\dynamo\service\jdbc\
DirectJTDataSource.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_prod\localconfig\moduleList.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_prod\localconfig\atg\dynamo\service\
GSAInvalidatorService.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_prod\localconfig\atg\tracking\UsageTrackingService.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_prod\localconfig\atg\dynamo\service\jdbc\
SwitchingDataSourceA.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_prod\localconfig\atg\commerce\catalog\ProductCatalog.properties

  >> Properties File successfully created at C:\opt\ATG\ATG11.3\home\..\home\
servers\csa_prod\localconfig\atg\dynamo\service\ClusterName.properties

-------SERVER INSTANCE TYPE CONFIGURATION---------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit



  [P]  Production Server General Configuration - DONE
  [I]  Instance Management - 1 Instance Configured
  [C]  Modify Calculated Module List - OPTIONAL
  [D]  Deploy CSA EAC Application - DONE
  [S]  Scenario Manager - OPTIONAL
 *[O]  Configure Another Server Instance Type

 > O 

-------SERVER INSTANCE TYPE SELECTION-------------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit


2 Instances Configured


  [P]  Publishing Server - 1 Instance Configured - DONE
  [S]  Production Server - 1 Instance Configured - DONE
 *[D]  Done

 > D 

=======CIM MAIN MENU============================================================
enter [h]Help, [q]Quit to exit


Choose the task you want to perform:


  [1]  Configure OPSS Security - Done
  [2]  Database Configuration - Done
  [3]  Server Instance Configuration - Done
 *[4]  Application Assembly & Deployment
  [R]  Set the Administrator Password - Done
  [P]  Product Selection - Done (Oracle Commerce Site Administration & Oracle
Commerce Store Accelerator & Oracle Commerce MVC-based REST & Oracle Commerce
JAXRS-based REST & Oracle Commerce Platform-Guided Search Integration &
Content Administration)
  [A]  Select Application Server - Done (JBoss)
  [C]  Custom CIM Plugin Launcher

 > 4 

-------DEPLOYMENT SERVER INSTANCE SELECTION-------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit



 *[C]  csa_prod - Production with a Server Lock Manager
  [P]  csa_pub - Publishing with a Server Lock Manager
  [D]  Done

 > C 

-------ENTER EAR FILE NAME(S)---------------------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit



   Enter Ear File Name for Production with a Server Lock Manager
[[atg_production_lockserver.ear]] > csa_prod.ear

-------SELECT JBOSS SERVER TO USE-----------------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit



 *[C]  CIM should create a new server for me.

 > C 

-------SELECT JBOSS SERVER TEMPLATE TO USE--------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit



 *[S]  standalone.xml
  [T]  standalone-full.xml
  [A]  standalone-full-ha.xml
  [N]  standalone-ha.xml

 > S 

   Enter Name For Jboss Server:  [[csa_prod]] > csa_prod 

  >> Template set to standalone.xml

  >> Server set to csa_prod

-------JBOSS DEPLOYMENT MENU----------------------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit


Current runAssembler arguments :

-server csa_prod -jboss  -layer EndecaPreview


Top Level Module List:

DafEar.Admin DPS DSS ContentMgmt DCS.PublishingAgent
DCS.AbandonedOrderServices CommerceAccelerator.Base ContentMgmt.Endeca.Index
DCS.Endeca.Index DCS.Endeca.Assembler PublishingAgent
REST.JAXRSPublic.Version1 REST.base REST.Actor DCS.Endeca.Index.SKUIndexing
CommerceAccelerator.Applications.B2CStore


 *[D]  Deploy Production with a Server Lock Manager csa_prod.ear to JBoss
  [R]  Register Datasources on JBoss
  [A]  Add database driver to app server classpath
  [P]  Post Deployment Actions on JBoss
  [E]  Edit runAssembler arguments
  [O]  Configure Another Server Instance

 > D 

-------DEPLOY PRODUCTION WITH A SERVER LOCK MANAGER TO JBOSS--------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit


Deploying to C:/opt/jboss-eap-7.0/


  Creating JBoss server instance csa_prod. View log file at C:/opt/ATG/ATG11.3/
home/../CIM/ log/cim.log
  |. . |

  >> Jboss App. Server Instance Created at: C:/opt/jboss-eap-7.0/standalone\
configuration\csa_prod.xml

  Executing runAssembler for csa_prod. View log file at C:/opt/ATG/ATG11.3/
home/../CIM/ log/cim.log
  |. . . . . . . . . . . . . . . . . |

  >> Ear created at C:/opt/jboss-eap-7.0/standalone\deployments\csa_prod\
csa_prod.ear 

-------JBOSS DEPLOYMENT MENU----------------------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit


Current runAssembler arguments :

-server csa_prod -jboss  -layer EndecaPreview


Top Level Module List:

DafEar.Admin DPS DSS ContentMgmt DCS.PublishingAgent
DCS.AbandonedOrderServices CommerceAccelerator.Base ContentMgmt.Endeca.Index
DCS.Endeca.Index DCS.Endeca.Assembler PublishingAgent
REST.JAXRSPublic.Version1 REST.base REST.Actor DCS.Endeca.Index.SKUIndexing
CommerceAccelerator.Applications.B2CStore


  [D]  Deploy Production with a Server Lock Manager csa_prod.ear to JBoss - Done
 *[R]  Register Datasources on JBoss
  [A]  Add database driver to app server classpath
  [P]  Post Deployment Actions on JBoss
  [E]  Edit runAssembler arguments
  [O]  Configure Another Server Instance

 > R 

-------REGISTER DATASOURCES ON JBOSS--------------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit



-------JBOSS REGISTER DATASOURCES - CSA_PROD------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit


Jboss Register Datasources - csa_prod


-------JBOSS DEPLOYMENT MENU----------------------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit


Current runAssembler arguments :

-server csa_prod -jboss  -layer EndecaPreview


Top Level Module List:

DafEar.Admin DPS DSS ContentMgmt DCS.PublishingAgent
DCS.AbandonedOrderServices CommerceAccelerator.Base ContentMgmt.Endeca.Index
DCS.Endeca.Index DCS.Endeca.Assembler PublishingAgent
REST.JAXRSPublic.Version1 REST.base REST.Actor DCS.Endeca.Index.SKUIndexing
CommerceAccelerator.Applications.B2CStore


  [D]  Deploy Production with a Server Lock Manager csa_prod.ear to JBoss - Done
  [R]  Register Datasources on JBoss - Done
 *[A]  Add database driver to app server classpath
  [P]  Post Deployment Actions on JBoss
  [E]  Edit runAssembler arguments
  [O]  Configure Another Server Instance

 > A 

-------JBOSS JDBC DRIVER JAR COPY-----------------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit


There are no jdbc drivers to copy to JBoss


 *[C]  Copy File
  [A]  Cancel

 > C 

  >> File successfully copied from C:/opt/jboss-eap-7.0/modules/com/oracle/
ojdbc/main/ojdbc7.jar to C:\opt\jboss-eap-7.0/standalone\deployments\csa_prod\
ojdbc7.jar

File successfully copied from C:/opt/jboss-eap-7.0/modules/com/oracle/ojdbc/
main/ojdbc7.jar to C:\opt\jboss-eap-7.0/standalone\deployments\csa_prod\
csa_prod.ear\atglib\ojdbc7.jar

-------JBOSS DEPLOYMENT MENU----------------------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit


Current runAssembler arguments :

-server csa_prod -jboss  -layer EndecaPreview


Top Level Module List:

DafEar.Admin DPS DSS ContentMgmt DCS.PublishingAgent
DCS.AbandonedOrderServices CommerceAccelerator.Base ContentMgmt.Endeca.Index
DCS.Endeca.Index DCS.Endeca.Assembler PublishingAgent
REST.JAXRSPublic.Version1 REST.base REST.Actor DCS.Endeca.Index.SKUIndexing
CommerceAccelerator.Applications.B2CStore


  [D]  Deploy Production with a Server Lock Manager csa_prod.ear to JBoss - Done
  [R]  Register Datasources on JBoss - Done
  [A]  Add database driver to app server classpath - Done
 *[P]  Post Deployment Actions on JBoss
  [E]  Edit runAssembler arguments
  [O]  Configure Another Server Instance

 > P 

-------POST DEPLOYMENT OPTIONS--------------------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit



 *[J]  JBoss JVM Optimization
  [D]  Done

 > J 

-------JBOSS JVM OPTIMIZATION---------------------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit


JBoss JVM Optimization


 *[U]  Update JBoss standalone.conf.bat file
  [C]  Cancel

 > U 

  >> JAVA_OPTS for optimized JBoss JVM settings configured at : C:/opt/
jboss-eap-7.0/bin\standalone.conf.bat

-------POST DEPLOYMENT OPTIONS--------------------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit



  [J]  JBoss JVM Optimization - Done
 *[D]  Done

 > D 

-------JBOSS DEPLOYMENT MENU----------------------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit


Current runAssembler arguments :

-server csa_prod -jboss  -layer EndecaPreview


Top Level Module List:

DafEar.Admin DPS DSS ContentMgmt DCS.PublishingAgent
DCS.AbandonedOrderServices CommerceAccelerator.Base ContentMgmt.Endeca.Index
DCS.Endeca.Index DCS.Endeca.Assembler PublishingAgent
REST.JAXRSPublic.Version1 REST.base REST.Actor DCS.Endeca.Index.SKUIndexing
CommerceAccelerator.Applications.B2CStore


  [D]  Deploy Production with a Server Lock Manager csa_prod.ear to JBoss - Done
  [R]  Register Datasources on JBoss - Done
  [A]  Add database driver to app server classpath - Done
  [P]  Post Deployment Actions on JBoss - Done
  [E]  Edit runAssembler arguments
 *[O]  Configure Another Server Instance

 > O 

-------DEPLOYMENT SERVER INSTANCE SELECTION-------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit



  [C]  csa_prod - Production with a Server Lock Manager - Done
 *[P]  csa_pub - Publishing with a Server Lock Manager
  [D]  Done

 > P 

-------ENTER EAR FILE NAME(S)---------------------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit



   Enter Ear File Name for Publishing with a Server Lock Manager
[[atg_publishing_lockserver.ear]] > csa_pub.ear

-------SELECT JBOSS SERVER TO USE-----------------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit



  [C]  csa_prod
 *[S]  CIM should create a new server for me.

 > S 

-------SELECT JBOSS SERVER TEMPLATE TO USE--------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit



 *[S]  standalone.xml
  [T]  standalone-full.xml
  [A]  standalone-full-ha.xml
  [N]  standalone-ha.xml

 > S 

   Enter Name For Jboss Server:  [[csa_pub]] > csa_pub

  >> Template set to standalone.xml

  >> Server set to csa_pub

-------JBOSS DEPLOYMENT MENU----------------------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit


Current runAssembler arguments :

-server csa_pub -jboss  -layer preview


Top Level Module List:

DCS-UI.Versioned BIZUI PubPortlet DafEar.Admin ContentMgmt.Versioned
DCS.Versioned DCS-UI CommerceAccelerator.Base.Versioned
DCS-UI.SiteAdmin.Versioned SiteAdmin.Versioned
ContentMgmt.Endeca.Index.Versioned DCS.Endeca.Index.Versioned
DCS.Endeca.Assembler.Versioned DCS.Endeca.Index.SKUIndexing
CommerceAccelerator.Applications.B2CStore
CommerceAccelerator.Applications.B2CStore.Versioned


 *[D]  Deploy Publishing with a Server Lock Manager csa_pub.ear to JBoss
  [R]  Register Datasources on JBoss
  [A]  Add database driver to app server classpath
  [P]  Post Deployment Actions on JBoss
  [E]  Edit runAssembler arguments
  [O]  Configure Another Server Instance

 > D 

-------DEPLOY PUBLISHING WITH A SERVER LOCK MANAGER TO JBOSS--------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit


Deploying to C:/opt/jboss-eap-7.0/


  Creating JBoss server instance csa_pub. View log file at C:/opt/ATG/ATG11.3/
home/../CIM/ log/cim.log
  |. . |

  >> Jboss App. Server Instance Created at: C:/opt/jboss-eap-7.0/standalone\
configuration\csa_pub.xml

  Executing runAssembler for csa_pub. View log file at C:/opt/ATG/ATG11.3/home/
../CIM/ log/cim.log
  |. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . |

  >> Ear created at C:/opt/jboss-eap-7.0/standalone\deployments\csa_pub\
csa_pub.ear 

-------JBOSS DEPLOYMENT MENU----------------------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit


Current runAssembler arguments :

-server csa_pub -jboss  -layer preview


Top Level Module List:

DCS-UI.Versioned BIZUI PubPortlet DafEar.Admin ContentMgmt.Versioned
DCS.Versioned DCS-UI CommerceAccelerator.Base.Versioned
DCS-UI.SiteAdmin.Versioned SiteAdmin.Versioned
ContentMgmt.Endeca.Index.Versioned DCS.Endeca.Index.Versioned
DCS.Endeca.Assembler.Versioned DCS.Endeca.Index.SKUIndexing
CommerceAccelerator.Applications.B2CStore
CommerceAccelerator.Applications.B2CStore.Versioned


  [D]  Deploy Publishing with a Server Lock Manager csa_pub.ear to JBoss - Done
 *[R]  Register Datasources on JBoss
  [A]  Add database driver to app server classpath
  [P]  Post Deployment Actions on JBoss
  [E]  Edit runAssembler arguments
  [O]  Configure Another Server Instance

 > R 

-------REGISTER DATASOURCES ON JBOSS--------------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit



-------JBOSS REGISTER DATASOURCES - CSA_PUB-------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit


Jboss Register Datasources - csa_pub


-------JBOSS DEPLOYMENT MENU----------------------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit


Current runAssembler arguments :

-server csa_pub -jboss  -layer preview


Top Level Module List:

DCS-UI.Versioned BIZUI PubPortlet DafEar.Admin ContentMgmt.Versioned
DCS.Versioned DCS-UI CommerceAccelerator.Base.Versioned
DCS-UI.SiteAdmin.Versioned SiteAdmin.Versioned
ContentMgmt.Endeca.Index.Versioned DCS.Endeca.Index.Versioned
DCS.Endeca.Assembler.Versioned DCS.Endeca.Index.SKUIndexing
CommerceAccelerator.Applications.B2CStore
CommerceAccelerator.Applications.B2CStore.Versioned


  [D]  Deploy Publishing with a Server Lock Manager csa_pub.ear to JBoss - Done
  [R]  Register Datasources on JBoss - Done
 *[A]  Add database driver to app server classpath
  [P]  Post Deployment Actions on JBoss
  [E]  Edit runAssembler arguments
  [O]  Configure Another Server Instance

 > A 

-------JBOSS JDBC DRIVER JAR COPY-----------------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit


There are no jdbc drivers to copy to JBoss


 *[C]  Copy File
  [A]  Cancel

 > C 

  >> File successfully copied from C:/opt/jboss-eap-7.0/modules/com/oracle/
ojdbc/main/ojdbc7.jar to C:\opt\jboss-eap-7.0/standalone\deployments\csa_pub\
ojdbc7.jar

File successfully copied from C:/opt/jboss-eap-7.0/modules/com/oracle/ojdbc/
main/ojdbc7.jar to C:\opt\jboss-eap-7.0/standalone\deployments\csa_pub\
csa_pub.ear\atglib\ojdbc7.jar

-------JBOSS DEPLOYMENT MENU----------------------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit


Current runAssembler arguments :

-server csa_pub -jboss  -layer preview


Top Level Module List:

DCS-UI.Versioned BIZUI PubPortlet DafEar.Admin ContentMgmt.Versioned
DCS.Versioned DCS-UI CommerceAccelerator.Base.Versioned
DCS-UI.SiteAdmin.Versioned SiteAdmin.Versioned
ContentMgmt.Endeca.Index.Versioned DCS.Endeca.Index.Versioned
DCS.Endeca.Assembler.Versioned DCS.Endeca.Index.SKUIndexing
CommerceAccelerator.Applications.B2CStore
CommerceAccelerator.Applications.B2CStore.Versioned


  [D]  Deploy Publishing with a Server Lock Manager csa_pub.ear to JBoss - Done
  [R]  Register Datasources on JBoss - Done
  [A]  Add database driver to app server classpath - Done
 *[P]  Post Deployment Actions on JBoss
  [E]  Edit runAssembler arguments
  [O]  Configure Another Server Instance

 > P 

-------POST DEPLOYMENT OPTIONS--------------------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit



  [J]  JBoss JVM Optimization - Done
 *[D]  Done

 > J 

-------JBOSS JVM OPTIMIZATION---------------------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit


JBoss JVM Optimization


 *[U]  Update JBoss standalone.conf.bat file
  [C]  Cancel

 > U 

  >> JAVA_OPTS for optimized JBoss JVM settings configured at : C:/opt/
jboss-eap-7.0/bin\standalone.conf.bat

-------POST DEPLOYMENT OPTIONS--------------------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit



  [J]  JBoss JVM Optimization - Done
 *[D]  Done

 > D 

-------JBOSS DEPLOYMENT MENU----------------------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit


Current runAssembler arguments :

-server csa_pub -jboss  -layer preview


Top Level Module List:

DCS-UI.Versioned BIZUI PubPortlet DafEar.Admin ContentMgmt.Versioned
DCS.Versioned DCS-UI CommerceAccelerator.Base.Versioned
DCS-UI.SiteAdmin.Versioned SiteAdmin.Versioned
ContentMgmt.Endeca.Index.Versioned DCS.Endeca.Index.Versioned
DCS.Endeca.Assembler.Versioned DCS.Endeca.Index.SKUIndexing
CommerceAccelerator.Applications.B2CStore
CommerceAccelerator.Applications.B2CStore.Versioned


  [D]  Deploy Publishing with a Server Lock Manager csa_pub.ear to JBoss - Done
  [R]  Register Datasources on JBoss - Done
  [A]  Add database driver to app server classpath - Done
  [P]  Post Deployment Actions on JBoss - Done
  [E]  Edit runAssembler arguments
 *[O]  Configure Another Server Instance

 > O 

-------DEPLOYMENT SERVER INSTANCE SELECTION-------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit



  [C]  csa_prod - Production with a Server Lock Manager - Done
  [P]  csa_pub - Publishing with a Server Lock Manager - Done
 *[D]  Done

 > D 

=======CIM MAIN MENU============================================================
enter [h]Help, [q]Quit to exit


Choose the task you want to perform:


  [1]  Configure OPSS Security - Done
  [2]  Database Configuration - Done
  [3]  Server Instance Configuration - Done
  [4]  Application Assembly & Deployment - Done
  [R]  Set the Administrator Password - Done
  [P]  Product Selection - Done (Oracle Commerce Site Administration & Oracle
Commerce Store Accelerator & Oracle Commerce MVC-based REST & Oracle Commerce
JAXRS-based REST & Oracle Commerce Platform-Guided Search Integration &
Content Administration)
  [A]  Select Application Server - Done (JBoss)
 *[C]  Custom CIM Plugin Launcher

 >q 


    Thank you for using

    Oracle Commerce Configuration Installation Manager

    Copyright (C) 1994, 2017, Oracle and/or its affiliates. All rights reserved.


Nucleus shutting down
Nucleus shutdown complete



Note: Sometimes it fails importing the data to the database, in this case, drop the schema, re-create it and start again. You must repeat these steps until you see the data was imported successfully for all steps


-------CONFIGURE DATASOURCE PUBLISHING------------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit



  [C]  Connection Details - Done
  [T]  Test Connection - Done
  [S]  Create Schema - Done
  [I]  Import Initial Data - Done
  [D]  Drop Schema
 *[O]  Configure Another Datasource

 > D 

-------DROP SCHEMA--------------------------------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit



 *[D]  Drop Schema
  [S]  Skip

 > D 

  Schema Dropping Beginning. View log file at C:/opt/ATG/ATG11.3/home/../CIM/
log/cim.log
  |. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . |
  |. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . |

  >> Drop schema completed successfully 

-------CONFIGURE DATASOURCE PUBLISHING------------------------------------------
enter [h]Help, [m]Main Menu, [q]Quit to exit



  [C]  Connection Details - Done
  [T]  Test Connection - Done
 *[S]  Create Schema
  [I]  Import Initial Data
  [D]  Drop Schema
  [O]  Configure Another Datasource

 > S 


Configure BCC and run a Product Catalog Index to Endeca

Create a configuration file named "SynchronizationInvoker.properties" in this path:
  • C:\opt\ATG\ATG11.3\home\servers\csa_pub\localconfig\atg\search
And place this content into the file:

host=localhost
port=8860
localSynchronizationInvoker^=/Constants.null

Then edit the files named "ApplicationConfiguration.properties" located in these paths:
  • C:\opt\ATG\ATG11.3\home\servers\csa_pub\localconfig\atg\endeca
  • C:\opt\ATG\ATG11.3\home\servers\csa_prod\localconfig\atg\endeca
And add "keyToApplicationName=es=CSAes,en=CSAen,de=CSAde" and "defaultLanguageForApplications=en" at the bottom, so the content should be like that for both files:

workbenchPort=8006
applicationKeyToMdexHostAndPort=en=localhost:15000,es=localhost:16000,de=localhost:17000
workbenchHostName=localhost
baseApplicationName=CSA
keyToApplicationName=es=CSAes,en=CSAen,de=CSAde

defaultLanguageForApplications=en

Create a configuration file named "SynchronizationInvoker.properties" in this path:
  • C:\opt\ATG\ATG11.3\home\servers\csa_prod\localconfig\atg\search
And place this content into the file:

localSynchronizationInvoker=/atg/endeca/index/LocalSynchronizationInvoker

Note: The SynchronizationInvoker tells to the BCC if the Index is going to be executed on the same server (locally) or in another server (remotely). In this case, we are using the host and port from csa_prod because the Index will be executed there, so everytime a project is published, the BCC uses the SynchronizationInvoker component to call the SynchronizationInvoker from csa_prod which will call the LocalSynchronizationInvoker to execute the ProductCatalogSimpleIndexingAdmin component. 



Then edit the script named "startServerOnJBoss.bat" located in this path:
  • C:\opt\ATG\ATG11.3\home\servers\csa_pub
And place this content:

set "JAVA_OPTS=-Duser.timezone=UTC -server -Xms512m -Xmx1024m -XX:MaxPermSize=256m -XX:MaxNewSize=128m -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Dorg.jboss.resolver.warning=true -Djava.net.preferIPv4Stack=true -Djboss.socket.binding.port-offset=100"
echo JAVA_OPTS=$JAVA_OPTS


call "C:/opt/jboss-eap-7.0/bin/standalone.bat" -b 0.0.0.0 -bmanagement 0.0.0.0 -c csa_pub.xml %*

Then edit the script named "startServerOnJBoss.bat" located in this path:
  • C:\opt\ATG\ATG11.3\home\servers\csa_prod
And place this content:

set "JAVA_OPTS=-Duser.timezone=UTC -server -Xms1024m -Xmx2048m -XX:MaxPermSize=512m -XX:MaxNewSize=512m -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Dorg.jboss.resolver.warning=true -Djava.net.preferIPv4Stack=true -Djboss.socket.binding.port-offset=0"
echo JAVA_OPTS=$JAVA_OPTS

call "C:/opt/jboss-eap-7.0/bin/standalone.bat" -b 0.0.0.0 -bmanagement 0.0.0.0 -c csa_prod.xml  %*

Then start the Production server (csa_prod)

$ C:\opt\ATG\ATG11.3\home\servers\csa_prod\startServerOnJBoss.bat

Next start the Publishing server (csa_pub)

$ C:\opt\ATG\ATG11.3\home\servers\csa_pub\startServerOnJBoss.bat

Open your browser and go to this URL:
     http://localhost:8180/atg/bcc
And login using these credentials:
     user: admin
     password: Password1

Once you logged in, go to CA Console --> Configuration and click on "Add Site"



Configure the site like the image below, in the Setting Repository Mappings you need to map each repository from the left side to the right side and click on "Add" button for each repository, then press on "Save changes" button



Now go to the Agents tab and click on "Add agent to site" button



And configure it like the image below and click on "Save changes" button



Now click on the top link named "back to deployment administration configuration" and click on "Make change live" button 



Select "Do a full deployment (data NOT imported)" and click on "Make changes live"



Then you can go to Overview --> Production to see the deployment progress




Once it finished, the BCC will trigger the Baseline Index in the ProductCatalogSimpleIndexingAdmin component from csa_prod instance, open your browser and go to this URL to check the Index progress:
  • http://localhost:8080/dyn/admin/nucleus/atg/commerce/endeca/index/ProductCatalogSimpleIndexingAdmin/
In case it was not executed (all status in PENDING), click on "Baseline Index" and check the "Auto Refresh" option



Wait until it finish successfully (all status in COMPLETE)


Now the data was sent to the CSA app folder of Endeca, let's publish the data to Endeca executing these scripts

C:\opt\Endeca\Apps\CSAen\control\set_templates.bat
$ C:\opt\Endeca\Apps\CSAen\control\promote_content.bat

Then in your browser go to this URL
  • http://localhost:8080/csa/
You should see the CSA application with some images in the carousel 



Note: Sometimes the Endeca application is not running, so you can go to the Endeca Workbench --> EAC Admin Console --> Components tab --> MDEX Engine  and make sure the Dgraph is  running for each application (en, es, and de), otherwise click start link on the right:




Comments

Popular posts from this blog

Install Oracle Commerce ATG 11.3 in Windows

Deploy Endeca Reference Application 11.3.0

Install Oracle Endeca 11.3.0 in Windows