15
SAP DEVELOPER NETWORK | sdn.sap.com BUSINESS PROCESS EXPERT COMMUNITY | bpx.sap.com © 2008 SAP AG 1 Configuring and Implementing External Facing Portal in EP 7.0 Applies to: SAP Web Application Server (WAS) version 7.0, Enterprise Portal 7.0 Summary External-facing portal provides the SAP NetWeaver Portal Web-like behavior and reduce the amount of resources required to view portal pages. An External-facing portal provides content to anonymous users, internal employees and business partners and enabling users to self-register in order to access additional content and to personalize the portal. Author: Jyoti Prava Badajena Company: HCL Technologies Ltd, Kolkata Created on: 11 April 2008. Author Bio Jyoti Prava Badajena is working in HCL Technologies Ltd, Kolkata as a NetWeaver Consultant.

Configuring and Implementing External Facing Portal in EP 7€¦ · SAP offers no guarantees and assumes no responsibility or liability of any type with respect to the content of

  • Upload
    others

  • View
    2

  • Download
    0

Embed Size (px)

Citation preview

Page 1: Configuring and Implementing External Facing Portal in EP 7€¦ · SAP offers no guarantees and assumes no responsibility or liability of any type with respect to the content of

SAP DEVELOPER NETWORK | sdn.sap.com BUSINESS PROCESS EXPERT COMMUNITY | bpx.sap.com © 2008 SAP AG 1

Configuring and Implementing External Facing Portal in EP 7.0

Applies to: SAP Web Application Server (WAS) version 7.0, Enterprise Portal 7.0

Summary External-facing portal provides the SAP NetWeaver Portal Web-like behavior and reduce the amount of resources required to view portal pages.

An External-facing portal provides content to anonymous users, internal employees and business partners and enabling users to self-register in order to access additional content and to personalize the portal.

Author: Jyoti Prava Badajena

Company: HCL Technologies Ltd, Kolkata

Created on: 11 April 2008.

Author Bio Jyoti Prava Badajena is working in HCL Technologies Ltd, Kolkata as a NetWeaver Consultant.

Page 2: Configuring and Implementing External Facing Portal in EP 7€¦ · SAP offers no guarantees and assumes no responsibility or liability of any type with respect to the content of

Configuring and Implementing External Facing Portal in EP 7.0

SAP DEVELOPER NETWORK | sdn.sap.com BUSINESS PROCESS EXPERT COMMUNITY | bpx.sap.com © 2008 SAP AG 2

Table of Contents Abbreviation Used ..............................................................................................................................................3 Pre-Requisites ....................................................................................................................................................3

Knowledge Requirements: ..............................................................................................................................3 System Requirements:....................................................................................................................................3

Implementation: ..................................................................................................................................................4 Related Content................................................................................................................................................14 Disclaimer and Liability Notice..........................................................................................................................15

Page 3: Configuring and Implementing External Facing Portal in EP 7€¦ · SAP offers no guarantees and assumes no responsibility or liability of any type with respect to the content of

Configuring and Implementing External Facing Portal in EP 7.0

SAP DEVELOPER NETWORK | sdn.sap.com BUSINESS PROCESS EXPERT COMMUNITY | bpx.sap.com © 2008 SAP AG 3

Abbreviation Used

WAS Web Application Server

Pre-Requisites 1. SAP NetWeaver 2004s SPS 6 or higher

2. You have developed a demo application using portal Component.

Knowledge Requirements:

1. Knowledge of developing portal Application in Netweaver studio.

2. Knowledge of System Administration, Content Administrarion and User Administration in Enterprise Portal.

System Requirements:

1. WAS 7.0

2. EP 7.0

Page 4: Configuring and Implementing External Facing Portal in EP 7€¦ · SAP offers no guarantees and assumes no responsibility or liability of any type with respect to the content of

Configuring and Implementing External Facing Portal in EP 7.0

SAP DEVELOPER NETWORK | sdn.sap.com BUSINESS PROCESS EXPERT COMMUNITY | bpx.sap.com © 2008 SAP AG 4

Implementation: 1. Log on to the Visual Administrator using the default connecton as a J2EE admin.

2. Navigate to Global Configuration > Server Tab and Select com.sap.portal.prt.sapj2ee service from the Service list.

Page 5: Configuring and Implementing External Facing Portal in EP 7€¦ · SAP offers no guarantees and assumes no responsibility or liability of any type with respect to the content of

Configuring and Implementing External Facing Portal in EP 7.0

SAP DEVELOPER NETWORK | sdn.sap.com BUSINESS PROCESS EXPERT COMMUNITY | bpx.sap.com © 2008 SAP AG 5

3. Check the portal.navigation.cache..enable property to true and maximize the cache lifetime as required.

4. Log on to the Portal.

Page 6: Configuring and Implementing External Facing Portal in EP 7€¦ · SAP offers no guarantees and assumes no responsibility or liability of any type with respect to the content of

Configuring and Implementing External Facing Portal in EP 7.0

SAP DEVELOPER NETWORK | sdn.sap.com BUSINESS PROCESS EXPERT COMMUNITY | bpx.sap.com © 2008 SAP AG 6

5. Navigate to System Adminstration > Navigation. In the Detailed Navigation , click the Navigation Cache and clear the cache.

