On Thu, Nov 22, 2012 at 10:27 PM, Alon Bar-Lev <alonbl@redhat.com> wrote:


----- Original Message -----
> From: "Cristian Falcas" <cristi.falcas@gmail.com>
> To: users@ovirt.org
> Sent: Thursday, November 22, 2012 10:22:01 PM
> Subject: [Users] trying to change web root for engine
>
>
> Hi all,
>
> I'm trying to change the root of the engine applications to something
> like /ovirt/.
>
> I updated those files, but it's not enough:
> - /usr/share/ovirt-engine/engine.ear/META-INF/application.xml (all
> context-root)
> - /etc/httpd/conf.d/ovirt-engine.conf (roxyPass /ovirt/)
>
> The welcome portal is at site/ovirt/ and working correctly.
>
> The links go to site//ovirt/UserPortal, etc, but nothing happens:
> just a blank page.
>
> If I change the url to https it's the same: blank page.
>
> Can someone help me with this?
>
> Best regards,
> Cristian falcas

I don't think this is really supported, there are some services that assumes all applications are at root. Especially the ovirt-node.

I think this is planned to be changed at release 4.0.

You can create redirect from /ovirt to / but I don't think that this is what you want.

Alon


Thank you for your answer.

I will do it with virtualhosts then.