As a kind of follow on to this question, what specific services are available for .NET that allow clustering in .NET similar to what is available in (Session) EJBs. The ...
I have 2 ears say Ear1 and Ear2 for my application,which are deployed in clusters.Ear2 is having Ejb which is being called from Ear1. EJB reference is required for communication between ...
I didn't find much information about EJB 3.1 Singletons in cluster enviroment.
Is it true that specification says that those singletons will guarantee one instance per JVM - so one per cluster ...
Steps for JBoss Clustering 5.0.1, or 5.1.0 and also communication steps between Tomcat 5.5 and JBoss.
I googled but no one giving exact solution for clustering of simple web application not ...
I'm using a vanilla JBossAS 6 server with a couple of projects to test the functionality of clustered JBoss environments. The problem that I have is that if I transfer an ...
I was able to get some hands on EJB3.0 Timer Service.I was able to get the timeout working and I was able to invoke the timer using servlet Context listener.I have ...
Hi All, I am new to distributed environment and actually there are two problems 1) We have a webservice in which some operation is executing. if a web method has been called through web services no more web service call should be made. In order to do this, I have used an interceptor using a static final variable so any extra ...