cancel
Showing results for 
Search instead for 
Did you mean: 

Adapter Framework receiving port

j_klapper
Explorer
0 Kudos

Hello,

We have a restriction for receiving messages so that we can only use a certain port (5443). The adapters of the AF normally listen on the default port of the J2EE server (50000). Is it possible to register an additional port for receiving messages via the AF?

Does anybody have an solution for that?

Cheers,

Jürgen

Accepted Solutions (0)

Answers (1)

Answers (1)

andreas_stolz
Active Participant
0 Kudos

Hi Jürgen,

you can assign more than one port to the http protocol. Start the Visual Administrator and select Dispatcher - Services - HTTP Provider. On the Properties Tab you'll find the Key Ports. The default value is

(Port:501,Type:https).

Simply append (Port:5443,Type:http) to the value, save and restart the HTTP Provider service.

Your J2EE Engine is available via http on port 5443, too.

See http://help.sap.com/saphelp_nw04/helpdata/en/5b/82d3c3ee9691418e6b0281f933a37d/frameset.htm.

Kind regards,

Andreas