留言板

Publish Java Project

Onur Can Öz,修改在7 年前。

Publish Java Project

New Member 帖子: 23 加入日期: 16-7-27 最近的帖子
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,修改在7 年前。

RE: Publish Java Project

Liferay Legend 帖子: 14919 加入日期: 06-9-2 最近的帖子
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,修改在7 年前。

RE: Publish Java Project

New Member 帖子: 23 加入日期: 16-7-27 最近的帖子
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,修改在7 年前。

RE: Publish Java Project

Expert 帖子: 493 加入日期: 12-5-26 最近的帖子
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,修改在7 年前。

RE: Publish Java Project

New Member 帖子: 23 加入日期: 16-7-27 最近的帖子
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,修改在7 年前。

RE: Publish Java Project

Liferay Legend 帖子: 14919 加入日期: 06-9-2 最近的帖子
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,修改在7 年前。

RE: Publish Java Project

New Member 帖子: 23 加入日期: 16-7-27 最近的帖子
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?