Forgot to mention one thing.
I changed a file in
<JBOSS_HOME>/all/deploy/jboss-web.deployer/META-INF\jboss-service.xml
in that I changed the attribute as
| For clustering purpose only.
| -->
| <attribute name="UseJK">true</attribute>
|
|
previously it was false.
and one more change also I did.
In Node1 I changed the file node1/deploy/jboss-web.deployer/server.xml
The attribute changed to
| <Engine name="jboss.web" defaultHost="localhost"
jvmRoute="node1">
|
same thing in node2/deploy/jboss-web.deployer/server.xml also.
Thanks!
VVk
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4098946#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...