0% found this document useful (0 votes)
93 views22 pages

ATG 10 BCC Setup Document

The document provides instructions for setting up the ATG 10 BCC software. It outlines: 1) Software and database requirements including Java, JBoss, ATG10.1, and Oracle 11g database. 2) Steps to create database schemas for the core, cata, catb, and pub using scripts and granting privileges. 3) Instructions to run the CIM.bat file to configure databases, server instances, and deploy applications. 4) Details entered include database usernames, passwords, URLs, and JNDI names for the publishing database. Initial data is then imported.

Uploaded by

Verma S
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
93 views22 pages

ATG 10 BCC Setup Document

The document provides instructions for setting up the ATG 10 BCC software. It outlines: 1) Software and database requirements including Java, JBoss, ATG10.1, and Oracle 11g database. 2) Steps to create database schemas for the core, cata, catb, and pub using scripts and granting privileges. 3) Instructions to run the CIM.bat file to configure databases, server instances, and deploy applications. 4) Details entered include database usernames, passwords, URLs, and JNDI names for the publishing database. Initial data is then imported.

Uploaded by

Verma S
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 22

ATG 10 BCC Setup Document

Software Requirements
1) Java 1.6

2) Jboss 5.1

3) ATG10.1

4) Oracle 11 g Express Edition

Database schema creation


Create 4 Database Schemas with connect, resource and dba access rights

1) core
2) cata
3) catb
4) pub

Note:- Use the below scripts to create schema.

sqlplus sys as sysdba

create tablespace myspace


logging
datafile 'C:/BCCTrainingATG10/OracleData/MYSPACE.DBF'
size 32m
autoextend on
next 32m maxsize 2048m
extent management local;

create user core identified by core default tablespace myspace;


grant connect,resource,dba to core;
create user cata identified by cata default tablespace myspace;
grant connect,resource,dba to cata;
create user catb identified by catb default tablespace myspace;
grant connect,resource,dba to catb;
create user pub identified by pub default tablespace myspace;
grant connect,resource,dba to pub;

Creation of tables and Initial data import using CIM


Invoke <ATG_HOME>\home\bin\CIM.bat
Oracle ATG Web Commerce Configuration Installation Manager

=======CIM MAIN MENU============================================================


enter [h]elp, [q]uit to exit

Choose the task you want to perform:

[1] Database Configuration - Done


*[2] Server Instance Configuration
[3] Application Assembly & Deployment
[P] Product Selection - Done (ATG Site Administration & ATG Commerce)
[A] Select Application Server - Done (JBoss)
[C] Custom CIM Plugin Launcher

>P

-------WARNING------------------------------------------------------------------
enter [h]elp, [m]ain menu, [q]uit to exit

Changing your product selection may require changes to your configuration.


Database Configuration, Server Instance Configuration, and Application
Assembly and Deployment will need to be redone. Are you sure you want to
continue?

*[C] Continue
[A] Cancel

>C

-------PRODUCT SELECTION--------------------------------------------------------
enter [h]elp, [m]ain menu, [q]uit 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] ATG Platform and Content Administration :


Includes, optionally, data warehouse components and Preview

*[2] ATG Site Administration :


Includes ATG Platform and Content Administration.

*[3] ATG Commerce :


Includes ATG Platform, Content Administration and, optionally, data
warehouse components, Preview, and Merchandising

[D] Done

Select one or more > 1

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

*[1] ATG Platform and Content Administration :


Includes, optionally, data warehouse components and Preview

*[2] ATG Site Administration :


Includes ATG Platform and Content Administration.

*[3] ATG Commerce :


Includes ATG Platform, Content Administration and, optionally, data
warehouse components, Preview, and Merchandising

[D] Done

Select one or more > D

-------CHOOSE COMMERCE ADDONS :-------------------------------------------------


enter [h]elp, [m]ain menu, [q]uit to exit

Choose Commerce AddOns :

[1] Reporting
[2] Staging Server
[3] Preview Server
[4] Dedicated Lock Servers
*[5] Merchandising UI
[6] Abandoned Order Services
[D] Done

Select zero or more > D

-------INCLUDE DEMO APPLICATION:------------------------------------------------


enter [h]elp, [m]ain menu, [q]uit to exit

Include Demo Application:

[1] Quincy Funds Demo


[2] MotorPriseJSP
[D] Done

Select zero or one > D


