• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

JRMP Protocol default Port

 
Ranch Hand
Posts: 88
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Every One,

What�s the default port for JRMP protocol ? 1099 ?
AT IBM Java Certification Success Part1, they said JRMP supports naming service which runs at the default port of 1099. And I was reading some document on the net where they said : JRMP has no default port� Any comment on this ?

My Best regards,

Rania
 
Ranch Hand
Posts: 61
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Rania,

As per the notes I have studied:

JRMP - naming service uses 1099; object servers allocated ports dynamically

So, if the Q's is about object servers then its dynamic and if its general for JRMP then its 1099.
Even IIOP uses dynamic port for the naming service also.

Hope this will help.

Regards,
Manish
 
rania ferrag
Ranch Hand
Posts: 88
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thank Mainch for your answer,

Yes it'll depend on the question, I have to read carfully the detail given in the question... but the for sure JRMP maning server run on the default port 1099 and The object servers are dynamically assigned the port number..

Rania
 
grapes are vegan food pellets. Eat this tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic