Hi Folks,

Did anybody try the Scalability and Load Balacing aspect of JBoss? I will appreciate 
if it is doable. This is key to our decision to use JBoss.

Thanks,
-ravi

-----Original Message-----
From: Ravindra Sharma [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, May 30, 2001 1:21 PM
To: '[EMAIL PROTECTED]'
Subject: [JBoss-dev] JBoss's Scalability and Load Balacing


Hi,

How do make JBoss scalable i.e. add multiple servers. How do I test for load balancing 
aspect. Is that a documentation which talks about scalability and load balancing.

-ravi

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, May 30, 2001 9:03 AM
To: [EMAIL PROTECTED]
Subject: [JBoss-dev] [ jboss-Change Notes-428708 ] Externalize jnp RMI
socket factories


Change Notes item #428708, was updated on 2001-05-30 09:02
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=381174&aid=428708&group_id=22866

Category: None
Group: v2.2.2
Status: Open
Priority: 5
Submitted By: Scott M Stark (starksm)
Assigned to: Nobody/Anonymous (nobody)
Summary: Externalize jnp RMI socket factories

Initial Comment:
The jnp JNDI provider now supports custom RMI socket 
factories. These can be specified via the 
ClientSocketFactory and ServerSocketFactory attributes 
of the org.jboss.naming.NamingService mbean. For 
example, to use org.someorg.MyClientSocketFactory and 
org.someorg.MyServerSocketFactory the following 
jboss.jcml mbean element would be used:

  <mbean code="org.jboss.naming.NamingService" 
name="DefaultDomain:service=Naming">
    <attribute name="Port">1099</attribute>
    <attribute name="RmiPort">0</attribute>
    <attribute 
name="ClientSocketFactory">org.someorg.MyClientSocketFa
ctory</attribute>
    <attribute 
name="ServerSocketFactory">org.someorg.MyServerSocketFa
ctory</attribute>
  </mbean>


----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=381174&aid=428708&group_id=22866

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to