Expand my Community achievements bar.

HTML Content is rendered in the page while hitting the page via dispatcher

Avatar

Level 2

Hi,

We have configured dispatcher with Jboss Webserver. Once we hit the page from the webserver, the html content is displayed in the browser, instead of rendering as the page. Initially page used to render properly in Chrome. After doing the "User apache, Group apache" (to fix the dispatcher cache issue) changes in httpd.conf, html content started rendering instead of page in Chrome. This issue doesn't exist in IE. Anyone faced this issue before?

Thanks,

Swapna

5 Replies

Avatar

Employee Advisor

Can you explain the difference between "display in the browser" vs "rendering as page"? For me it's both the same.

regards,

Jörg

Avatar

Level 10

I agree with Joerg - display in the browser" vs "rendering as page" seems the same.

Avatar

Employee

Make sure ModMimeUsePathInfo is 'on' in the apache configs

(1) : Installing Dispatcher

Avatar

Level 2

This issue is fixed after updating mime.types file.