Fórum

Publish Java Project

Onur Can Öz, modificado 7 Anos atrás.

Publish Java Project

New Member Postagens: 23 Data de Entrada: 27/07/16 Postagens Recentes
There java project that calculates retirement age. I want to publish this project on liferay. How can i do that? Version Liferay 6.1.1 CE GA2.
thumbnail
David H Nebinger, modificado 7 Anos atrás.

RE: Publish Java Project

Liferay Legend Postagens: 14914 Data de Entrada: 02/09/06 Postagens Recentes
Not sure what you're talking about here, Onur.

Is this something you've created? If so, you might pursue publishing to the Liferay MarketPlace.






Come meet me at the LSNA!
Onur Can Öz, modificado 7 Anos atrás.

RE: Publish Java Project

New Member Postagens: 23 Data de Entrada: 27/07/16 Postagens Recentes
David H Nebinger:
Not sure what you're talking about here, Onur.

Is this something you've created? If so, you might pursue publishing to the Liferay MarketPlace.






Come meet me at the LSNA!


I have a java project. For example minesweeper. java I want to this project publish on Liferay Portal. I created portlet. Is it possible?
thumbnail
Manish Yadav, modificado 7 Anos atrás.

RE: Publish Java Project

Expert Postagens: 493 Data de Entrada: 26/05/12 Postagens Recentes
What do you mean to publish on Liferay Portal . Do you java project or portlet war .
If you have already portlet war file than you can deploy it into liferay server .otherwise you have to create java web project and create war file
and like normal war file you can deploy it into liferay tomcat server
Onur Can Öz, modificado 7 Anos atrás.

RE: Publish Java Project

New Member Postagens: 23 Data de Entrada: 27/07/16 Postagens Recentes
Manish Yadav:
What do you mean to publish on Liferay Portal . Do you java project or portlet war .
If you have already portlet war file than you can deploy it into liferay server .otherwise you have to create java web project and create war file
and like normal war file you can deploy it into liferay tomcat server


run the project on liferay
thumbnail
David H Nebinger, modificado 7 Anos atrás.

RE: Publish Java Project

Liferay Legend Postagens: 14914 Data de Entrada: 02/09/06 Postagens Recentes
Okay, you're not talking publish, you're talking deploy.

Build your project to get your war file, then drop the war file into Liferay's deploy folder. After deployment is successful, you can log in as an admin and place the portlet on a page.





Come meet me at the LSNA!
Onur Can Öz, modificado 7 Anos atrás.

RE: Publish Java Project

New Member Postagens: 23 Data de Entrada: 27/07/16 Postagens Recentes
David H Nebinger:
Okay, you're not talking publish, you're talking deploy.

Build your project to get your war file, then drop the war file into Liferay's deploy folder. After deployment is successful, you can log in as an admin and place the portlet on a page.





Come meet me at the LSNA!


Thank you. How can i build my project to get you war file?