SAP Portal redirect method steps
Summary:-
This document contains the information about to implement the redirect method on SAP Portal system.
Created by: Brindavan Mookaiah
Designation: SAP BASIS Consultant
Table of content
- JSPM tool……………………………………………………………………
- Deploy the redirect.ear………………………………….......................
- How to use...................................................................................
Steps 1
How to use JSPM to install EAR files
Download the EAR file from service market place and copy it to the import directory similar to this: usr/sap/sapmnt/trans/EPS/in.
Start JSPM using additional config parameter. Typically you can find the batch file to start JSPM here: usr/sap/<SID>/J00/j2ee/JSPM/go
-config=/jspm/deployVersionRule=updateAll
-config=/jspm/forceMode=true
step 2
Starting JSPM
Please consider to use the <SID>adm or administrator user. Then choose package type Hotfix and click Next. Select the file to deploy and confirm by clicking Next.
We recommend to remove the EAR file from directory usr/sap/sapmnt/trans/EPS/in after a successful import.
Step 3)
How to use
1)Make the "sap.com/redirect*redirect" policy configuration use your specific authentication protocol (e.g. make it use SPNegoLoginModule or other specific authentication method)
2)Use an alias to access your application e.g. if you want to change the authentication for the Portal, instead of http://<host>:<port>/irj use http://<host>:<port>/redirect. To change the authentication for another application use: http://<host>:<port>/redirect?url=/customapp
As a result, the redirect application will force authentication and then redirect to the initially desired application.
Note: You find the file redirect.ear is applicable on SAP NetWeaver 7.01 and above and redirect_700_640.ear is applicable NetWeaver 6.40, 7.00, 7.01 and 7.02 .