Endeca part 5 Installation of Endeca studio(3.1)


Installation of Endeca studio(3.1)

Download Oracle Endeca Information Discovery Studio for weblogic patch v40536-01.zip (simply called as Endeca studio) software from the metalink.

Create a directory called studio in “/opt/serv/softwares/ende_soft/”

Copy the downloaded zipfile to studio folder located in “/opt/serv/softwares/ende_soft/studio”

Unzip the zip file you will get 2 files namely

1.EID_3.1_studio_portal_weblogic.zip

2. v40536-01.zip

Files,now again unzip EID_3.1_studio_portal_weblogic.zip file, you will get

1.RELNotes.txt

2.Change-context-roots-deployment-plan.xml

3.copyright.txt

4.Endeca-portal-weblogic-3.1.1.14220.ear

5.portal-ext-properties.

6.version.txt

Create a directory in oracle middleware directory called studio

/opt/serv/Oracle/middleware/studio.

Now move the file “/opt/serv/softwares/ende_soft/studio/contains Endeca-portal-weblogic-3.1.1.14220.ear” to “/opt/serv/Oracle/middleware/studio”

Now we have create a domain called studio using weblogic. Therefore we need to configure weblogic .

Go to /opt/serv/Oracle/Middleware/wlserver_10.3/common/bin

Now run ./config.sh file .

$./config.sh

Step1:

Now it open GUI

Step2:

Now the following screen will appear.

Select select create a new weblogic domain.

Click on next button.

Step3:

Then click on next button.

Step4:

Enter the Domain name as”endeca_studio_domain” and

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

Then click on next button.

Step 5:

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

Step 6:

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.

Step 7:

Now click on Administration server

Then click on next button.

Step8:

Select listen port as 8101

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

IF it is production mode

Give port number for SSL listen port no

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

Then click on next button

Step 9:

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

That’s the end of configuration of weblogic.

Configuration

Now go to “/opt/serv/Oracle/Middleware/user_projects/domains/endeca_studio_domain/bin”

$cd /opt/serv/Oracle/Middleware/user_projects/domains/endeca_studio_domain/bin

$ ls

You will see the files & directories.

We need “setDomainEnv.sh” file

We have to edit the setDomainENV.sh file and add the following java parameters near to the top of the file

JAVA_OPTIONS="-DUseSunHttpHandler=true -Djavax.xml.transform.TransformerFactory=com.sun.org.apache.xalan.internal.xsltc.trax.TransformerFactoryImpl

-Djavax.xml.parsers.DocumentBuilderFactory=com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl

-Djavax.xml.parsers.SAXParserFactory=com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl -Dfile.encoding=UTF8"

export JAVA_OPTIONS

and

Replace

1) –xx:MaxPermSize=128m and –xx:MaxPermSize=256m with” -xx:MaxPermSize=512m”

2) –xmx512m with –xmx1024m

Now move one step backward

i.e. $cd ..

$pwd

o/p cd /opt/serv/Oracle/Middleware/user_projects/domains/endeca_studio_domain

$ls startWeblogic.sh

o/p

Now start the weblogic

$./startweblogic

It will ask for weblogic username & password

Provide weblogic as username and their respective password.

Note:

opt/serv/Oracle/Middleware/user_projects/domains/endeca_studio_domain/servers/Adminserver/security under this boot.properties file is there.

If security folder is not there create a directory with name security under Adminserver followed by boot.properties file

opt/serv/Oracle/Middleware/user_projects/domains/endeca_studio_domain/servers/Adminserver/

Once check boot.properties file is located under the following location,if not create it

Then edit the file as

Give

Username:

Password: respective password

Finally weblogic go to the running mode.

Now open mozillafirefox

Type the following url

Localhost:8101:console then press enter key

It will open weblogic console page

Localhost:8101/console

Give weblogic username as weblogic and their respective password then click on sign in button.

Now click on lock & edit button on the left pane.

In the domain structure click on -------- deployments

On the right pane

Below customized table

Click on install button

Now you will get install Application Assistant screen will come

in path: default path will be there

we have to give right path of the ear file which is located in studio which is located in

/opt/serv/Oracle/middleware/studio

Consists of endeca-portal-weblogic-3.1.1.4220.ear file

In the path type : /opt/serv/Oracle/middleware/studio

Then you will see below endeca-portal-weblogic-3.1.1.4220.ear file

Select the above file and click on next button.

Then you will see the following screen.

Click on next button.

Then you will see the following screen.

Click on next button.

Then you will see the following screen.

Click on finish button.

Then you will see the following screen.

Now click on deployments tab on the left pane

You will get the following screen

Now select endeca-portal-weblogic-3 by checking check box

And below you can see install,update,delete start & stop button tabs.

From start dropdown list select “servicing all requests”

it will go another page and

will ask for Yes /No click on yes

then you will get

start requests have been sent to the selected deployments as a successful message.

Now open another url of the same browser(Mozilla)

Type the following url localhost:8101/eid

Oracle endeca information Discovery screen/page

Email admin@oracle.com(default will be there)

Password will be blank(provide the default password) and click on signin button.

You will asked to change the password & confirm the pass word after changing the password

You will get the following screen

That’s the end of studio installation

No comments:

Post a Comment