cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Web Dispatcher 7.2 - assign by the url possible?

former_member184680
Participant
0 Kudos

Hello,

we use the sap web dispatcher 7.2 with multiply systems. We assign the incoming request to the connected system by the port.

e.g.

https://portal.tld.de:50001/irj/portal -> Portal of system 1

https://portal.tld.de:50002/irj/portal -> Portal of system 2

https://portal.tld.de:50003/irj/portal -> Portal of system 3

Is it possible to assign the request only by the given url?

e.g.

http://portal.tld.de/<SID1> -> Portal of system 1

http://portal.tld.de/<SID2> -> Portal of system 2

http://portal.tld.de/<SID3> -> Portal of system 3

Thanks for the ideas

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Did you read the documentation ?

Your question is answered clearly there :

[http://help.sap.com/saphelp_nwce72/helpdata/en/03/afe24bfeb7419b9172ffb6e7636926/frameset.htm]

Extract :

>■URL Prefix

>

>You can define URL prefixes that represent the relationship to the required system. Requests starting with the URL prefix are forwarded to the application servers of this system.

PS : It took me 2 minutes to find the information less than to write a question here...

Regards,

Olivier

former_member184680
Participant
0 Kudos

That's right, but i need to disguise the real url. If i use icm/HTTP/redirect_<x> it's only a redirect and the real url is shown.

Former Member
0 Kudos

Hi again,

Who spoke to you about redirect ? Not, me.

One of the new feature of release 7.2 is URL modification rules (what Apache calls Rewrite rules).

You even have examples in the documentation.

Regards,

Olivier

former_member184680
Participant
0 Kudos

Thanks for the replies.

I use now the parameter "icm/HTTP/mod_0 = PREFIX=/,FILE=/path_to/icm_filter_rules".

The file "icm_filter_rules" contains the line

RegRewriteUrl ^/shortapplink(.*) /webdynpro/dispatcher/bla/bla-ui-application/APP

It seems like it uses the portal login function but after a successfull login there is a 404 error. A test for a modification of the "/irj/portal" path was successfully but the portal should not be used.

Any ideas?

Former Member
0 Kudos

Hi again,

My idea is that you have to work on your project and that it takes more than 5 minutes of work time to get a good result...

Good luck on your project !

Regards,

Olivier

former_member184680
Participant
0 Kudos

@Olivier

There is no project. I'm a student assistant and these are my first experiences with the SAP Web Dispatcher 7.2. The portal and the application were not set up by me. The task for me was to disguise the URL.

Thanks anyway for trying to help.

former_member184680
Participant
0 Kudos

With the rule "RegRewriteUrl ^/$ /irj/portal" i'm able to see the real path after login. What's wrong?

Is the SAP Web Dispatcher really able to disguise the URL permanently?

Thanks

Edited by: Patrick G. on Aug 10, 2010 12:00 PM

Answers (0)