We have Apache connected as a load balancer to two JBoss 4.2 application servers. Sometimes it happens that during logout from the application rather than painting the HTML content, it throws the HTML source of the jsp file.
Other info :
Request URL:http://kanban:8080/logoutAction.do?logout=true
Request Method:GET
Status Code:200 OK
Request Headers
Accept:application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Charset:ISO-8859-1,utf-8;q=0.7,*;q=0.3
Accept-Encoding:gzip,deflate,sdch
Accept-Language:en-US,en;q=0.8
Connection:keep-alive
Cookie:JSESSIONID=7E4A5E3227EFAADFD45DA1760FB6D349.node1
Host:kanban:8080
Referer:http://kanban:8080/pui/index.jsp
User-Agent:Mozilla/5.0 (Windows; Windows NT 6.0) AppleWebKit/534.23 (KHTML, like Gecko) Chrome/11.0.686.1 Safari/534.23
Query String Parameters
logout:true
Response Headers
Connection:Keep-Alive
Content-Encoding:gzip
Content-Type:text/plain
Date:Thu, 04 Aug 2011 13:54:08 GMT
Keep-Alive:timeout=5, max=95
Server:Apache/2.2.6 (Win32) mod_jk/1.2.25 mod_ssl/2.2.6 OpenSSL/0.9.8e
Transfer-Encoding:chunked
Vary:Accept-Encoding
Please help me out.