) failed, retrying
How to fix this. What could be the problem? Thanks for any reply..
Pathirana
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3939432#3939432
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode
That means the servlet shows only part of the result . It doesn't get
completed. Anyway thanks for trying to answer and at the moment I have "SOLVED
THAT PROBLEM".
But still the problem due to OPTIMIZATION thing still exists. How to disable
the optimization?
Pathirana
View th
ot the complete servlet)
Thanx
Pathirana
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938893#3938893
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3938893
-
Hi all,
We have set up a JBoss cluster with version 4.0.3 and deployed a clustered
"Stateful Session Bean".
The problem is when the bean is available in the master node (the node we are
requesting) load balancing doesn't work.
But when we make it undeployed there and available in all other nod
NFO [STDOUT] at
org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrap
| per.java:1091)
what can be the problem? How it should be done?
Thanks.
Pathirana
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934567#3934567
Reply to the post :
htt
We have set up a three node cluster and we need to make a Stateful EJB
aplication clustered, there. So we developed a stateful session bean and a
servlet to access it. These are the steps we followed.
1. Started three nodes in "all" configuration of JBoss. (They detected each
other)
2. Develop