Foren

Portal URLs Double when Congiuring LifeRay 5.2. Paths

S. N., geändert vor 14 Jahren.

Portal URLs Double when Congiuring LifeRay 5.2. Paths

New Member Beiträge: 22 Beitrittsdatum: 20.10.08 Neueste Beiträge
Hi,
im having an issue that I just cant seem to figure out.

Ive got 2 Objectives

Objective 1. Add /portal/ in front of all Liferay 5.2. urls

domain:8080/web/guest/home
would be
domain:8080/portal/web/guest/home

Objective 2. Mod_proxy /portal/*
I would like to JKmount everything with this prefix so I wont have to manually edit httpd.conf every time I add something.

In portal-ext.properties I've added
portal.ctx=/portal

Ive renamed conf/Catalina.localhost/ROOT.xml to conf/Catalina.localhost/portal.xml

ive created webapps/portal/portal and populated it with all the subdirectories of webapps/ROOT

THE PROBLEM
Even before I try to use mod_proxy i check it directly but the URLS are doubled in the browser.

http://domain:8080/portal/web/guest/home
Becomes
http://domain.com:8080/portalhttp://www.domain.com

Is there something im missing?