Fórum

Liferay as Hosting environment

Muthukumar Dharmar, modificado 6 Anos atrás.

Liferay as Hosting environment

New Member Postagens: 3 Data de Entrada: 12/10/17 Postagens Recentes
Hi friends,

Is it possible to deploy Angular web app as a separate website inside Liferay portal(Not as portlet, it should be a separate website )?

Thank you,
Muthukumar Dharmar
thumbnail
Manish Yadav, modificado 6 Anos atrás.

RE: Liferay as Hosting environment

Expert Postagens: 493 Data de Entrada: 26/05/12 Postagens Recentes
Yes its very much possible .
You have to create web project war file and deploy that war file in application server.
Muthukumar Dharmar, modificado 6 Anos atrás.

RE: Liferay as Hosting environment

New Member Postagens: 3 Data de Entrada: 12/10/17 Postagens Recentes
Hi Manish,

Thanks the your quick response. Could you please share any reference/step by step guide for this?

Thank you,
MuthuD
thumbnail
Manish Yadav, modificado 6 Anos atrás.

RE: Liferay as Hosting environment

Expert Postagens: 493 Data de Entrada: 26/05/12 Postagens Recentes
You have to create first Java web dynamics project(Servlet & Jsp). Then you can create war of project and then deploy into server.