gavinsoorma.comgavinsoorma.com/.../2012/10/apex_weblogic_configuration.docx · web viewconfiguring...

39
Configuring the APEX Listener on Oracle 11g WebLogic Server This note describes the procedure used to configure the APEX listener (and APEX 4.2) using an existing Oracle 11g (10.3.2) WebLogic server running on a Linux x86 64 platform. Download apex_4.2_en.zip from the following location: http://www.oracle.com/technetwork/developer-tools/apex/downloads/index.html This note is pertaining to the APEX Listener version 1.1.3 APEX 1.1.4 is now available and can be downloaded from: http://www.oracle.com/technetwork/developer-tools/apex-listener/overview/index.html We first need to install APEX 4.2 in the database. This note does not discuss this and assumes that this has already been completed On the Linux WebLogic server, we create a directory called apex_listener and unzip the file apex_listener.1.1.3.243.11.40.zip $ mkdir /u01/app/oracle/apex_listener $ unzip apex_listener.1.1.3.243.11.40.zip After unzipping, we should see the following files: [oracle@kens-oraapp-001 apex_listener]$ ls -l total 79748 -rw-r--r-- 1 oracle oinstall 10710750 Mar 14 2012 apex_listener.1.1.3.243.11.40.zip -rw-r--r-- 1 oracle oinstall 9830445 Aug 31 2011 apex.war drwxr-xr-x 5 oracle oinstall 4096 Aug 31 2011 docs -rw-r--r-- 1 oracle oinstall 2906 Aug 31 2011 index.htm -rw-r--r-- 1 oracle oinstall 60939561 Mar 15 2012 i.war

Upload: dangcong

Post on 10-Mar-2018

237 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: gavinsoorma.comgavinsoorma.com/.../2012/10/apex_weblogic_configuration.docx · Web viewConfiguring the APEX Listener on Oracle 11g WebLogic Server This note describes the procedure

Configuring the APEX Listener on Oracle 11g WebLogic Server

This note describes the procedure used to configure the APEX listener (and APEX 4.2) using an existing Oracle 11g (10.3.2) WebLogic server running on a Linux x86 64 platform.

Download apex_4.2_en.zip from the following location:

http://www.oracle.com/technetwork/developer-tools/apex/downloads/index.html

This note is pertaining to the APEX Listener version 1.1.3

APEX 1.1.4 is now available and can be downloaded from:

http://www.oracle.com/technetwork/developer-tools/apex-listener/overview/index.html

We first need to install APEX 4.2 in the database. This note does not discuss this and assumes that this has already been completed

On the Linux WebLogic server, we create a directory called apex_listener and unzip the file apex_listener.1.1.3.243.11.40.zip

$ mkdir /u01/app/oracle/apex_listener

$ unzip apex_listener.1.1.3.243.11.40.zip

After unzipping, we should see the following files:

[oracle@kens-oraapp-001 apex_listener]$ ls -ltotal 79748-rw-r--r-- 1 oracle oinstall 10710750 Mar 14 2012 apex_listener.1.1.3.243.11.40.zip-rw-r--r-- 1 oracle oinstall 9830445 Aug 31 2011 apex.wardrwxr-xr-x 5 oracle oinstall 4096 Aug 31 2011 docs-rw-r--r-- 1 oracle oinstall 2906 Aug 31 2011 index.htm-rw-r--r-- 1 oracle oinstall 60939561 Mar 15 2012 i.wardrwxr-xr-x 4 oracle oinstall 4096 Aug 31 2011 javadoc-rw-r--r-- 1 oracle oinstall 24890 Aug 31 2011 license.html-rw-r--r-- 1 oracle oinstall 2587 Aug 31 2011 readme.html

Page 2: gavinsoorma.comgavinsoorma.com/.../2012/10/apex_weblogic_configuration.docx · Web viewConfiguring the APEX Listener on Oracle 11g WebLogic Server This note describes the procedure

We then also unzip the file apex_4.2_en.zip which creates the ‘apex’ top-level directoryCreate Web Archive for Oracle Application Express Images

You will need to create a web archive file (war) to contain the Oracle Application Express image files. Using the Java Archive (jar) command, enter the following command to create a web archive file named i.war:

jar –cvf0 <APEX listener directory>\i.war –C <apex directory>\images .

where <APEX listener directory> is the directory location of the unzipped Application Express Listener files and <apex directory> is the directory location of Oracle Application Express 4.2

[oracle@kens-orawebl-001-dev apex_listener]$ /u01/jdk1.6.0_25/bin/jar -cvf0 /u01/app/oracle/apex_listener/i.war -C /u01/app/oracle/apex/images .

Now login to the WebLogic Server 11g Administration Console

Click Lock & Edit

Page 3: gavinsoorma.comgavinsoorma.com/.../2012/10/apex_weblogic_configuration.docx · Web viewConfiguring the APEX Listener on Oracle 11g WebLogic Server This note describes the procedure

Select Deployments from the Domain Structure menu

