Thanks guys.. I updated the apache httpd config vhost settings and it worked great.. These are my settings in case someone wants to know.
<VirtualHost *:80>
ServerName myserver.com
ServerAlias
www.myserver.com
ProxyPass /
http://localhost:8090/
ProxyPassReverse /
http://localhost:8090/
</VirtualHost>