ATG INSTALLATION AND CONFIGURATION
Here in this page we will discuss how to set up Oracle ATG in our local system and configure it.
Steps to be Followed :
1. First set JAVA_HOME and PATH Environment variables.
Where JAVA_HOME points to your JDK directory and PATH point to your
JDK / bin directory.
Note : Install JDK in any of your root directory like C drive not in program files
and your directories should be like below.
JAVA_HOME="C:\Java\jdk1.8.0_xx".
PATH+="C:\Java\jdk1.8.0_xx\bin".
For PATH variable add the JDK/bin directory by using ";" (semicolon);
Where xx denotes your java version update number.
Set the above Environment variables in your system.
For in detail how to install JAVA and environment variables in your system .
Please go to : How to Install Java and Environment variables.
2. Install Weblogic in your system and start the Weblogic server.
On Linux, enter: ./startWebLogic.sh
On Windows, start : startWebLogic.cmd file
Here in this page we will discuss how to set up Oracle ATG in our local system and configure it.
Steps to be Followed :
1. First set JAVA_HOME and PATH Environment variables.
Where JAVA_HOME points to your JDK directory and PATH point to your
JDK / bin directory.
Note : Install JDK in any of your root directory like C drive not in program files
and your directories should be like below.
JAVA_HOME="C:\Java\jdk1.8.0_xx".
PATH+="C:\Java\jdk1.8.0_xx\bin".
For PATH variable add the JDK/bin directory by using ";" (semicolon);
Where xx denotes your java version update number.
Set the above Environment variables in your system.
For in detail how to install JAVA and environment variables in your system .
Please go to : How to Install Java and Environment variables.
2. Install Weblogic in your system and start the Weblogic server.
On Linux, enter: ./startWebLogic.sh
On Windows, start : startWebLogic.cmd file
After weblogic has started you will get the following message.
No comments:
Post a Comment