I saw that jforum servlets are mapped to *.page. I may have mis-stated what was happening. When I went to the domain with no page specified it was going to jforum and not the index.htm which I specified in the <welcome-file-list> of web.xml.
There are 3 jsp files provided with jforum (index.jsp, install.jsp, and ping_session.jsp) in web. I changed index.jsp to forum.jsp and it now goes to my index.htm instead of jforum.
I posted about this on another thread (<welcome-file-list> ignored).
I think setting SystemGlobals.properties as:
forum.link =
http://www.mapbake.com/
homepage.link =
http://www.mapbake.com/
may fix it. It worked locally...
I will do some more testing before deploying live later today.
Thanks for your help.
Spencer