Is it possible to run two SharePoint instances on one server?

主宰稳场 提交于 2019-12-22 11:01:23

问题


Simple question : Is it possible to run two SharePoint instances on one server?

With a not so simple answer I suspect.

Thanks, Peter


回答1:


Three answers:

A server can only be connected to one "config database", meaning you can only run one FARM instance.

A server can host multiple SSPs, so you can run multiple SEARCH, USER PROFILE, MY SITE instances. Not recommended though.

A server can host as many web applications (websites) as you'd like.




回答2:


We've been running multiple instances on different ports, no problem. Great for development. But we haven't been running different versions of SharePoint on the same server




回答3:


You can run multiple web apps on the same server, provided they use different ports and / or different host headers. They will both be part of the same farm however...




回答4:


If you mean by two SharePoint 2007 instances two installations of the server, then the answer would be no. If you mean two completely different sites with different sitenames, that is possible by making use of hostheaders for each of your web applications. Running SharePoint 2003 and SharePoint 2007 side by side is possible. I haven't tested running SharePoint 2010 next to SharePoint 2007/2003 though.



来源:https://stackoverflow.com/questions/1764661/is-it-possible-to-run-two-sharepoint-instances-on-one-server

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