cancel
Showing results for 
Search instead for 
Did you mean: 

How to do URL Mapping?

Former Member
0 Kudos

Hi,

we are beginning to deploy a Portal in Production and we need to know how to mapping different iViews developed against the followind DNS names:

http://ep01/irj/portal----

-


http://www.myname.com/login

http://ep01/irj/port/servlet/....myiView1----

-


http://www.myname.com/functionality1

http://ep01/irj/port/servlet/....myiView2----

-


http://www.myname.com/functionality2

..........

How we can do this? Do we need to configure this in the Web Dispathcer? Do we have a way to map this URLs in the customer Firewall? Do we need to configure this somewhere in the Portal?

We are very worried about this becasue the customer says there is no way to map this URLs in their firewalls and the Portal is the only place where it must be placed.

Thanks in advance for your help.

Raúl.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

U can check with these if it can help.

For login, functionality etc, if alias can be used.

http://help.sap.com/saphelp_nw04/helpdata/en/6e/8590f1d6d349c9adc34c6a8085189b/frameset.htm

For changing domain name, there is option in visual admin. U can add it there. (www.myname.com). Let me check out.

Regards,

Harini S

Former Member
0 Kudos

Hi Harini,

You might be looking for this location.

Visual Admin -> Cluster -> Server -> Services -> Web Container -> Runtime -> sap.com/irj -> irj -> View -> Pages -> Welcome Pages.

Regards,

Sandeep

Answers (3)

Answers (3)

Former Member
0 Kudos

Finally it was solved by using and configuring SAP Web Dispatcher.

Thanks a lot,

Raúl.

Former Member
0 Kudos

Hi! Raul,

can you explain me the procedure??

regards,

Mithileshwar

Former Member
0 Kudos

Hi Mithileshwar,

I added the next lines in the sapwebdisp.pfl (the Web Dispatcher Profile)

icm/HTTP/redirect_0 = PREFIX=/login,FROMPROT=HTTP,FOR=portal01:50000,TO=/irj/portal,PROT=HTTPS,HOST=portal01,PORT=50001

icm/HTTP/redirect_1 = PREFIX=/func1,FROMPROT=HTTP,FOR=portal01:50000,TO=/irj/servlet/prt/portal/prtroot/pcd!3aportal_content!2ffunc1,PROT=HTTPS,HOST=portal01,PORT=50001

icm/HTTP/redirect_2 = PREFIX=/func2,FROMPROT=HTTP,FOR=portal01:50000,TO=/irj/servlet/prt/portal/prtroot/pcd!3aportal_content!2ffunc2,PROT=HTTPS,HOST=portal01,PORT=50001

icm/HTTP/redirect_3 = PREFIX=/func3,FROMPROT=HTTP,FOR=portal01:50000,TO=/irj/servlet/prt/portal/prtroot/pcd!3aportal_content!2ffunc3,PROT=HTTPS,HOST=portal01,PORT=50001

and this worked fine.

The Dispatcher must be restarted after the file is changed.

Regards,

Raú

Former Member
0 Kudos

Hi Raúl,

another thing that might help you are Quick Links .

Best regards,

Martin

Former Member
0 Kudos

Hi Raúl,

you might also be interested in

HTTP Aliases and Application Aliases .

Best regards,

Martin