6. Click the Short URLs and change the configuration properties to true.

Page 7: Configuring and Implementing External Facing Portal in EP 7€¦ · SAP offers no guarantees and assumes no responsibility or liability of any type with respect to the content of

Configuring and Implementing External Facing Portal in EP 7.0

SAP DEVELOPER NETWORK | sdn.sap.com BUSINESS PROCESS EXPERT COMMUNITY | bpx.sap.com © 2008 SAP AG 7

7. Insert the portal/anonymous alias to the web.xml file.

Page 8: Configuring and Implementing External Facing Portal in EP 7€¦ · SAP offers no guarantees and assumes no responsibility or liability of any type with respect to the content of

Configuring and Implementing External Facing Portal in EP 7.0

SAP DEVELOPER NETWORK | sdn.sap.com BUSINESS PROCESS EXPERT COMMUNITY | bpx.sap.com © 2008 SAP AG 8

8. Create the light portal content (an application) in Netweaver Development Studio and upload your light content application PAR file.

9. Create an iview from the light content par file of your developed application.

Page 9: Configuring and Implementing External Facing Portal in EP 7€¦ · SAP offers no guarantees and assumes no responsibility or liability of any type with respect to the content of

Configuring and Implementing External Facing Portal in EP 7.0

SAP DEVELOPER NETWORK | sdn.sap.com BUSINESS PROCESS EXPERT COMMUNITY | bpx.sap.com © 2008 SAP AG 9

10. Put the iview inside a page

11. Create one demo role and add the page to the role by delta link.

Page 10: Configuring and Implementing External Facing Portal in EP 7€¦ · SAP offers no guarantees and assumes no responsibility or liability of any type with respect to the content of

Configuring and Implementing External Facing Portal in EP 7.0

SAP DEVELOPER NETWORK | sdn.sap.com BUSINESS PROCESS EXPERT COMMUNITY | bpx.sap.com © 2008 SAP AG 10

12. .Navigate to User Administraton and Assign the demo role to the Guest user.

13. Create your own masthead.jsp and top level navigation jsp using Navigation tag Library in Netweaver Development studio.

Page 11: Configuring and Implementing External Facing Portal in EP 7€¦ · SAP offers no guarantees and assumes no responsibility or liability of any type with respect to the content of

Configuring and Implementing External Facing Portal in EP 7.0

SAP DEVELOPER NETWORK | sdn.sap.com BUSINESS PROCESS EXPERT COMMUNITY | bpx.sap.com © 2008 SAP AG 11

14. Navigate to Content Administration > Portal Users > Standard Portal Users and Copy the Light Framework to your working folder.

15. Create iviews from masthead.par and TopLevelNavigation.par and replace the them in place of com.sap.portal.lightMasthead and com.sap.portal.lightTopLevelNavigationiView in the lightframework page

Page 12: Configuring and Implementing External Facing Portal in EP 7€¦ · SAP offers no guarantees and assumes no responsibility or liability of any type with respect to the content of

Configuring and Implementing External Facing Portal in EP 7.0

SAP DEVELOPER NETWORK | sdn.sap.com BUSINESS PROCESS EXPERT COMMUNITY | bpx.sap.com © 2008 SAP AG 12

16. Define the light desktop for the portal/anonymous and portal/light URL Alias by adding if expressions to the Master Rules Collections page

17. Activate Quick link for the page you require.

Page 13: Configuring and Implementing External Facing Portal in EP 7€¦ · SAP offers no guarantees and assumes no responsibility or liability of any type with respect to the content of

Configuring and Implementing External Facing Portal in EP 7.0

SAP DEVELOPER NETWORK | sdn.sap.com BUSINESS PROCESS EXPERT COMMUNITY | bpx.sap.com © 2008 SAP AG 13

18. logon to the portal as anonymous

19. Type the Quick link name after http://<localhost:port>/irj/portal/anonymous/.

Page 14: Configuring and Implementing External Facing Portal in EP 7€¦ · SAP offers no guarantees and assumes no responsibility or liability of any type with respect to the content of

Configuring and Implementing External Facing Portal in EP 7.0

SAP DEVELOPER NETWORK | sdn.sap.com BUSINESS PROCESS EXPERT COMMUNITY | bpx.sap.com © 2008 SAP AG 14

Related Content • SDN Help

• SAP Help

Page 15: Configuring and Implementing External Facing Portal in EP 7€¦ · SAP offers no guarantees and assumes no responsibility or liability of any type with respect to the content of

Configuring and Implementing External Facing Portal in EP 7.0

SAP DEVELOPER NETWORK | sdn.sap.com BUSINESS PROCESS EXPERT COMMUNITY | bpx.sap.com © 2008 SAP AG 15

Disclaimer and Liability Notice This document may discuss sample coding or other information that does not include SAP official interfaces and therefore is not supported by SAP. Changes made based on this information are not supported and can be overwritten during an upgrade.

SAP will not be held liable for any damages caused by using or misusing the information, code or methods suggested in this document, and anyone using these methods does so at his/her own risk.

SAP offers no guarantees and assumes no responsibility or liability of any type with respect to the content of this technical article or code sample, including any liability resulting from incompatibility between the content within this document and the materials and services offered by SAP. You agree that you will not hold, or seek to hold, SAP responsible or liable with respect to the content of this document.