We use JAAS Authentication policy.
To explain the problem clearly,
We have a rich client developed on eclipse rcp, login to the application will
be done using this rich client. And we use client side interceptor as a load
balancer and RoundRobin as a load balancing policy.
RoundRobin load bala
Identified the issue, timeout for socket creation is not configured in
sun.rmi.transport.proxy.RMIDirectSocketFactory
public Socket createSocket(String host, int port) throws IOException
{
//Problem here
//Timeout is not configured for socket creation
return new
We are using the jboss version 4.2.2.GA with cluster setup to host our
application. We have few singleton services specific to our application.
When singleton(master) server gets killed, i see the new master comes up and
deploys the singleton services. And when i call the singleton service metho
Hi, Please bare for the silly question
In a cluster setup, when singleton server goes down, the new singleton will be
brought up by jboss.
My question is, is there way i can find whether all my singleton services are
deployed on a new singleton server which is comming up?
View the original
Thanks bstansberry,
My problem is not the order the services are deployed.
Calls are hitting the jboss server from client, before my service gets
deployed. Because the interceptor does not have any knowledge whether the
service is deployed or not. (How can i tell my interceptor to forward the c
"tosaravananm" wrote : We use EJB, and clientside interceptor proxy for load
balancing..
|
| Can I add a interceptor to check whether the server is fully started or
not? and proceed only if the server is started, other wise pass to other
server?.
|
| Will it work?
View th
We use EJB, and clientside interceptor proxy for load balancing..
Can I ad a interceptor to check whether the server is full ystarted or not? and
proceed only if the server is started, other wise route to other server?.
Can this help?
View the original post :
http://www.jboss.com/index.html?mo
Login to our application(where we authenticate the user from our application),
and not to the webapp(app server).
We use the JBoss-4.2.2.GA.
How do i configure the loadbalancer or from JBoss server to forward the calls
only when the server is fully started?.
View the original post :
http://ww
Hi All,
We have a cluster group where all the servers have a service which has the
security deployment policy, the user name password validation is done on this
service.
When the user tries to login when new server is in the start progress and the
service was not deployed, we could not authen
Thanks Brian Stansberry.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4154124#4154124
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4154124
___
jboss-user mailing list
jboss
The other members in the group want to identify.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4153838#4153838
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4153838
___
jboss-
11 matches
Mail list logo