cancel
Showing results for 
Search instead for 
Did you mean: 

Web Dispatcher problem regarding one application server

Former Member
0 Kudos

Hello guys,

We're having a problem with the web dispatcher regarding HTTP port of one Appl. Server.

Web Dispatcher should connect to HTTP port 8000 of all servers but it connects to port 50000 in one Appl. Server. The other ones it connects correctly to HTTP port 8000.

Appl. Server profiles are the same!!!

Where does web dispatcher get the HTTP port 50000?

Could you please help me?

regards,

Filipe Vasconcelos

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

I've restarted the system and now it's working well. thanks

Former Member
0 Kudos

Hi,

It's redirecting to the java server just in one appl. server. In other AS it's redirecting well to abap http.

I have wdisp/add_xforwardedfor_header=1 in my webdispatcher. Is this URL redirecting??

Former Member
0 Kudos

Do you have load balancing activated in the webdispatcher? Check this thread on how to do this:

Kind regards,

Mark

Former Member
0 Kudos

Hi,

What do you mean by redirecting ?

If you don't use redirect commands in the web dispatcher profile, it does not redirect because it is a reverse proxy.

If you mean reverse proxifying the connection to a java server, when does it happen ?

Do you type a java URL or an abap url ?

Do you have a java stack installed on all app servers or on only one ?

Regards,

Olivier

Former Member
0 Kudos

The webdispatcher is connecting to the message server http port, which is providing the information regarding the java system. So connections to the webdispatcher are balanced over the java servers of your cluster.

Do you have url redirection active in your webdispatcher?

Kind regards,

Mark