Just installed Openfire, Admin page is blank

Just installed the latest version of openfire on a centos server,

[root@mon01 openfire]# service openfire status
openfire is running

openfire is running and bound to the proper port

[root@mon01 openfire]# nmap localhost | grep 90*
Starting Nmap 5.00 ( http://nmap.org ) at 2010-08-28 04:29 PDT
Not shown: 993 closed ports
9090/tcp open zeus-admin
However when I navagate to where the admin page shold be (10.10.11.25:9090) its simply a blank page. view source returns nothing.

Kept on with the reasearch and its just me being stupid with the ipdables, adding the following to /etc/sysconfig/iptables fixed the issue:

-A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport 9090 -j ACCEPT
-A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport 9091 -j ACCEPT