Office Web Apps Server


Office Web Apps Server

Office Web Apps Server 是一款 Office 服務器產品,可提供針對 Office 文件的基於瀏覽器的文件查看和編輯服務。Office Web Apps Server 與支持 WOPI(Web 應用程序開放平台接口協議)的產品和服務結合使用

Office Web Apps 部署模型之間的差異

早期的時候·Office Web Apps·是集成在了SharePoint Server 2010 中,在2013的新版本中,它被獨立成產品。具有獨立的 Office Web Apps Server 服務器場還意味着用戶可以查看或編輯存儲在 SharePoint Server 外部的 Office 文件,例如共享文件夾或其他網站中的文件。此功能由稱為聯機查看器的功能提供。

office web apps 對比

Office Web Apps 的查看和編輯功能

規划 Office Web Apps Server(http://msdn.microsoft.com/zh-cn/magazine/jj219435(office.15).aspx)

1. 軟件、硬件、配置要求

您可以安裝 Office Web Apps Server 作為單服務器 Office Web Apps Server 場,或者作為多服務器、負載平衡 Office Web Apps Server 場。您可以使用物理服務器或虛擬機實例,但是您不能在與 Office Web Apps Server 相同的服務器上安裝其他服務器應用程序(例如 SharePoint 2013 或 SQL Server)。

在包含實際用戶數據的環境中,建議使用HTTPS。如果在服務器場中使用多台服務器,必須配置硬件或軟件負載平衡解決方案。
+ 硬件要求
參考SharePoint2013硬件要求,最低 RAM 8GB ,處理器 64位4核心。
在大多數使用模式為查看的情況下,裝有兩個 Intel Xeon 處理器(8 核)、8 GB RAM 和 60 GB 硬盤的 Office Web Apps Server 最多可支持 10,000 個用戶。裝有 16 核 CPU 和 16 GB RAM 的服務器最多可支持 20,000 個用戶。

+ 操作系統
	- 安裝了帶 [Windows Server 2008 R2 x64 Edition 更新程序](http://www.microsoft.com/zh-cn/download/details.aspx?id=27929)的 Windows Server 2008 R2 Service Pack 1 (SP1) Standard、Enterprise 或 Datacenter 的 64 位版本

	- Windows Server 2012 Standard 或 Datacenter 的 64 位版本

	- 64 位版本的 Windows Server 2012 R2。若要使用此操作系統,則必須使用 Office Web Apps Server Service Pack 1 (SP1)。 	

2. 域要求

Office Web Apps Server 場中的服務器都必須是域的一部分。它們可以在同一個域 (推薦) 中或位於同一個林中的不同域中。但是,如果您嘗試在域控制器上安裝它,Office Web Apps Server 將不起作用。

3. 不要進行的操作

+ 請勿在運行 Office Web Apps Server 的服務器上安裝任何其他服務器應用程序。包括 Exchange Server、SharePoint Server、Lync Server 和 SQL Server。如果您的服務器不足,則可以在這些服務器的其中一台上的虛擬機實例中運行 Office Web Apps Server

+ 不要在端口 80、443 或 809 上安裝依賴 Web 服務器 (IIS) 角色的任何服務或角色,因為 Office Web Apps Server 會定期刪除這些端口上的 Web 應用程序。

+ 不要安裝任何版本的 Office。如果已經安裝,在安裝 Office Web Apps Server 之前必須將其卸載。

+ 不要在域控制器上安裝 Office Web Apps Server。它不會在包含 Active Directory 域服務 (AD DS) 的服務器上運行。

4. 需要下載的下載、服務器角色和功能

  [office web apps server ](http://go.microsoft.com/fwlink/p/?LinkId=256561)    

 + windows server 2008 R2
    [.net Framework 4.5正確版本](http://go.microsoft.com/fwlink/p/?LinkId=256560)	
    [Windows Server 2008 R2 x64 Edition 更新程序](http://go.microsoft.com/fwlink/p/?LinkId=236954)	
    [Windows PowerShell 3.0](http://go.microsoft.com/fwlink/?LinkID=244693)    	

 + windows server 2012 R2
    [office web apps server SP1 ](http://go.microsoft.com/fwlink/p/?LinkId=510097)  	
    [.NET Framework 4.5.2](http://go.microsoft.com/fwlink/p/?LinkId=510096)		

5. 使用的端口(防火牆要求)

+ 用於HTTPS的端口 443	
+ 用於HTTP的端口80	
+ 用於 office web apps server 的服務器之間的專用端口 809(如果設置了多台服務器場)     

部署

http://msdn.microsoft.com/zh-cn/magazine/jj219455(office.15).aspx

Office Web Apps Server 免費版允許您查看 Office 文件但不允許您編輯它們

1. 安裝必備軟件

在 Windows Server 2008 R2 上

安裝以下軟件:

  • Windows Server 2008 R2 Service Pack 1

  • .NET Framework 4.5

  • Windows PowerShell 3.0

  • Windows 7 SP1 和 Windows Server 2008 R2 SP1 的平台更新 (KB2670838)

以管理員身份打開 Windows PowerShell 提示符,然后運行以下命令示例來安裝必需的角色和服務。

Import-Module ServerManager

然后運行此命令:

Add-WindowsFeature Web-Server,Web-WebServer,Web-Common-Http,Web-Static-Content,Web-App-Dev,Web-Asp-Net,Web-Net-Ext,Web-ISAPI-Ext,Web-ISAPI-Filter,Web-Includes,Web-Security,Web-Windows-Auth,Web-Filtering,Web-Stat-Compression,Web-Dyn-Compression,Web-Mgmt-Console,Ink-Handwriting,IH-Ink-Support

如果出現提示,請重新啟動服務器。

在 Windows Server 2012 上

以管理員身份打開 Windows PowerShell 提示符,然后運行此命令示例來安裝必需的角色和服務。

Add-WindowsFeature Web-Server,Web-Mgmt-Tools,Web-Mgmt-Console,Web-WebServer,Web-Common-Http,Web-Default-Doc,Web-Static-Content,Web-Performance,Web-Stat-Compression,Web-Dyn-Compression,Web-Security,Web-Filtering,Web-Windows-Auth,Web-App-Dev,Web-Net-Ext45,Web-Asp-Net45,Web-ISAPI-Ext,Web-ISAPI-Filter,Web-Includes,InkandHandwritingServices,NET-Framework-Features,NET-Framework-Core

如果出現提示,請重新啟動服務器。

在 Windows Server 2012 R2

安裝以下軟件:

.NET Framework 4.5.2

以管理員身份打開 Windows PowerShell 提示符,然后運行此命令示例來安裝必需的角色和服務。

Add-WindowsFeature Web-Server,Web-Mgmt-Tools,Web-Mgmt-Console,Web-WebServer,Web-Common-Http,Web-Default-Doc,Web-Static-Content,Web-Performance,Web-Stat-Compression,Web-Dyn-Compression,Web-Security,Web-Filtering,Web-Windows-Auth,Web-App-Dev,Web-Net-Ext45,Web-Asp-Net45,Web-ISAPI-Ext,Web-ISAPI-Filter,Web-Includes,InkandHandwritingServices,NET-Framework-Features,NET-Framework-Core

如果出現提示,請重新啟動服務器。

2. 安裝 office web apps server

	1. 下載並安裝 http://www.microsoft.com/zh-cn/download/details.aspx?id=35489

	2. 下載並安裝 [Office Web Apps Server SP1](http://go.microsoft.com/fwlink/p/?LinkId=510097)(推薦用於 Windows Server 2012 和 Windows Server 2008 R2 SP1。必須用於 Windows Server 2012 R2。) 

	3. 查看有關 [Office、Office 服務器和相關產品的 TechNet](http://go.microsoft.com/fwlink/p/?linkid=280271) 更新中心的列表,檢查是否有 Office Web Apps Server 的最新更新。

		注釋注意:
		如果您還沒有安裝 Office Web Apps Server SP1,請應用 [KB2810007](http://go.microsoft.com/fwlink/p/?LinkId=296579)。 

3. 安裝語言包

    下載並安裝 http://www.microsoft.com/zh-cn/download/details.aspx?id=35490

自定義WOPI解決方案

 http://blogs.msdn.com/b/officedevdocs/archive/2013/03/20/introducing-wopi.aspx


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM