SyntaxFix
Write A Post
Hire A Developer
Questions
If you don't have to use a proxy to JBoss and mydomain.com:8080 can be "exposed" to the world, then I would do this.
<VirtualHost *:80> ServerName mydomain.com Redirect 301 / http://mydomain.com:8080/ </VirtualHost>