Download presentation
Presentation is loading. Please wait.
Published byMarlene Cooper Modified over 9 years ago
1
ATG Environment Setup In this session you will learn – Setting Up ATG environment – Creating new ATG application – Configuring Data Source – Configuring ATG plugin with Eclipse – Deploying and running an ATG application
2
Windows 64 bit OS ATG10.0.2 Oracle12/MySQL DB/MS SQL jdk1.7.0_65 (64 bit) Weblogic12 64 bit RAM Min 4GB Get Latest J2ee Eclipse Copy ATGTraining.zip and extract in your C:\ ATG Installation
3
ATG File Organization
4
The home directory
5
ATG Aplication Overview
6
Steps for ATG Setup(1) 1.ATG Required Database to run 1.Create new DB schema(Ex: MYSHOP/MYSHOP) 2.Setup ENV variables like in the above slide. 1.DYNAMO_ROOT=C:\ATGTraining\ATG10.0.2 2.DYNAMO_HOME=%DYNAMO_ROOT%\home 3.JAVA_HOME=C:\ATGTraining\Java\jdk1.7.0_65 3.Execute the below sql statements for newly create Schema 1.${ATG_HOME}\DAS\sql\install\oracle\das_ddl.sql 2.${ATG_HOME}\DPS\sql\install\oracle\dps_ddl.sql 3.${ATG_HOME}\DSS\sql\install\oracle\dss_ddl.sql 4.${ATG_HOME}\DCS\sql\install\oracle\dcs_ddl.sql Note :Make sure no db errors
7
Steps for ATG Setup(2) 4.Install ATG-Plugin – Eclipse Help Install New Software – Click an Add – Click on Archive – Give ATGUpdateSite.jar – Click on Ok – Once complete restart the eclipse
8
Creating New Module Once step 4 completed ATG plug-in get installed Create new atg module using eclipse with ATGSample name Give the below names – J2ee name : atgsample-jee – Web name : atgsample-web – Context path : atgsamples
9
New Module Creation
10
New Module Structure
11
DB Configuration
12
Ear Creating and Testing application Create ear file using the below command ${ATG_HOME}\home\bin> runAssembler.bat ATGSample.ear -m DafEar.Admin ATGSample Start the server Deploy new ear file Browse: http://localhost:7001/atgsamples/index.jsp And you should see test page properly.
13
Application Status
14
Browsing Test Page
Similar presentations
© 2024 SlidePlayer.com. Inc.
All rights reserved.