Endeca part 3 Configuration of WebLogic


5.Configuration of WebLogic

To configure weblogic go to “Middleware directory of ---wlserver under this go to common directory under this bin directory .

In our case it is /opt/serv/Oracle/Middleware/slserver_10.3/common/bin directory

Now in this directory run config.sh file in linux to configure weblogic.

Step1:

$./config.sh

Now run ./config.sh file .

Step2:

Now the following screen will appear.

Select select create a new weblogic domain.

Click on next button.

Step3:

In this screen select a checkboxes of oracle Endeca server-7.6.10(endecaserver7.6.0.0_1) and Oracle

JRF-

11.1.1.0(oracle_common)

Then click on next button.

Step4:

Enter the Domain name as”endeca_server_domain” and

domain location as “/opt/serv/Oracle/Middleware/user_projects/domains.

Then click on next button.

Step5:

Now enter the configure Administrator user Name and password screen.

In this screen enter Name as weblogic

User password as

Confirm user password as above.

Then click on next button.

Step6:

Now in this select mode

I have selected Development Mode for development.

If it is production select production mode(for production mode use SSLkeys recommended one).

In JDK selection

Check the Avaliable Jdk’s and select appropriate JDK

Then click on next button.

Step7:

Now click on Administration server

Then click on next button.

Step8:

Select listen port as 7001

Iam using development mode,that is why Iam not using SSL.

IF it is production mode

Give port number for SSL listen port say 7002

And check the check box SSL enabled(in my case it is not enabled).

Then click on next button.

Step9:

Creating Domain installation(progress) will start and once its reaches to 100% click on done button.

That’s the end of configuration of weblogic.

Now go to “/opt/serv/Oracle/Middleware/Endecaserver 7.6.0.0_1/endeca-data-enrichment/install directory”

You will see enrichment-metadata.sh file

Run this file with the following parameters

$./ enrichment-metadata.sh $JAVA_HOME oracle20 7001 http /opt/serv/Oracle/Middleware/ /opt/serv/Oracle/Middleware/endecaserver7.6.0.0_1/ /opt/serv/Oracle/Middleware/user_projects/domains/endeca_server_domain demo123

Open mozialla firefox type url (hostname:portno/console) click enter button

In my case oracl20:7001/console.

It will open weblogic console window.

Type username as weblogic

Password as:given password by you.

Then click on sign in button.

Oracle20:7001/console page

No comments:

Post a Comment