cancel
Showing results for 
Search instead for 
Did you mean: 

WebDispatcher

Former Member
0 Kudos

hi all,

We are using E-recruitment server.

its hostname is ERECAPP1. for that we are using WebDispatcher and if the end user enters http://careers.abc.com it should goto ERECAPP1.abc.com

In web dispatcher pfl file we have entered

  1. Accessibility of Message Servers

rdisp/mshost = ERECAPP1

ms/http_port = 8101

  1. SAP Web Dispatcher Redirect

icm/HTTP/redirect_0 = PREFIX=/, TO=/irj/index.html

As we are using BSP application and not j2ee stack then ms/http_port = 3600.

pls suggest.

by doing this setting also we are getting error.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Shiv,

Whr is the parameter icm/server_port_<x> in the Web dispatcher profile ??

Please define that parameter.

Remove irj/portal redirecting.

Also please let us know on which OS the web dispatcher is running.

Paste complete WD profile.

Best Regards

Raghu.

Former Member
0 Kudos

Hi,

I understood that you are trying to redirect to access BSP application so you need to use

icm/HTTP/redirect_0 = PREFIX=/, TO=/path of your BSP application which you want. And also run "sapwebdisp pf=/usr/sap/<SID>/sys/Profile/<instance profile name> -checkconfig" there you can findout the config errors and on which ports webdispatcher is listining.

As you don't have java stack how it will redirect to /irj/portal?

Regards,

Reddy. A

Former Member
0 Kudos

Hi,

Your question is absolutely not clear !

I don't know what is a E-recruitment server.

Is it a dual stack (abap and java) netweaver system ?

Did you install the web dispatcher on the careers.abc.com host ?

If you need the web dispatcher to work for both java and abap, it should connect to the abap message server because, the abap ICM is able to act as a sort of reverse proxy for the java backend.

You tell that you get en error but you don't even tell which error ! Are we supposed to guess ?

Regards,

Olivier

Former Member
0 Kudos

hi all,

Its "500 Dispatching Error."

and it is only abap stack.

we have installed webdispatcher on career.abc.com

in abap stack we have mention parameter as ERECAPP1.abc.com

ERECAPP1 is hostname of message server.

Former Member
0 Kudos

Hi,

Your explanations are still not clear...

>icm/HTTP/redirect_0 = PREFIX=/, TO=/irj/index.html

If you don't have a java stack, whar are you trying to accomplish with this redirect command ?

/irj/index.html is a Java URL !

Regards,

Olivier