cancel
Showing results for 
Search instead for 
Did you mean: 

On which ports Java Connector listens ?

Former Member
0 Kudos

Hey,

How is listening for RFC connections handled in Java Connector (as in Business Connector) when server registers itself in R/3 as a Program ID ?

Is there a TCP/IP port listener (a listening TCP/IP socket) or maybe the JCo RFC library opens a TCP/IP connection to the R/3 and keeps it alive ? If a TCP/IP port is open, what number is it

Please help, this is urgent. I tried to find some information in the documentation - nothing. I also tried to setUp a listener using Business Connector and watch the open ports, but having two listeners for different servers i saw only one port open beside the HTTP port of Business Connector and this port number was not meainingful.

--

regards

Marcin

Accepted Solutions (0)

Answers (1)

Answers (1)

SidBhattacharya
Product and Topic Expert
Product and Topic Expert
0 Kudos

trying doing a netstat to see which port it is listening to..

SidBhattacharya
Product and Topic Expert
Product and Topic Expert
0 Kudos

sorry i meant to say -

try doing a netstat to see which port it is listening to..