Hi,
When JIRA is accesed by calling Tomcact (:8080) in a direct way, pages are OK (look & feel).
When it's called through the IIS AJP Tomcat connector (:80) pages are wrongly displayed (no background color, extrange layout) although users can still work.
Any idea?
Thanks,
Pablo.
Base url set correctly? Looking at your source it has a base url of http://www.docminer.com:80/jira - not sure if there is anything with the cross-domain policy that says :80 and no port are different?
Try setting the proxyPort and proxyHost in the connector element in the server.xml.
Also there are a bunch of broken links that are going to cause problems, eg: http://www.docminer.com/jira/s/es_ES-64k3hp/664/1/3.1.12/_/download/batch/com.atlassian.gadgets.dashboard:gadget-dashboard-resources/com.atlassian.gadgets.dashboard:gadget-dashboard-resources.js
I'd work out why that's not redirecting properly, and check it works on the tomcat port.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.