Can Liferay publish to a another server?

空扰寡人 提交于 2019-12-11 07:35:00

问题


here is the third question of my liferay series. :-) Sorry therefore but it is a different question.

I want to provide a service on my server for sport clubs. The clubs should use the system for managing their internal communication. Furthermore they should publish news, content, etc. for all their guests on the public website. To get the full benefit the club must to transfer its domain to my server. To avoid this I thought of publishing to a different server. For example: The club uses my system for internal communication. If the club wants to change public content they can change it in my system and publish it then to their own server.

The other solution would be to distribute my system to all the clubs. In this case every club needs a server with a java vm. :-(

I want to combine the portal and the website of these clubs. Does anybody has an idea?

Thank you very much.


Every club on one physical machine is impossible for me. Imagine a website of a huge sports club. If I transfer the domain to my server I have to admin all his email addresses and so on. :-(

So I am searching for a solution to host my portal (the internal part) on my Server and the external parts (public websites) on the server of the clubs. I thought of a syncing mechanism. So I could sync the public site to the club server. But I think it wouldn't work because the public liferay sites needs also a JVM. :-(


回答1:


You want to look at Staging: This is available locally (same server, easy testing for the scenario you outline above) and remotely, where you have one server that you use to set up all the content and a production server that gets the data from the editorial staging server. It's documented in this chapter (scroll down a bit)




回答2:


Liferay provides feature of portal instances and portal sites. Within single lifeary server, you can create many portal instances and sites.

In your case, you can create different sites for different sports club. All sports club will have that scope for their content.

Member of sports club will have their own announcement, message board, calendar etc.

Also, there can be common areas which will be available for guests.

Also, please look at WSRP for distributed architecture for portal.

Hope this helps



来源:https://stackoverflow.com/questions/10930437/can-liferay-publish-to-a-another-server

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!