HI All, Sometimes page getting downloaded instead lo loading. when we access this index page from browser, sometimes the page is getting downloaded into local system. After couple of restarts of apache web server , the issue is getting resolved. Can someone give me the valuable inputs like where I need to concentrate and what may be the issue. Sreenivas A
Nothing in the logs.it's not related to PHP it is related to JSP. When we send a request to webserver, the webserver will forward the request to application server if the request contains any JSP. Application server will response back to webserver and then webserver will serve the response to browser.
One more point i observered while the jsp is downloading the Content-Type: text/plain; charset=UTF-8. for the one which loading have Content-Type: text/html; charset=UTF-8. Is it the cause,if so what i need to perform to resolve this. Sreenivas A.