-------CHOOSE SWITCHING OR NON-SWITCHING DATASOURCE :---------------------------
enter [h]elp, [m]ain menu, [q]uit to exit

Choose switching or non-switching datasource :

*[1] Non-Switching Datasource


[2] Switching Datasource

Select one > 2

-------SITEADMIN ADDONS :-------------------------------------------------------


enter [h]elp, [m]ain menu, [q]uit to exit

The selected product requires the Add commerce data to SiteAdmin add on, which
has been automatically included.

-------PRODUCT MODULE CALCULATION-----------------------------------------------


enter [h]elp, [m]ain menu, [q]uit to exit

Current Product Selection:

ATG Commerce

ATG Site Administration

Selected AddOns:

Merchandising UI
Switching Datasource
Add commerce data to SiteAdmin

Server Instance Types:

ATG Commerce Production Server

DafEar.Admin DPS DSS DCS.PublishingAgent

ATG Commerce Publishing Server

DCS-UI.Versioned BIZUI PubPortlet DafEar.Admin SiteAdmin.Versioned


DCS.Versioned DCS-UI.SiteAdmin.Versioned

-------VALIDATING INSTALLATION--------------------------------------------------
enter [h]elp, [m]ain menu, [q]uit to exit

CIM is validating your Product Selection against your current installation.

>> All required modules exist - passed

=======CIM MAIN MENU============================================================


enter [h]elp, [q]uit to exit

Choose the task you want to perform:

*[1] Database Configuration


[2] Server Instance Configuration
[3] Application Assembly & Deployment
[P] Product Selection - Done (ATG Commerce & ATG Site Administration)
[A] Select Application Server - Done (JBoss)
[C] Custom CIM Plugin Launcher

>1

-------CALCULATE DATASOURCE DEPENDENCIES----------------------------------------


enter [h]elp, [m]ain menu, [q]uit to exit

Calculating Datasource Dependencies. View log file at C:/BCCTrainingATG10/


ATG/ATG10.1/home/../CIM/log/cim.log
|. . . . |
|. . . . |

-------SELECT A DATASOURCE TO CONFIGURE-----------------------------------------


enter [h]elp, [m]ain menu, [q]uit to exit

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

>P

-------CONFIGURE DATASOURCE PUBLISHING------------------------------------------


enter [h]elp, [m]ain menu, [q]uit to exit

*[C] Connection Details


[O] Configure Another Datasource

>C

-------RE-USE VALUES FROM PREVIOUS DATASOURCE-----------------------------------


enter [h]elp, [m]ain menu, [q]uit to exit

Publishing

Base on previous database details:

[1] atg_core@jdbc:oracle:thin:@127.0.0.1:1521:xe
[2] atg_publishing@jdbc:oracle:thin:@127.0.0.1:1521:xe
[3] publishing@jdbc:oracle:thin:@127.0.0.1:1521:xe
[4] core@jdbc:oracle:thin:@127.0.0.1:1521:xe
[5] publishing@jdbc:oracle:thin:@127.0.0.1:1521:XE
*[6] None/Use Existing

Select one > 6

-------ENTER CONNECTION DETAILS-------------------------------------------------


enter [h]elp, [m]ain menu, [q]uit 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 [[publishing]] > pub

Enter Password [[**********]] > ***

Re-enter Password > ***

Enter Host Name [[127.0.0.1]] > localhost

Enter Port Number [[1521]] >

Enter Database Name [[XE]] >

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