Page 4: gavinsoorma.comgavinsoorma.com/.../2012/10/apex_weblogic_configuration.docx · Web viewConfiguring the APEX Listener on Oracle 11g WebLogic Server This note describes the procedure

Click on Install

Specify the location of the apex.war file. The apex.war file is the location where you unzipped the APEX Listener zip file.

Page 5: gavinsoorma.comgavinsoorma.com/.../2012/10/apex_weblogic_configuration.docx · Web viewConfiguring the APEX Listener on Oracle 11g WebLogic Server This note describes the procedure

Click Next

Select Install this deployment as an application.

Click Next

Page 6: gavinsoorma.comgavinsoorma.com/.../2012/10/apex_weblogic_configuration.docx · Web viewConfiguring the APEX Listener on Oracle 11g WebLogic Server This note describes the procedure

Select the servers and/or clusters to which you want to deploy the application or module.

Click Next.

Page 7: gavinsoorma.comgavinsoorma.com/.../2012/10/apex_weblogic_configuration.docx · Web viewConfiguring the APEX Listener on Oracle 11g WebLogic Server This note describes the procedure

In the optional settings, specify and select the following:

a. What do you want to name this deployment? apex

b. What security model do you want to use with this application? Custom Roles: Use roles that are defined in the Administration Console; use policies that are defined in the deployment descriptor.

c. How should the source files be made accessible? Use the defaults defined by the deployment’s targets

Page 8: gavinsoorma.comgavinsoorma.com/.../2012/10/apex_weblogic_configuration.docx · Web viewConfiguring the APEX Listener on Oracle 11g WebLogic Server This note describes the procedure

Click Next.

Review the Summary of configuration settings that you have specified, and click Finish to complete the installation

If you have selected from the sub-menu Additional Configuration, No I will review the configuration later, you are returned to the Summary of Deployments. Messages are displayed indicating the status of the deployment. Follow any additional instructions provided in the Messages.

Page 9: gavinsoorma.comgavinsoorma.com/.../2012/10/apex_weblogic_configuration.docx · Web viewConfiguring the APEX Listener on Oracle 11g WebLogic Server This note describes the procedure
Page 10: gavinsoorma.comgavinsoorma.com/.../2012/10/apex_weblogic_configuration.docx · Web viewConfiguring the APEX Listener on Oracle 11g WebLogic Server This note describes the procedure

We will now repeat the same steps and create another deployment called ‘I’

Provide the location of the file – i.war

Page 11: gavinsoorma.comgavinsoorma.com/.../2012/10/apex_weblogic_configuration.docx · Web viewConfiguring the APEX Listener on Oracle 11g WebLogic Server This note describes the procedure
Page 12: gavinsoorma.comgavinsoorma.com/.../2012/10/apex_weblogic_configuration.docx · Web viewConfiguring the APEX Listener on Oracle 11g WebLogic Server This note describes the procedure
Page 13: gavinsoorma.comgavinsoorma.com/.../2012/10/apex_weblogic_configuration.docx · Web viewConfiguring the APEX Listener on Oracle 11g WebLogic Server This note describes the procedure

In the optional settings, specify and select the following:

a. What do you want to name this deployment? i

b. What security model do you want to use with this application? DD Only: Use only roles and policies that are defined in the deployment descriptors

c. How should the source files be made accessible? Use the defaults defined by the deployment’s targets

Page 14: gavinsoorma.comgavinsoorma.com/.../2012/10/apex_weblogic_configuration.docx · Web viewConfiguring the APEX Listener on Oracle 11g WebLogic Server This note describes the procedure

If your domain is in Production Mode, then on the Change Center click on Activate Changes

Page 15: gavinsoorma.comgavinsoorma.com/.../2012/10/apex_weblogic_configuration.docx · Web viewConfiguring the APEX Listener on Oracle 11g WebLogic Server This note describes the procedure

Note that the State for bott the deplpyments Apex and I show up as Prepared

Page 16: gavinsoorma.comgavinsoorma.com/.../2012/10/apex_weblogic_configuration.docx · Web viewConfiguring the APEX Listener on Oracle 11g WebLogic Server This note describes the procedure
Page 17: gavinsoorma.comgavinsoorma.com/.../2012/10/apex_weblogic_configuration.docx · Web viewConfiguring the APEX Listener on Oracle 11g WebLogic Server This note describes the procedure

We now click on the Start button and select the option Servicing all requests

Page 18: gavinsoorma.comgavinsoorma.com/.../2012/10/apex_weblogic_configuration.docx · Web viewConfiguring the APEX Listener on Oracle 11g WebLogic Server This note describes the procedure

We see the State has now changed to Active

Page 19: gavinsoorma.comgavinsoorma.com/.../2012/10/apex_weblogic_configuration.docx · Web viewConfiguring the APEX Listener on Oracle 11g WebLogic Server This note describes the procedure

We do the same for the other deployment ‘I’ and see that the State for I id also now showing as Active

Click on Lock and Edit

Page 20: gavinsoorma.comgavinsoorma.com/.../2012/10/apex_weblogic_configuration.docx · Web viewConfiguring the APEX Listener on Oracle 11g WebLogic Server This note describes the procedure

