0 Replies Latest reply on Aug 9, 2016 7:18 AM by vsrikant2015

    Issue in jboss cluster environment

    vsrikant2015

      we had a jboss cluster setup with two nodes on linux environment and we have used apache webserver for load balancing.

      Apache httpd will be run on master, and we'll enable the mod_cluster module in httpd. we have tested the application and cluster is working fine

      but export to excel functionality is not working when two nodes are running in cluster environment, it is working fine when one node is running.

      after debugging we find that request processing is changed when two nodes are runing, it seems that some configurations are missing in workers.properties or domain.xml file any body please sugeest where I am doing wrong. i did not find any errors is appserver logs and webserver logs

      here I am attaching httpd.conf file and workers.properties and domain.xml file