Hello people,
I have a problem whit the Apache reserve proxy to a Jboss, here's my config:
<VirtualHost *:7779>
Port 80
ServerName domain.com
ProxyPass / http://server:9988/xeo/Login.xvw
ProxyPassReverse / http://server:9988/xeo/Login.xvw
</VirtualHost>
The login.xvw called from the jboss server shows a login form, and only works calling the absolute path like showed.
Calling the domain.com the form doens't appear, its loads the rest of the page (header and footer) but not the form.
There is some config that im missing?
Thank you very much,
db