Create Users

We are now going to create an administrator user to access the APEX Listener Administration page

On the left pane below sub-menu Domain Structure, select Security Realms.

Click on myrealm

Click on Users and Groups tab.

Then click on Users tab.

Click New.

Page 21: gavinsoorma.comgavinsoorma.com/.../2012/10/apex_weblogic_configuration.docx · Web viewConfiguring the APEX Listener on Oracle 11g WebLogic Server This note describes the procedure

Enter the name for the user as adminlistener and provide a description

Select the provider as DefaultAuthenticator

Note - The minimum password length for a user defined in the WebLogic Authentication provider is 8 characters.

Page 22: gavinsoorma.comgavinsoorma.com/.../2012/10/apex_weblogic_configuration.docx · Web viewConfiguring the APEX Listener on Oracle 11g WebLogic Server This note describes the procedure
Page 23: gavinsoorma.comgavinsoorma.com/.../2012/10/apex_weblogic_configuration.docx · Web viewConfiguring the APEX Listener on Oracle 11g WebLogic Server This note describes the procedure

Create Roles

The APEX Listener requires roles to be assigned to the users to access the Application Express Listener Administration.

We will create a role called Admin.

The user with an APEX Listener Admin role has permission to access the APEX Listener Administration Page.

Select the Roles and Policies tab. Then select the Realm Roles sub-tab

Page 24: gavinsoorma.comgavinsoorma.com/.../2012/10/apex_weblogic_configuration.docx · Web viewConfiguring the APEX Listener on Oracle 11g WebLogic Server This note describes the procedure

On the Roles page, in the Roles table, expand the node Deployment in the Names column until you find resource apex.

Next, expand apex and click on Roles.

Page 25: gavinsoorma.comgavinsoorma.com/.../2012/10/apex_weblogic_configuration.docx · Web viewConfiguring the APEX Listener on Oracle 11g WebLogic Server This note describes the procedure

The Stand-Alone Web Application Scoped Roles table is displayed. Click on the New button

Page 26: gavinsoorma.comgavinsoorma.com/.../2012/10/apex_weblogic_configuration.docx · Web viewConfiguring the APEX Listener on Oracle 11g WebLogic Server This note describes the procedure

The Create Stand-Alone Web Applications Scoped Roles is displayed. a. In the Name field, enter Admin. b. Select the Provider Name for the role mapper (XACMLRoleMapper). c. Click OK

Click OK

Page 27: gavinsoorma.comgavinsoorma.com/.../2012/10/apex_weblogic_configuration.docx · Web viewConfiguring the APEX Listener on Oracle 11g WebLogic Server This note describes the procedure

You will be returned to the Stand-Alone Web Application Scoped Roles table with the Admin role displayed. Click on the Admin role.

Page 28: gavinsoorma.comgavinsoorma.com/.../2012/10/apex_weblogic_configuration.docx · Web viewConfiguring the APEX Listener on Oracle 11g WebLogic Server This note describes the procedure

The Edit Stand-Alone Web Application Scoped Roles page is displayed. Create a role condition, which specifies who is in the scoped role under which set of conditions: a. In the Role Conditions section, click Add Conditions. b. In the Predicate List, select User and click Next. c. In the User Argument List, add adminlistener.

Page 29: gavinsoorma.comgavinsoorma.com/.../2012/10/apex_weblogic_configuration.docx · Web viewConfiguring the APEX Listener on Oracle 11g WebLogic Server This note describes the procedure

Click Add and click Finish.

Page 30: gavinsoorma.comgavinsoorma.com/.../2012/10/apex_weblogic_configuration.docx · Web viewConfiguring the APEX Listener on Oracle 11g WebLogic Server This note describes the procedure

The User adminlistener will be displayed.

Click Save.

A status message will be displayed above.

If your domain is in Production Mode, then in the left pane below the Change Center, click on Release Configuration

Page 31: gavinsoorma.comgavinsoorma.com/.../2012/10/apex_weblogic_configuration.docx · Web viewConfiguring the APEX Listener on Oracle 11g WebLogic Server This note describes the procedure

The URL below is used the first time to configure the APEX listener

http://kens-oraapp-001.corporateict.domain:7001/apex/listenerConfigure

Page 32: gavinsoorma.comgavinsoorma.com/.../2012/10/apex_weblogic_configuration.docx · Web viewConfiguring the APEX Listener on Oracle 11g WebLogic Server This note describes the procedure

Provide the password for the database user APEX_PUBLIC_USER as well information about the database when APEX 4.2 has been installed

Page 33: gavinsoorma.comgavinsoorma.com/.../2012/10/apex_weblogic_configuration.docx · Web viewConfiguring the APEX Listener on Oracle 11g WebLogic Server This note describes the procedure

After this you have to login via this URL only

http://kens-orawebl-001-dev.corporateict.domain:7001/apex/listenerAdmin

We will be prompted for the username and password – here we provide the login credentials for the user which we had earlier created - adminlistener