Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


what is the port number of RMI?

Answers were Sorted based on User's Feedback



what is the port number of RMI?..

Answer / devarathnam c,kotagudibanda(po

I think 1099.

Is This Answer Correct ?    17 Yes 4 No

what is the port number of RMI?..

Answer / ch.n.v.ganesh

The default number for RMI is 1099.


The RMI registry that is started up by FUSE uses the
standard port number of 1099. In the event that this port
number is already in use by some other process, this port
number can be changed. To change this port number, simply
edit the components/jmx/jmx-xbean.xml file to change the
port number. Below is an example of changing the RMI
registry port attribute from 1099 to 1234:

<bean id="registry"
class="org.logicblaze.soa.RmiRegistryFactoryBean">
<property name="port" value="1234" />
<property name="testRegistry" value="false" />
</bean>

In addition to changing the RMI registry port attribute,
the same port number will also need to be changed for the
bean named serverConnector which is located in the same
file. The serverConnector bean provides the ability to
connect to FUSE using a JMX management tool. Below is an
example of changing the RMI registry port number in the
serviceUrl attribute from 1099 to 1234:

<bean id="serverConnector"
class="org.apache.xbean.server.spring.jmx.ConnectorServerFac
toryBean"
depends-on="mbeanServer,registry">
<property name="objectName" value="connector:name=rmi" />
<property name="serviceUrl"
value="service:jmx:rmi:///jndi/rmi://localhost:1234/jmxrmi"
/>
<property name="threaded" value="true" />
<property name="daemon" value="true" />
</bean>

Is This Answer Correct ?    13 Yes 5 No

Post New Answer

More Advanced Java Interview Questions

whats is mean by filter?

1 Answers   SolutionNET,


What is RMI and what are the services in RMI?

0 Answers  


Is there a guarantee of uniqueness for entity beans?

0 Answers  


difference between sql exception class and sql warning class

1 Answers  


difference between  ejb,struts,hibernate,spring and jsp

0 Answers  


What is difference RMI registry and OSAgent?

1 Answers  


Why threads will block on I/O?

2 Answers  


i have a 1000 objects in data base i need to display those in jsp's how can i retrive those objects in jsp. (consider the performance issue)

2 Answers  


What is private static final long serialVersionUID = 1L;

3 Answers   Google,


how to create Calculator GUI using Gridbaglayout as like as Window Calculator??????????? (Open calculator Go-->Run-->type calc-->Enter)

1 Answers   TCS,


What modifiers may be used with an inner class that is a member of an outer class?

0 Answers  


In howmany ways a thread can be created?

3 Answers   HCL,


Categories