We are experiencing some problems in our application; our users are automatically getting kicked out of the application. By analyzing the logs we found that the load balancer is switching JVM internally per request. But in the other environments like QA and PERF the session are sticky and hold same JVM.
We have IBM Http server and IBM WebSphere.
We found some errors in the HTTPServer logs-error_log- in DEV and TEST.
Using config file : '/usr/HTTPServer/conf//WebAgent.conf'
Instead in other environment we found that it the right way- in QA and PERF
Using config file /usr/HTTPServer/conf/httpd.conf
My Question is which file has reference to httpd.conf