In the *{tomcat_dir}/conf/server.xml* file you should see a line like this:<Connector port="8080" protocol="HTTP/1.1" connectionTimeout="20000" redirectPort="8443" /> Change that to: <Connector port="80" protocol="HTTP/1.1" connectionTimeout="20000" redirectPort="8443" /> And you will be golden. :) -- official tag/function reference: http://openbd.org/manual/ mailing list - http://groups.google.com/group/openbd?hl=en
