Sharepoint 2007/WSS 3.0 在 WebFrontend 上运行什么,在应用程序服务器上运行什么?
在 Sharepoint Solutions 中,我可以将部署的 DeploymentServerType 指定为 ApplicationServer 或 WebFrontEnd。 不幸的是,这方面的文档相当有限。
我只是想知道:我什么时候会使用哪个选项? 如果我的解决方案同时包含计时器作业(应该在应用程序服务器上进行?)和 Web 部件(需要在每个 Web 前端上进行)怎么办? 如果我无论如何指定服务器,这实际上会如何影响部署?
谢谢你的帮助!
In Sharepoint Solutions I can specify the DeploymentServerType for deployment to be either ApplicationServer or WebFrontEnd. Unfortunately, Documentation on this is rather limited.
I just wonder: When would I use which option? What if my Solution includes both Timer Jobs (which should go on the App Server?) and Web Parts (which need to go to every Web Frontend)? How does this actually impact deployment if I specify the server anyway?
Thanks for any help!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
DeploymentServerType 参数是可选的(MSDN),如果指定它会限制哪些您的解决方案部署到的场中的服务器。 如果您同时拥有应用程序服务器和 然后,Web 前端组件只需保留该参数即可将其部署到所有服务器。
请参阅以下博客文章中的“解决方案元素”部分:
http://blogit.create.pt/blogs/andrevala/archive/2008/02/17/sharepoint-2007-deployment_3a00_-creating-solutions.aspx
编辑:因此逻辑上如果您的解决方案仅包含 WFE 内容(Web 部件、页面、图像等),那么您可以使用 WebFrontEnd 参数。 如果它包含 AppServer 内容(计时器作业或部署到管理中心的任何内容 - 例如额外的管理页面),则使用 ApplicationServer 参数。 一般来说,我发现大多数解决方案都会部署到 WebFrontEnd。
The DeploymentServerType paramater is optional (MSDN), if specified it restricts which servers on the farm your solution gets deployed to. If you have both App Server & Web Frontend components then just leave the parameter out so it gets deployed to ALL servers.
See the section "Solution Element" on the following blog article:
http://blogit.create.pt/blogs/andrevala/archive/2008/02/17/sharepoint-2007-deployment_3a00_-creating-solutions.aspx
EDIT: Thus logically if your solution just contains WFE content (Web parts, Pages, Images etc..) then you can use the WebFrontEnd parameter. If it contains AppServer content (Timer Jobs or anything deployed to Central Administration - eg. an extra administration page) then use the ApplicationServer parameter. Generally I find most solutions will be deployed to the WebFrontEnd.
如果您正在讨论如何设置场,有很多关于规划的文档 并部署 SharePoint。
如果您正在谈论以编程方式为 SharePoint 创建解决方案文件 (wsp),您能说得更具体一些吗? 您是在谈论manifest.xml 文件中的属性吗?
If you are talking about how to setup a farm there is a lot of documentation about planning for and deploying SharePoint on technet.
If you are talking about programmatically creating a solution file (wsp) for SharePoint, can you be a little more specific? Are you talking about attributes in the manifest.xml file?