14 Managing Portlet Producers
Permissions:
To perform the tasks in this chapter, you must be granted the WebLogic Server Admin
role through the Oracle WebLogic Server Administration Console and the Administrator
role in WebCenter Portal granted through WebCenter Portal Administration.
For more information about roles and permissions, see Understanding Administrative Operations, Roles, and Tools.
14.1 About Portlet Producers
WebCenter Portal enables you to expose functionality from other applications in your portals by consuming portlets provided by those applications. A portal can consume portlets provided by a third party, such as a packaged-application vendor, as well as those that are built using WebCenter Portal or other Oracle products.
Table 14-1 lists some of the products supported as portlet producers within WebCenter Portal.
By default, users with the Administrator
role have the AppConnectionManager
role; and therefore, application administrators can configure Portlet Producers through the WebCenter Portal Administration Console. For more information on AppConnectionManager
role, see Default Application Roles.
Table 14-1 Supported Portlet Producers
Portlet Producer | Supported? | Notes |
---|---|---|
Oracle WebLogic Portal |
Yes |
For more information, see Exporting Java Portlets for Use on Other Systems in Portlet Development Guide for Oracle WebLogic Portal. |
Oracle WebCenter Interaction |
N/A |
Note:
WSRP producers built by a third party and consumed by WebCenter Portal should function correctly provided:
-
The producer does not rely on any vendor-specific extensions to WSRP.
-
The portlets do not make assumptions about the application in which they are consumed, for example by expecting a particular JavaScript method to exist in the page.
Application administrators can register and manage portlet producers at runtime through out-of-the-box administration pages or from any page that includes the Portlet Producer task flow.
System administrators can use Fusion Middleware Control or the WLST command-line tool to register and manage portlet producers for WebCenter Portal.
Consider the following while working with portlet producers:
-
Some out-of-the-box producers are provided with WebCenter Portal, like, WSRP Tools. The
wsrp-tools.ear
EAR files are packaged with WebCenter Portal: for WSRP Tools.You can install the
wsrp-tools.ear
files using theregisterOOTBProducers
WLST command. For command syntax and examples, seeregisterOOTBProducers
in WebCenter WLST Command Reference. -
Before users can add JSR 286 portlets to a page, you must register the owning WSRP producers. See
registerSampleProducers
in WebCenter WLST Command Reference. -
The Oracle Portlet Producer product (server) must be installed in the production environment and the
wsrp-tools
andportalTools
URLs must be accessible. If the Oracle Portlet Producer is not installed, see Extending an Existing Domain in Installing and Configuring Oracle WebCenter Portal to install it in the production environment. -
When you create a connection to a portlet producer, the producer is registered with WebCenter Portal and the connection is added to the
connections.xml
file. For WRSP producers, a web service connection is also created, which follows the naming convention,connectionname-wsconn
. During registration, connection metadata is created in the Oracle Metadata Services (MDS) repository and in the producer being registered. When a producer's portlets are consumed, the user customizations are saved to the producer. During deregistration the producer connection and customizations are removed. -
All post deployment connection configuration is stored in MDS.
-
Portlet producer registration is dynamic. New portlet producers and updates to existing producers are immediately available in WebCenter Portal; it is not necessary to restart WebCenter Portal or the managed server.
-
To migrate producers from one instance to another, use the migration utilities described in Migrating a WSRP Producer Persistence Store in Developing for Oracle WebCenter Portal.
-
For information on securing portlet producers, see Securing a WSRP Producer.
-
For information about portlet producers created using Oracle PDK-Java, see Managing Oracle PDK-Java Portlet Producers.
14.2 Managing WSRP Portlet Producers
System administrators can use WebCenter Portal Administration, Fusion Middleware Control, or the WLST command-line tool to register and manage Web Services for Remote Portlets (WSRP) portlet producers for WebCenter Portal.
14.2.1 Registering WSRP Producers
When you register a WSRP portlet producer, you provide basic information that describes the producer’s operational parameters. This information is used by WebCenter Portal to communicate with the producer and with the portlets through the producer.
WebCenter Portal supports both WSPR 1.0 and WSRP 2.0 producers. The WSRP 2.0 standard provides support for, among other things, interportlet communication and export and import of portlet customizations. You can leverage the benefits of WSRP 2.0 while building standard-based JSR 286 portlets.
WebCenter Portal provides several tools for registering WSRP portlet producers with deployed applications.Editing Oracle PDK-Java Portlet Producer Registration Details Using Fusion Middleware Control
This section includes the following topics:
You can also register portlet producers that have been developed using Oracle PDK-Java. For more information, see Registering an Oracle PDK-Java Portlet Producer.
14.2.1.1 Registering a WSRP Producer Using Fusion Middleware Control
You can register a WSRP portlet producer using Fusion Middleware Control.
To register a WSRP portlet producer using Fusion Middleware Control:
14.2.1.2 Registering a WSRP Producer Using WLST
Use the WLST command registerWSRPProducer
to create a connection to a WSRP portlet producer and register the producer with WebCenter Portal.
Note:
When you use the WLST command listWSRPProducers
, you must edit the $ORACLE_HOME/oracle_common/common/bin/setWlstEnv.sh
and append the following to JVM_ARGS:
-"Dcom.sun.xml.namespace.QName.useCompatibleSerialVersionUID=1.0"
For command syntax and examples, see registerWSRPProducer
in the WebCenter WLST Command Reference.
See Also:
deregisterWSRPProducer
, listWSRPProducers
, refreshProducer
, registerOOTBProducers
, registerSampleProducers
For information on how to run WLST commands, see Running Oracle WebLogic Scripting Tool (WLST) Commands.
14.2.1.3 Registering a WSRP Portlet Producer in WebCenter Portal
You can register a WSRP portlet producer in WebCenter Portal Administration.
To register a WSRP producer in WebCenter Portal:
14.2.1.4 Adding a Grant to the Policy Store for a Mapped User Identity
If you are using the Default User field to map an alternative user identity you must also add a grant to the policy store.
Note:
Replace MyAppID
with the name of the client application, including the version number if any.
14.2.1.5 WSRP Producer Connection Parameters
When you register a WSRP portlet producer, there are several connection parameters that you must set.
Table 14-2 WSRP Portlet Producer Connection Parameters
Field | Description |
---|---|
Connection Name |
Enter a unique name to identify this portlet producer registration within WebCenter Portal. The name must be unique across all WebCenter Portal connection types. The name you specify here appears in the resource catalog (under the Portlets folder). |
Producer Type | Select WSRP Producer. |
WSDL URL |
Enter the registration URL for the WSRP producer. The syntax varies according to your WSRP implementation. For example, possible URL formats for a portlet deployed to the Oracle WSRP container include:
Where:
For example:
For WSRP producers, you can obtain this registration URL by accessing the producer test page at:
|
Use Proxy? |
Select if WebCenter Portal must use an HTTP proxy when contacting this producer. If selected, enter values for Proxy Host and Proxy Port. A proxy is required when WebCenter Portal and the remote portlet producer are separated by a firewall and an HTTP proxy is needed to communicate with the producer. |
Proxy Host |
Enter the host name or IP address of the proxy server. Do not prefix |
Proxy Port |
Enter the port number on which the proxy server listens. The default port is |
Default Execution Timeout (Seconds) |
Enter a suitable timeout for communications with the producer, in seconds. For example, the maximum time the producer may take to register, deregister, or display portlets on WebCenter Portal pages. The default is Individual portlets may define their own timeout period, which takes precedence over the value expressed here. |
14.2.1.6 WSRP Producer Security Connection Parameters
When you register a WSRP portlet producer, there are some security settings that you can specify.
Table 14-3 WSRP Portlet Producer Security Connection Parameters
Field | Description |
---|---|
Token Profile |
Select the type of token profile to use for authentication with this WSRP producer. Select from:
For a description of each of these options, see Table 14-4 |
Configuration |
Select:
Additional security options display (including all the keystore properties) when you select Custom. |
Issuer Name |
Enter the name of the issuer of the SAML Token. For example: www.example.com The issuer name is the attesting entity that vouches for the verification of the subject, and it must be a trusted SAML issuer on the producer end. Valid for: WSS 1.0 SAML Token With Message Integrity, WSS 1.0 SAML Token With Message Protection. WSS 1.0 SAML Token, WSS 1.1 SAML Token with Message Protection. |
Default User |
Enter a user name to assert to the remote producer when the user is not authenticated with the WebCenter Portal application. When unauthenticated, the identity anonymous is associated with the application user. The value anonymous may be inappropriate for the remote producer, so it may be necessary to specify an alternative identity here. Keep in mind though, that in this case, WebCenter Portal has not authenticated the user so the default user you specify should be a low privileged user in the remote producer. If the user has authenticated to the application, the user's identity is asserted rather than the default user. The remote WSRP producer must be set up to accept this information. You must also add a grant to the policy store as described in Adding a Grant to the Policy Store for a Mapped User Identity. Valid for: WSS 1.0 SAML Token With Message Integrity, WSS 1.0 SAML Token With Message Protection, WSS 1.0 SAML Token, WSS 1.1 SAML Token with Message Protection and WSS 1.0 Username Without Password. |
Associated External Application (Username With Password) |
If this producer uses an external application for authentication, use the Associated External Application dropdown list to identify the application. If the application you want is not listed, select Create New to define the external application now. Valid for: WSS 1.0 Username With Password only. |
Table 14-4 Token Profiles Options
Token Profile | Description |
---|---|
WSS 1.0 SAML Token With Message Integrity
|
This policy provides message-level integrity protection and SAML-based authentication for outbound SOAP requests in accordance with the WS-Security 1.0 standard. A SAML token, included in the SOAP message, is used in SAML-based authentication with sender vouches confirmation. This policy uses WS-Security's Basic 128 suite of asymmetric key technologies and SHA-1 hashing algorithm for message integrity. |
WSS 1.0 SAML Token With Message Protection
|
This policy provides message-level protection (integrity and confidentiality) and SAML-based authentication for outbound SOAP requests in accordance with the WS-Security 1.0 standard. The web service consumer includes a SAML token in the SOAP header and the confirmation type is sender-vouches. This policy uses WS-Security's Basic 128 suite of asymmetric key technologies. Specifically, RSA key mechanisms for message confidentiality, SHA-1 hashing algorithm for message integrity, and AES-128 bit encryption. |
WSS 1.0 Username Token Without Password
|
This policy provides user name (with password) token profile based identity propagation with certificate based message protection for outbound SOAP requests in accordance with the WS-Security 1.0 standard. Credentials (user name only) are included in outbound SOAP request messages through a WS-Security UsernameToken header. No password is included. Message protection is provided using WS-Security 1.0's Basic 128 suite of asymmetric key technologies. Specifically, RSA key mechanisms for message confidentiality, SHA-1 hashing algorithm for message integrity, and AES-128 bit encryption. |
WSS 1.0 Username Token With Password
|
This policy provides user name (with password) token profile based identity propagation with certificate based message protection for outbound SOAP requests in accordance with the WS-Security v1.0 standard. Both plain text and digest mechanisms are supported. This policy uses WS-Security's Basic 128 suite of asymmetric key technologies. Specifically, RSA key mechanism for message confidentiality, SHA-1 hashing algorithm for message integrity, and AES-128 bit encryption. Use this token profile if the WSRP producer has a different identity store. You will need to define an external application pertaining to the producer and associate the external application with this producer. |
WSS 1.0 SAML Token
|
This policy provides SAML-based authentication for outbound SOAP request messages in accordance with the WS-Security 1.0 standard. The policy propagates user identity and is typically used in intra departmental deployments where message protection and integrity checks are not required. This policy does not require any keystore configuration. |
WSS 1.1 SAML Token with Message Protection
|
This policy provides message-level protection (integrity and confidentiality) and SAML token population for outbound SOAP requests in accordance with the WS-Security 1.1 standard. A SAML token, included in the SOAP message, is used in SAML-based authentication with sender vouches confirmation. This policy uses the symmetric key technology for signing and encryption, and WS-Security's Basic 128 suite of asymmetric key technologies for endorsing signatures. |
None |
No token. If None is selected, no WS-Security header is attached to the SOAP message. |
14.2.1.7 WSRP Producer Keystore Connection Parameters
When you register a WSRP portlet producer, you can specify the location of the keystore that contains the certificate and private key that is used for signing the SOAP message.
Table 14-5 WSRP Producer Key Store Connection Parameters
Field | Description |
---|---|
Recipient Alias |
Specify the keystore alias that is associated with the producer's certificate. This certificate is used to encrypt the message to the producer. |
Store Path |
Enter the absolute path to the keystore that contains the certificate and the private key that is used for signing or encrypting the SOAP message (security token and message body). The signature, encryption, and recipient keys described in this table must be available in this keystore. The keystore file specified must be created using JDK's keytool utility. |
Password |
Provide the password to the keystore that was set when the keystore was created. The producer is not available if a password is not specified or incorrect. |
Signature Key Alias |
Enter the signature key alias. The Signature Key Alias is the identifier for the certificate associated with the private key that is used for signing. |
Signature Key Password |
Enter the password for accessing the key identified by the alias specified in Signature Key Alias. |
Encryption Key Alias |
Enter the key alias used by the producer to encrypt the return message. A valid value is one of the key aliases that is located in the specified keystore. This property is optional. If not specified, the producer uses the signing key for encrypting the return message. |
Encryption Key Password |
Enter the password for accessing the encryption key. |
14.2.2 Testing WSRP Producer Connections
You can test a WSRP portlet producer connection to confirm that the producer is up and running.
14.2.3 Editing WSRP Producer Registration Details
WebCenter Portal provides several tools for editing WSRP portlet producer registration details.
This section includes the following topics:
-
Editing WSRP Producer Registration Details Using Fusion Middleware Control
-
Editing WSRP Producer Registration Details in WebCenter Portal
For information about how to edit Oracle PDK-Java portlet producer registration details, see Editing Oracle PDK-Java Portlet Producer Registration Details.
14.2.3.1 About Editing WSRP Producer Registration Details
You can update producer registration details at any time.
If a producer moves to a different location, then you must reconfigure any connections you have defined to this producer. You can use Fusion Middleware Control or WLST to edit the WDSL URL property.
To retain all the portlet customizations and personalizations that users make while working with WebCenter Portal, you must also migrate producer customizations and personalizations to the producer's new location. Use the WLST commands exportPortletClientMetadata
and importPortletClientMetadata
to migrate portlet client metadata to a different location.
14.2.3.2 Editing WSRP Producer Registration Details Using Fusion Middleware Control
You can edit WSRP producer registration details using Fusion Middleware Control.
14.2.3.3 Editing Producer Registration Details Using WLST
Use the WLST command setWSRPProducer
to edit WSRP portlet producer connection details.
For command syntax and examples, see setWSRPProducer
in WebCenter WLST Command Reference.
For information on how to run WLST commands, see Running Oracle WebLogic Scripting Tool (WLST) Commands.
14.2.3.4 Editing WSRP Producer Registration Details in WebCenter Portal
In WebCenter Portal, you can access and revise many of the registration details provided for a portlet producer.
To edit WSRP portlet producer registration details in WebCenter Portal:
14.2.3.5 Migrating WSRP Producer Metadata to a New WSDL URL
If a producer moves to a different location, then to retain all the portlet customizations and personalizations that users have made while working with WebCenter Portal, you must also migrate the existing producer metadata to the new location. Any existing connections to the producer must be reconfigured to point to the new location.
To migrate WSRP producer metadata to a new URL endpoint:
14.2.3.6 Editing the Portlet Client Configuration
The adf-config.xml
file contains configuration information for WebCenter Portal services. Portlet client configuration details are specified in the adf-portlet-config
section of the file.
The following example shows the adf-portlet-config
element of the adf-config.xml
file.
<adf-portlet-config xmlns="http://xmlns.oracle.com/adf/portlet/config">
<supportedLocales>
<value>en</value>
<value>fr</value>
<value>de</value>
<value>es</value>
</supportedLocales>
<portletTechnologies>
<value>oracle.portlet.client.containerimpl.web.WebPortletTechnologyConfig</value>
<value>oracle.portlet.client.containerimpl.wsrp.WSRPPortletTechnologyConfig</value>
</portletTechnologies>
<defaultTimeout>20</defaultTimeout>
<minimumTimeout>1</minimumTimeout>
<maximumTimeout>300</maximumTimeout>
<resourceProxyPath>/portletresource</resourceProxyPath>
<cacheSettings enabled="true">
<serviceConfigFile>myPortletCoherenceConfig.xml</serviceConfigFile>
</cacheSettings>
</adf-portlet-config>
Application developers can edit the adf-config.xml
file for an application and edit the portlet client configuration. However, this requires that the application be redeployed after the changes are made. To edit the configuration of the portlet client at runtime, without having to redeploy the application, you can use WLST commands.
Use the WLST command setPortletClientConfig
to edit the portlet client configuration information. For command syntax and examples, see setPortletClientConfig
section in WebCenter WLST Command Reference.
After using this WLST command, you must restart the Managed Server on which the WebCenter Portal application is deployed. For details, see Starting and Stopping Managed Servers for WebCenter Portal Application Deployments.
See Also:
listPortletClientConfig
, getPortletClientConfig
For information on how to run WLST commands, see Running Oracle WebLogic Scripting Tool (WLST) Commands.
14.2.4 Deregistering WSRP Portlet Producers
WebCenter Portal provides several tools for deregistering WSRP portlet producers.
This section includes the following topics:
For information about how to deregister Oracle PDK-Java portlet producers, see Deregistering an Oracle PDK-Java Portlet Producer.
14.2.4.1 About Deregistering Portlet Producers
You can deregister a WSRP portlet producer at any time.
Before deregistering a producer, consider the impact to WebCenter Portal as portlets associated with a deregistered producer no longer work. Check the Portlets Producer Invocation metric to see how frequently the producer is being used. For more information, see Viewing Performance Metrics Using Fusion Middleware Control.
When you deregister a producer, registration data is removed from both WebCenter Portal and the remote producer:
-
WebCenter Portal - The producer connection is deleted and producer metadata is also deleted.
-
Remote producer - Portlet instances are deleted (not the portlets themselves).
Portlet instances are not removed from WebCenter Portal pages. In place of the portlet, users see a Portlet unavailable
message.
Note:
Consider also deleting the external application associated with this portlet producer if the application's sole purpose was to support this producer. See Deleting External Application Connections.
14.2.4.2 Deregistering a WSRP Portlet Producer Using Fusion Middleware Control
You can deregister a WSRP portlet producer using Fusion Middleware Control.
To deregister a portlet producer:
The connection details are removed. Portlets associated with this producer are no longer accessible within WebCenter Portal.
14.2.4.3 Deregistering a WSRP Portlet Producer Using WLST
Use WLST commands to deregister a WSRP portlet producer.
Use the WLST command deregisterWSRPProducer
to deregister a WSRP portlet producer connections.
For command syntax and examples, see deregisterWSRPProducer
in WebCenter WLST Command Reference.
Use the following WLST commands to deregister the out-of-the-box or sample producers provided with WebCenter Portal:
-
Out-of-the-box producers -
deregisterOOTBProducers
For command syntax and examples, see
deregisterOOTBProducers
in WebCenter WLST Command Reference. -
Sample producers -
deregisterSampleProducers
For command syntax and examples, see
deregisterSampleProducers
in WebCenter WLST Command Reference.
For information on how to run WLST commands, see Running Oracle WebLogic Scripting Tool (WLST) Commands.
14.3 Managing Oracle PDK-Java Portlet Producers
System administrators can use Fusion Middleware Control or the WLST command-line tool to register and manage Oracle PDK-Java portlet producers for WebCenter Portal.
This section includes the following topics:
14.3.1 Registering an Oracle PDK-Java Portlet Producer
You can register an Oracle PDK-Java portlet producer using Fusion Middleware Control, WLST commands, or WebCenter Portal Administration.
14.3.1.1 Registering an Oracle PDK-Java Portlet Producer Using Fusion Middleware Control
To register an Oracle PDK-Java portlet producer using Fusion Middleware Control:
-
Log in to Fusion Middleware Control and navigate to the home page for WebCenter Portal.
-
From the WebCenter Portal menu, select Settings and then Service Configuration.
-
In the Add Portlet Producer Connection section, enter connection details for the Oracle PDK-Java portlet producer.
For detailed parameter information, see Oracle PDK-Java Portlet Producer Connection Parameters.
-
Click OK.
The new producer appears in the connection table.
14.3.1.2 Registering an Oracle PDK-Java Portlet Producer Using WLST
Use the WLST command registerPDKJavaProducer
to create a connection to an Oracle PDK-Java portlet producer and register the producer with WebCenter Portal.
For command syntax and examples, see registerPDKJavaProducer
in WebCenter WLST Command Reference.
For information on how to run WLST commands, see Running Oracle WebLogic Scripting Tool (WLST) Commands.
14.3.1.3 Registering an Oracle PDK-Java Portlet Producer in WebCenter Portal
To register an Oracle PDK-Java portlet producer in WebCenter Portal:
-
Open WebCenter Portal Administration.
-
Click Tools and Services, and then select Portlet Producers.
Alternatively, use the following URL, and then select Portlet Producers:
http://host:port/webcenter/portal/admin/settings/tools
-
On the menu bar, click Register.
-
In the Register Portlet Producer page, enter connection details for the Oracle PDK-Java portlet producer. For details, see Oracle PDK-Java Portlet Producer Connection Parameters.
-
Click Test to verify that the server details you provided are correct.
If the server is contactable, a success message is displayed. If the server is down or the host information is incorrect or no longer valid, a connection failure message is displayed.
Note:
The test performs a simple server (host/port) PING test. Anything in the path after the
host:port
is ignored. To verify whether the producer is accessible, access the producer's test page in your browser. See Testing Oracle PDK-Java Producer Connections. -
Click OK.
14.3.2 Testing Oracle PDK-Java Producer Connections
To verify an Oracle PDK-Java portlet producer connection, run the producer URL in a browser window.
Use the following format:
http://host:port/context-root/providers/producer_name
For example:
http://domain.example.com:7778/axyz/providers/sample
14.3.3 Editing Oracle PDK-Java Portlet Producer Registration Details
WebCenter Portal provides several tools for editing Oracle PDK-Java portlet producer registration details.
14.3.3.1 Editing Oracle PDK-Java Portlet Producer Registration Details Using Fusion Middleware Control
-
Log in to Fusion Middleware Control and navigate to the home page for the WebCenter Portal application. For more information, see:
For more information, see Navigating to the Home Page for WebCenter Portal.
-
From the WebCenter Portal menu, select Settings and then Service Configuration.
-
From the list of services on the WebCenter Portal Service Configuration page, select Portlet Producers.
-
In the Manage Portlet Producer Connections section, select the producer you want to modify, and click Edit.
-
In the Edit Portlet Producer Connection section, modify connection details, as required.
For more information, see Oracle PDK-Java Portlet Producer Connection Parameters.
-
Click OK.
14.3.3.2 Editing Oracle PDK-Java Portlet Producer Registration Details Using WLST
Use the WLST command setPDKJavaProducer
to edit Oracle PDK-Java portlet producer connection details.
For command syntax and examples, see setPDKJavaProducer
in WebCenter WLST Command Reference.
For information on how to run WLST commands, see Running Oracle WebLogic Scripting Tool (WLST) Commands.
14.3.3.3 Editing Oracle PDK-Java Portlet Producer Registration Details in WebCenter Portal
In WebCenter Portal, you can access and revise many of the registration details provided for a portlet producer.
To edit PDK-Java portlet producer registration details in WebCenter Portal:
-
Open WebCenter Portal Administration.
For more information, see Accessing the Settings Pages in WebCenter Portal Administration.
-
Click Tools and Services, and then select Portlet Producers.
Alternatively, use the following URL, and then select Portlet Producers:
http://host:port/webcenter/portal/admin/tools
-
Select the portlet producer that you want to edit.
-
On the menu bar, click Edit.
-
Edit the producer registration properties as required.
For details, see Oracle PDK-Java Portlet Producer Connection Parameters.
You cannot edit the Producer Name or Producer Type.
Note:
While it is possible to edit the value of the URL Endpoint, for example, if the producer port has changed, you can point to a different producer only if the new producer has access to the persistence store of the old producer, or if the persistence store of the old producer has been migrated to that of the new producer.
For more information, see Backing up and Restoring Other Schema Data (ACTIVITIES and PORTLET).
-
When you have changed all the necessary settings, you can click Test to verify that the server details you provided are correct.
If the server is contactable, a success message is displayed. If the server is down or the host information is incorrect or no longer valid, a connection failure message is displayed.
Note:
The test performs a simple server (host/port) PING test. Anything in the path after the
host:port
is ignored. To verify whether the producer is accessible, access the producer's test page in your browser. See Testing Oracle PDK-Java Producer Connections.
14.3.4 Deregistering an Oracle PDK-Java Portlet Producer
WebCenter Portal provides several tools for deregistering Oracle PDK-Java portlet producers.
14.3.4.1 About Deregistering an Oracle PDK-Java Portlet Producer
You can deregister an Oracle PDK-Java Portlet Producer portlet producer at any time.
Before deregistering a producer, consider the impact to WebCenter Portal as portlets associated with a deregistered producer no longer work. Check the Portlets Producer Invocation metric to see how frequently the producer is being used. For more information, see Viewing Performance Metrics Using Fusion Middleware Control.
When you deregister a producer, registration data is removed from both WebCenter Portal and the remote producer:
-
WebCenter Portal - The producer connection is deleted and producer metadata is also deleted.
-
Remote producer - Portlet instances are deleted (not the portlets themselves).
Portlet instances are not removed from WebCenter Portal pages. In place of the portlet, users see a Portlet unavailable
message.
Note:
Consider also deleting the external application associated with this portlet producer if the application's sole purpose was to support this producer. See Deleting External Application Connections.
14.3.4.2 Deregistering an Oracle PDK-Java Portlet Producer Using Fusion Middleware Control
To deregister an Oracle PDK-Java portlet producer using Fusion Middleware Control:
-
Log in to Fusion Middleware Control and navigate to the home page for WebCenter Portal.
-
From the WebCenter Portal menu, select Settings and then Service Configuration.
-
From the list of services on the WebCenter Portal Service Configuration page, select Portlet Producers.
-
Select the name of the producer you want to deregister, and click Delete.
The connection details are removed. Portlets associated with this producer are no longer accessible within WebCenter Portal.
14.3.4.3 Deregistering an Oracle PDK-Java Portlet Producer Using WLST
Use the WLST command deregisterPDKProducer
to deregister an Oracle PDK-Java portlet producer.
For command syntax and examples, see deregisterPDKJavaProducer
in WebCenter WLST Command Reference.
For information on how to run WLST commands, see Running Oracle WebLogic Scripting Tool (WLST) Commands.
14.3.4.4 Deregistering an Oracle PDK-Java Portlet Producer in WebCenter Portal
To deregister an Oracle PDK-Java portlet producer in WebCenter Portal
-
Open WebCenter Portal Administration.
For more information, see Accessing the Settings Pages in WebCenter Portal Administration.
-
Click Tools and Services, and then select Portlet Producers.
Alternatively, use the following URL, and then select Portlet Producers:
http://host:port/webcenter/portal/admin/settings/tools
-
Select the portlet producer that you want to deregister.
-
On the menu bar, click Deregister.
-
In the Delete Confirmation dialog, click Deregister to complete the deregistration process.
14.3.5 Oracle PDK-Java Portlet Producer Connection Parameters
When you register an Oracle PDK-Java portlet producer, there are several connection parameters that you must set.
Table 14-6 Oracle PDK-Java Portlet Producer Connection Parameters
Field | Description |
---|---|
Connection Name |
Enter a unique name that identifies this portlet producer registration within WebCenter Portal. The name must be unique across all WebCenter Portal connection types. The name you specify here appears in the resource catalog (under the Portlets folder). |
Producer Type | Select Oracle PDK-Java Producer. |
URL End Point |
Enter the Oracle PDK-Java producer's URL using the following syntax:
Where:
For example
|
Service ID |
Enter a unique identifier for this producer. PDK-Java enables you to deploy multiple producers under a single adapter servlet. Producers are identified by their unique service ID. A service ID is required only if the service ID is not appended to the URL end point. For example, the following URL endpoint requires sample as the service ID:
However, the following URL endpoint, does not require a service ID:
The service ID is used to look up a file called |
Use Proxy? |
Select this check box if WebCenter Portal must use an HTTP proxy when contacting this producer. If selected, enter values for Proxy Host and Proxy Port. A proxy is required if WebCenter Portal and the remote portlet producer are separated by a firewall and an HTTP proxy is needed for communication with the producer. |
Proxy Host | Enter the host name or IP address of the proxy server. Do not prefix http:// to the proxy server name.
|
Proxy Port | Enter the port number on which the proxy server listens. The default port is 80 .
|
Associated External Application |
If one of this producer's portlets requires authentication, use the Associated External Application drop-down to identify the correct external application. If the application you want is not listed, select Create New to define the external application now. See Also Registering External Applications. |
Establish Session? |
Select to enable a user session when executing portlets from this producer. When sessions are enabled, they are maintained on the producer server. This allows the portlet code to maintain information in the session. Message authentication uses sessions, so if you specify a shared key, you must also select this option. For sessionless communication between the producer and the server, do not select this option. |
Default Execution Timeout (Seconds) |
Enter a suitable timeout for communications with the producer, in seconds. For example, the maximum time the producer may take to register, deregister, or display portlets on WebCenter Portal pages. This defaults to Individual portlets may define their own timeout period, which takes precedence over the value expressed here. |
Subscriber ID |
Enter a string to identify the consumer of the producer being registered. When a producer is registered with WebCenter Portal, a call is made to the producer. During the call, the consumer (WebCenter Portal in this instance) passes the value for Subscriber ID to the producer. If the producer does not see the expected value for Subscriber ID, it might reject the registration call. |
Shared Key |
Enter a shared key to use for producers that are set up to handle encryption. The shared key is used by the encryption algorithm to generate a message signature for message authentication. Note that producer registration fails if the producer is set up with a shared key and you enter an incorrect shared key here. The shared key can contain between 10 and 20 alphanumeric characters. The Shared Key is also known as the HMAC key. |
14.4 Deploying Portlet Producer Applications
After developing a Portlet Producer application in JDeveloper, you can deploy that application to any Oracle WebLogic Managed Server instance that is configured to supportWebCenter Portal portlet producers.
To deploy an application to a managed server, you can use Oracle Enterprise Manager Fusion Middleware Control, Oracle WebLogic Administration Console, or WLST.
For more information about these administration tools, see Oracle WebCenter Portal Administration Tools.
You can also deploy a Portlet Producer application from within JDeveloper.
This section includes the following topics:
-
Deploying a Portlet Producer Application Using Fusion Middleware Control
-
Deploying a Portlet Producer Application Using Oracle WebLogic Server Administration Console
-
Deploying a Portlet Producer Application Using Oracle JDeveloper
For more information about deploying applications, see Deploying Applications in Administering Oracle Fusion Middleware.
14.4.1 Preparing Portlet Producer Applications for Deployment
WebCenter Portal provides a predeployment tool that adds the required configuration to a portlet producer application's EAR file to expose the portlets over WSRP.
The predeployment tool must be run in the following circumstances:
-
You created the application's WAR file outside of JDeveloper.
-
You created the application's WAR file in JDeveloper, but selected to not expose the application as a WSRP application. That is, you selected No in the Select deployment type dialog.
To add the required configuration to a portlet producer application's EAR file to expose the portlets over WSRP, run the WSRP producer predeployment tool located in the Middleware directory at WCP_ORACLE_HOME/webcenter/modules/oracle.portlet.server_11.1.1
, as follows:
java -jar wsrp-predeploy.jar source EAR target EAR
For JSR 286 portlets developed with servlet version 2.3, you must specify web proxies using the following command:
java -Dhttp.proxyHost=proxy host -Dhttp.proxyPort=proxy port -jar
wsrp-predeploy.jar source EAR target EAR
where:
-
proxy host
is the server to which your producer has been deployed. -
proxy port
is the HTTP Listener port. -
wsrp-predeploy.jar
is located in theWCP_ORACLE_HOME/webcenter/modules/oracle.portlet.server_11.1.1
directory. -
source EAR
is the name of the JSR 286 EAR file. -
target EAR
file is the name of the new EAR file to be created. If the file name for the targeted EAR file is not specified, then a new EAR file calledWSRP-source EAR
is produced.
The wsrp-predeploy.jar
predeployment tool makes all the necessary changes to a JSR 286 portlet to be able to deploy it to the Oracle portlet container and expose it as a WSRP producer. Here are some examples of what the predeployment tool does:
-
Creates the
wsdldeploy
directory in thejava.io.tmpdir
folder.-
On UNIX, the default value of this property is
/tmp
or/var/tmp
-
On Microsoft Windows, the default value of this property is
c:\temp
.
-
-
Unpacks the EAR file into
wsdldeploy/EAR
. -
Unpacks the WAR files into
wsdldeploy/warfilename.war/
. -
Inserts
WEB-INF/WSDLs
into the unpacked application. -
Modifies
WEB-INF/web.xml
in the unpackaged WAR files. -
Inserts or modifies
WEB-INF/webservices.xml
in the WAR files. -
Inserts or modifies
WEB-INF/oracle-webservices.xml
in the WAR files. -
Repackages the WARs and builds a new EAR file.
In the following example a web proxy is specified:
java -Dhttp.proxyHost=myhttpproxy.com -Dhttp.proxyPort=80 -jar wsrp-predeploy.jar wsrp-samples.ear
This example produces WSRP-wsrp-samples.ear
.
14.4.2 Deploying a Portlet Producer Application Using Fusion Middleware Control
You can deploy a Portlet Producer using Fusion Middleware Control.
When deploying an application using Fusion Middleware Control you must know the location of the application archive, and whether a deployment plan exists for the application.
To deploy a Portlet Producer application using Fusion Middleware Control:
14.4.3 Deploying a Portlet Producer Application Using Oracle WebLogic Server Administration Console
You can use the WebLogic Server Administration Console to deploy a Portlet Producer application. However, the Console does not offer a means to change ADF connections, including the essential MDS connection.
To use the Console to deploy a Portlet Producer application, the MDS connection in the EAR file must be configured to the target deployment repository. Follow steps 1-5 in Deploying a Portlet Producer Application Using WLST then follow the steps below to deploy a Portlet Producer application using the WLS Administration Console.
Note:
Oracle does not recommend deploying Portlet Producer applications to any of the preconfigured Managed Servers created during the installation, or to the Administration Server. Create a new Managed Server instance before deploying, or optionally deploy to the WC_Portlet
server.
To deploy a Portlet Producer application using the Web Logic Server Administration Console:
14.4.4 Deploying a Portlet Producer Application Using WLST
You can deploy a Portlet Producer application using the WLST command line.
To deploy a Portlet Producer application using the WLST command line, WLST must be connected to the Administration Server. You must invoke the deploy command on the computer that hosts the administration server.
To deploy a Portlet Producer Application using WLST:
When you see the following message, the application has been successfully deployed and is ready to be accessed:
Completed the deployment of Application with status completed
Note:
Since WLST does not prompt you to modify connections during deployment, the connection information in the EAR file is used to identify the target producer location in the last start-up. If that location is unreachable, correct the location after deploying the application by bringing up the target producers and restarting the application. Migration of portlet customizations starts automatically.
If the producer connections point to incorrect producers (for example, development producers), and those producers are reachable, the migration of portlet customizations starts using those producers. Since the migration completes, although incorrectly, restarting the application does not automatically restart the migration process.
To remedy this, after deployment, use Fusion Middleware Control or WLST commands to modify the producer URL endpoint, and then redeploy the application.