cancel
Showing results for 
Search instead for 
Did you mean: 

Urgent: How to redirect ITS ?

Former Member
0 Kudos

When testing /default_host/sap/bc/gui/sap/its/ on ECC6's SICF, the URL

will be:

http://<ITS server's FQDN>:8000/sap/bc/gui/sap/its/webgui?sap-client=200

We have a need to re-direct the ITS, so that the URL will be

http://<any server's FQDN>:8000/sap/bc/gui/sap/its/webgui?sap-client=200

Please advise how. Points guaranteed. Thanks!

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hey,

It is not clearly if the any-server is diffrent server from the ITS server.

If the any-server is diffrent server, than you might use one of the two method I segguested:

1. The sap web dispatcher:

the documentation is located in this link:

http://help.sap.com/saphelp_nw70/helpdata/en/42/5cfd3b0e59774ee10000000a114084/frameset.htm

2. IIS/Apatch:

I'm not that familiar in Apatch, but I know there is a way to re-direct from the any-server to the IIS server.

Those two methods requires installation of a re-direct product

(like SAP web-disp, or IIS, or Apatch and etc...)

If you just inserting in creating an alias, than you can create another DNS entry for

the ITS server (and call it also any-server)

JPReyes
Active Contributor
0 Kudos

Hi CZ...

If you only have 1 instance for ITS you can use DNS to create an alias for your host

Regards

Juan

Please reward with points if helpful

Former Member
0 Kudos

Juan:

I am looking at SICF's webgui service.

There is a "redirect URL" for webgui. Do you think that will

work for my purpose?

Thanks!

Former Member
0 Kudos

Hey,

You can install sap web dispatcher on the any-server,

another may is to install IIS component that re-direct from any-server to the ITS server,

Former Member
0 Kudos

IIan:

Could you give more details about the 2 methods you advised?

We are using Appache insteand of IIS.

Points guaranteed. Thanks!