Fórum

Hi,I tried to...

Karthik P, modificado 9 Anos atrás.

Hi,I tried to...

New Member Postagens: 8 Data de Entrada: 18/11/14 Postagens Recentes
Hi,
I tried to search in other posts for the below one and not getting the answer.
I have installed LifeRay WAR Application in WebLogic server. The context root for the LifeRay application is /liferay

Could you please explain how/why the URL "http://localhost:port/liferay" is automatically redirected to "http://localhost:port/liferay/web/guest/home"

Also, i want to understand which file will be called by the server at first when we hit the URL "http://localhost:port/liferay"? is it web.xml or web-logic.xml or index.jsp???

The detailed explanation of functional/technical flow would be really helpful! Thanks in advance.
thumbnail
David H Nebinger, modificado 9 Anos atrás.

RE: Hi,I tried to...

Liferay Legend Postagens: 14915 Data de Entrada: 02/09/06 Postagens Recentes
/web/guest/home is the standard path to the initial public guest page.

web.xml and web-logic.xml are not "hit" when you hit /liferay. That would be mapped to a servlet so it works it's way through the Liferay servlet and goes from there.

The whole process is quite convoluted and, as a newbie to Liferay, I can tell you it will be a long time until any part of it makes sense to you. You're probably looking at the wrong thing.

If you want to learn Liferay, I'd suggest picking up a copy of Liferay in Action.
Karthik P, modificado 9 Anos atrás.

RE: Hi,I tried to...

New Member Postagens: 8 Data de Entrada: 18/11/14 Postagens Recentes
Thank you, David.

As i'm implementing LifeRay portal in WebLogic server for our scratch development project, i wish to learn each and every piece to know LifeRay in-depth.
I have already started going through "LifeRay in Action"

Regards,
Karthik