>
Enter Driver Path [[C:/BCCTrainingATG10/oraclexe/app/oracle/product/10.2.0/ser

>> Driver File Does Not Exist

Enter Driver Path [[C:/BCCTrainingATG10/oraclexe/app/oracle/product/10.2.0/ser


product\11.2.0\server\jdbc\lib\ojdbc6.jar

Enter JNDI Name [[ATGCA]] >

-------CONFIGURE DATASOURCE PUBLISHING------------------------------------------


enter [h]elp, [m]ain menu, [q]uit 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]elp, [m]ain menu, [q]uit to exit

Publishing

>> Connection to database pub @ jdbc:oracle:thin:@localhost:1521:XE is


successful

-------CONFIGURE DATASOURCE PUBLISHING------------------------------------------


enter [h]elp, [m]ain menu, [q]uit 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]elp, [m]ain menu, [q]uit to exit

Publishing
*[C] Create Schema
[S] Skip

>C

Schema Creation Beginning. View log file at C:/BCCTrainingATG10/ATG/ATG10.1/


home/../CIM/log/cim.log
|. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . |
|. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . |

>> Schema creation completed successfully

-------CONFIGURE DATASOURCE PUBLISHING------------------------------------------


enter [h]elp, [m]ain menu, [q]uit 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]elp, [m]ain menu, [q]uit to exit

Publishing

*[I] Import Data


[S] Skip

>I

Define the password for the Merchandising User (login: merchandising). Passwor
of the following characters: 1234567890. > *******

Re-enter Password > *******

>> Password not valid. Password must be at least 8 characters in length.


Password must contain one of the following characters: 1234567890.

Define the password for the Merchandising User (login: merchandising). Passwor
of the following characters: 1234567890. [[*******]] > *********

Re-enter Password > *********


Define the password for the Publishing Admin User (login: admin). Password mus
e following characters: 1234567890. > *********

Re-enter Password > *********

-------DATA IMPORT PUBLISHING---------------------------------------------------


enter [h]elp, [m]ain menu, [q]uit to exit

Combining template tasks...Success

Importing (1 of 4) /Publishing/base/install/epub-role-data.xml to /atg/userprofil

Importing (2 of 4) /Publishing/base/install/epub-file-repository-data.xml to /atg

Loading (3 of 4) DSS/atg/registry/data/scenarios/DSS/*.sdl & DSS/atg/registry/


data/scenarios/recorders/*.sdl...Success

Importing (4 of 4) /CIM/tmp/import/management-import1.xml:
/DCS/install/data/initial-segment-lists.xml to /atg/userprofiling/
PersonalizationRepository
/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
/AssetUI/install/data/viewmapping.xml to /atg/web/viewmapping/
ViewMappingRepository
/AssetUI/install/data/assetManagerViews.xml to /atg/web/viewmapping/
ViewMappingRepository
/DPS-UI/install/data/viewmapping.xml to /atg/web/viewmapping/
ViewMappingRepository
/DPS-UI/install/data/examples.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/templates.xml to /atg/multisite/SiteRepository
/DCS-UI/install/data/viewmapping.xml to /atg/web/viewmapping/
ViewMappingRepository
/DCS-UI/install/data/viewmapping_preview.xml to /atg/web/viewmapping/
ViewMappingRepository
/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

All Imports Completed Successfully


-------CONFIGURE DATASOURCE PUBLISHING------------------------------------------
enter [h]elp, [m]ain menu, [q]uit 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

>

-------SELECT A DATASOURCE TO CONFIGURE-----------------------------------------


enter [h]elp, [m]ain menu, [q]uit to exit

[P] Publishing - Done


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

>

-------CONFIGURE DATASOURCE SWITCHING A-----------------------------------------


enter [h]elp, [m]ain menu, [q]uit to exit

*[C] Connection Details


[O] Configure Another Datasource

>c

-------RE-USE VALUES FROM PREVIOUS DATASOURCE-----------------------------------


enter [h]elp, [m]ain menu, [q]uit to exit

Switching A

Base on previous database details:

[1] atg_publishing@jdbc:oracle:thin:@127.0.0.1:1521:xe
[2] publishing@jdbc:oracle:thin:@127.0.0.1:1521:xe
[3] core@jdbc:oracle:thin:@127.0.0.1:1521:xe
[4] publishing@jdbc:oracle:thin:@127.0.0.1:1521:XE
[5] pub@jdbc:oracle:thin:@localhost:1521:XE
*[6] None/Use Existing
Select one >

-------ENTER CONNECTION DETAILS-------------------------------------------------


enter [h]elp, [m]ain menu, [q]uit 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 > cata

Enter Password > ****

Re-enter Password > ****

Enter Host Name > localhost

Enter Port Number [[1521]] >

Enter Database Name > XE

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


>

Enter Driver Path > C:\BCCTrainingATG10\oraclexe\app\oracle\product\11.2.0\ser

Enter JNDI Name [[ATGSwitchingDS_A]] >

-------CONFIGURE DATASOURCE SWITCHING A-----------------------------------------


enter [h]elp, [m]ain menu, [q]uit 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]elp, [m]ain menu, [q]uit to exit

Switching A

>> Connection to database cata @ jdbc:oracle:thin:@localhost:1521:XE is


successful

-------CONFIGURE DATASOURCE SWITCHING A-----------------------------------------


enter [h]elp, [m]ain menu, [q]uit 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]elp, [m]ain menu, [q]uit to exit

Switching A

*[C] Create Schema


[S] Skip

>

Schema Creation Beginning. View log file at C:/BCCTrainingATG10/ATG/ATG10.1/


home/../CIM/log/cim.log
|. . . . . . . . . . . . . |
|. . . . . . . . . . . . . |

>> Schema creation completed successfully

-------CONFIGURE DATASOURCE SWITCHING A-----------------------------------------


enter [h]elp, [m]ain menu, [q]uit 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]elp, [m]ain menu, [q]uit to exit

Switching A

*[I] Import Data


[S] Skip

>

-------NO IMPORT NECESSARY------------------------------------------------------


enter [h]elp, [m]ain menu, [q]uit to exit

There are no imports necessary for the Switching A Datasource.

-------CONFIGURE DATASOURCE SWITCHING A-----------------------------------------


enter [h]elp, [m]ain menu, [q]uit 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

>

-------SELECT A DATASOURCE TO CONFIGURE-----------------------------------------


enter [h]elp, [m]ain menu, [q]uit to exit

[P] Publishing - Done


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

>

-------CONFIGURE DATASOURCE SWITCHING B-----------------------------------------


enter [h]elp, [m]ain menu, [q]uit to exit
*[C] Connection Details
[O] Configure Another Datasource

>

-------RE-USE VALUES FROM PREVIOUS DATASOURCE-----------------------------------


enter [h]elp, [m]ain menu, [q]uit to exit

Switching B

Base on previous database details:

[1] publishing@jdbc:oracle:thin:@127.0.0.1:1521:xe
[2] core@jdbc:oracle:thin:@127.0.0.1:1521:xe
[3] publishing@jdbc:oracle:thin:@127.0.0.1:1521:XE
[4] pub@jdbc:oracle:thin:@localhost:1521:XE
[5] cata@jdbc:oracle:thin:@localhost:1521:XE
*[6] None/Use Existing

Select one >

-------ENTER CONNECTION DETAILS-------------------------------------------------


enter [h]elp, [m]ain menu, [q]uit 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 > catb

Enter Password > ****

Re-enter Password > ****

Enter Host Name > localhost

Enter Port Number [[1521]] >

Enter Database Name > XE


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

Enter Driver Path > C:\BCCTrainingATG10\oraclexe\app\oracle\product\11.2.0\ser

Enter JNDI Name [[ATGSwitchingDS_B]] >

-------CONFIGURE DATASOURCE SWITCHING B-----------------------------------------


enter [h]elp, [m]ain menu, [q]uit 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]elp, [m]ain menu, [q]uit to exit

Switching B

>> Connection to database catb @ jdbc:oracle:thin:@localhost:1521:XE is


successful

-------CONFIGURE DATASOURCE SWITCHING B-----------------------------------------


enter [h]elp, [m]ain menu, [q]uit 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]elp, [m]ain menu, [q]uit to exit

Switching B

*[C] Create Schema


[S] Skip

>c

Schema Creation Beginning. View log file at C:/BCCTrainingATG10/ATG/ATG10.1/


home/../CIM/log/cim.log
|. . . . . . . . . . . . . |
|. . . . . . . . . . . . . |

>> Schema creation completed successfully

-------CONFIGURE DATASOURCE SWITCHING B-----------------------------------------


enter [h]elp, [m]ain menu, [q]uit 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]elp, [m]ain menu, [q]uit to exit

Switching B

*[I] Import Data


[S] Skip

>i

-------NO IMPORT NECESSARY------------------------------------------------------


enter [h]elp, [m]ain menu, [q]uit to exit

There are no imports necessary for the Switching B Datasource.

-------CONFIGURE DATASOURCE SWITCHING B-----------------------------------------


enter [h]elp, [m]ain menu, [q]uit 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]elp, [m]ain menu, [q]uit to exit

[P] Publishing - Done


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

>c

-------CONFIGURE DATASOURCE PRODUCTION CORE-------------------------------------


enter [h]elp, [m]ain menu, [q]uit to exit

*[C] Connection Details


[O] Configure Another Datasource

>

-------RE-USE VALUES FROM PREVIOUS DATASOURCE-----------------------------------


enter [h]elp, [m]ain menu, [q]uit to exit

Production Core

Base on previous database details:

[1] core@jdbc:oracle:thin:@127.0.0.1:1521:xe
[2] publishing@jdbc:oracle:thin:@127.0.0.1:1521:XE
[3] pub@jdbc:oracle:thin:@localhost:1521:XE
[4] cata@jdbc:oracle:thin:@localhost:1521:XE
[5] catb@jdbc:oracle:thin:@localhost:1521:XE
*[6] None/Use Existing

Select one >

-------ENTER CONNECTION DETAILS-------------------------------------------------


enter [h]elp, [m]ain menu, [q]uit 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 > core

Enter Password > ****

Re-enter Password > ****

Enter Host Name > localhost

Enter Port Number [[1521]] >

Enter Database Name > XE

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


>

Enter Driver Path > C:\BCCTrainingATG10\oraclexe\app\oracle\product\11.2.0\ser

Enter JNDI Name [[ATGProductionDS]] >

-------CONFIGURE DATASOURCE PRODUCTION CORE-------------------------------------


enter [h]elp, [m]ain menu, [q]uit 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]elp, [m]ain menu, [q]uit to exit

Production Core

>> Connection to database core @ jdbc:oracle:thin:@localhost:1521:XE is


successful
-------CONFIGURE DATASOURCE PRODUCTION CORE-------------------------------------
enter [h]elp, [m]ain menu, [q]uit 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]elp, [m]ain menu, [q]uit to exit

Production Core

*[C] Create Schema


[S] Skip

>c

Schema Creation Beginning. View log file at C:/BCCTrainingATG10/ATG/ATG10.1/


home/../CIM/log/cim.log
|. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . |
|. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . |

>> Schema creation completed successfully

-------CONFIGURE DATASOURCE PRODUCTION CORE-------------------------------------


enter [h]elp, [m]ain menu, [q]uit 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]elp, [m]ain menu, [q]uit to exit

Production Core
*[I] Import Data
[S] Skip

>i

-------NO IMPORT NECESSARY------------------------------------------------------


enter [h]elp, [m]ain menu, [q]uit to exit

There are no imports necessary for the Production Core Datasource.

-------CONFIGURE DATASOURCE PRODUCTION CORE-------------------------------------


enter [h]elp, [m]ain menu, [q]uit 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

>m

=======CIM MAIN MENU============================================================


enter [h]elp, [q]uit to exit

Choose the task you want to perform:

[1] Database Configuration - Done


*[2] Server Instance Configuration
[3] Application Assembly & Deployment
[P] Product Selection - Done (ATG Commerce & ATG Site Administration)
[A] Select Application Server - Done (JBoss)
[C] Custom CIM Plugin Launcher

>2

Creation of modules
1) Create 2 ATG projects in eclipse. Named estore and merch (name can be anything)

2) estore will consider as production module.

3) merch will consider as publishing module


4) include the following module in estore

a. <ATG_HOME>\estore\META-INF\MANIFEST.MF

DafEar.Admin DCS PublishingAgent

5) Include the following module in merch

a. <ATG_HOME>\ merch\META-INF\MANIFEST.MF

DCS-UI.Versioned BIZUI PubPortlet Publishing.base DafEar.Admin SiteAdmin.Versioned


DCS.Versioned DCS-UI DCS-UI.SiteAdmin.Versioned DafEar estore

Creation of ATG Server instances


b. Get into <ATG_HOME>\home\servers

c. Copy paste original dir 2 times

d. Named it as atg_production and atg_publishing(Names can be anything)

Creation of Jboss Server instances


e. Get into <JBOSS_HOME>\servers\

f. Copy and paste default dir 2 times

g. Named it as jboss_production and jboss_publishing(Names can be anything)

Build the application


Production : -

runAssembler %JBOSS_HOME%\server\jboss_production\deploy\estore.ear -m estore


Publishing:-

runAssembler %JBOSS_HOME%\server\jboss_publishing\deploy\merch.ear -m
merch

Run the application


Production : -

run -Datg.dynamo.server.name=atg_production -c jboss_production -b PCBNG211


-Djboss.service.binding.set=ports-01

Publishing:-

run -Datg.dynamo.server.name=atg_publishing -c jboss_publishing -b PCBNG211


-Djboss.service.binding.set=ports-02

You might also like