Foros de discusión

Publish Java Project

Onur Can Öz, modificado hace 7 años.

Publish Java Project

New Member Mensajes: 23 Fecha de incorporación: 27/07/16 Mensajes recientes
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 hace 7 años.

RE: Publish Java Project

Liferay Legend Mensajes: 14919 Fecha de incorporación: 2/09/06 Mensajes recientes
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 hace 7 años.

RE: Publish Java Project

New Member Mensajes: 23 Fecha de incorporación: 27/07/16 Mensajes recientes
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 hace 7 años.

RE: Publish Java Project

Expert Mensajes: 493 Fecha de incorporación: 26/05/12 Mensajes recientes
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 hace 7 años.

RE: Publish Java Project

New Member Mensajes: 23 Fecha de incorporación: 27/07/16 Mensajes recientes
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 hace 7 años.

RE: Publish Java Project

Liferay Legend Mensajes: 14919 Fecha de incorporación: 2/09/06 Mensajes recientes
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 hace 7 años.

RE: Publish Java Project

New Member Mensajes: 23 Fecha de incorporación: 27/07/16 Mensajes recientes
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?