Hallo,

I am trying to get a cluster with jboss 3.2.2 on Suse Linux 8.2 and oracle 8
database to run.

In the benchmark application exists jsp, servlets, entity beans which where
not clustered, then statefull and stateless session beans which where
clustered and message driven beans which can't be clustered at the moment in
jboss. For the message driven beans exist 4 queues. The queues were filled
from session beans (clustered) and entity beans (not clustered).

If you know a good configuration for such an application let me know.
At the moment, I have in the cluster one node (A) which have the message
driven beans and the queues deployed the other nodes (O) have only the
entity beans and the session beans. The session beans and entity beans from
the nodes (O) write their messages to the remote queues on the node (A). The
jsp and servlets where in all cluster nodes deployed. This is working fine.

The benchmarks communicates with rmi and http. When the benchmark runs, load
of the node which gets all http request (no http load balancing) is near
100% and the other nodes have only minimal load. It seems as all session
beans which where used throught the http requests only use this node and not
one of the others. The rmi seems to work.

Does a simple solution for this problem exists?
In the forum on the jboss.org page has alu1244 written that I have to set a
jndi.properties in the classpath. I have add
"java.naming.provider.url=jnp://wismar:1099" to the jndi.properties file in
the conf directory, but it doesn't work. What I have to add to the
jndi.properties?

Is there any http load balancing integrated in jboss or could I use the
mod_jk2 load balancing in the jboss tomcat?

Thanx
        Bjorn Weis




-------------------------------------------------------
This SF. Net email is sponsored by: GoToMyPC
GoToMyPC is the fast, easy and secure way to access your computer from
any Web browser or wireless device. Click here to Try it Free!
https://www.gotomypc.com/tr/OSDN/AW/Q4_2003/t/g22lp?Target=mm/g22lp.tmpl
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to