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 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
Office Web Apps Server的更多相关文章
- Office Web Apps Server 概述
Office Web Apps Server 是新的 Office 服务器产品,它提供 Word.PowerPoint.Excel 和 OneNote 的基于浏览器的版本.单个 Office Web ...
- [转载]部署Office Web Apps Server并配置其与SharePoint 2013的集成
Office Web Apps Server 是新的 Office 服务器产品,它提供 Word.PowerPoint.Excel 和 OneNote 的基于浏览器的版本.单个 Office Web ...
- 部署Office Web Apps Server并配置其与SharePoint 2013的集成
部署Office Web Apps Server并配置其与SharePoint 2013的集成 Office Web Apps Server 是新的 Office 服务器产品,它提供 Word.P ...
- office web apps server 问题和解决办法
New-OfficeWebAppsFarm –InternalURL "http://owa.zjkhlib.com" –AllowHttp –EditingEnabled 错误1 ...
- office web apps server安装部署
操作系统:windows 2012 软件下载地址: 链接:https://pan.baidu.com/s/1c3WWFs8 密码:4dcy NDP452-KB2901954-Web.exe(.Net ...
- BEGINNING SHAREPOINT® 2013 DEVELOPMENT 第14章节--使用Office Services开发应用程序 WOPI和新的Office Web Apps Server
BEGINNING SHAREPOINT® 2013 DEVELOPMENT 第14章节--使用Office Services开发应用程序 WOPI和新的Office Web Apps Server ...
- Office Web Apps Server(1)
Office Web Apps Server runs on one or more servers and provides browser-based Office file viewi ...
- Office Web Apps Server 2013与PDF(一)
好吧--这个消息有点旧,迟了将近4个月. Office Web Apps是微软各大服务产品系列中的一个基础服务,可以为SharePoint 2013.Exchange 2013.Lync 2013提供 ...
- sharepoint 2013 和 office web apps server 2013集成
环境: 三台服务器 系统:window 2008 R2server01: 192.168.10.162(office web app)server02: 192.168.10.163(AD)serv ...
随机推荐
- Toast信息提示:下拉收起(基于jQuery)(app信息提示更新)
直接上效果:
- Python:提取网页中的电子邮箱
import requests, re #regex = r"([a-zA-Z0-9_.+-]+@[a-zA-Z0-9-]+\.[a-zA-Z0-9-.]+)"#这个正则表达式过滤 ...
- 在Linux平台上搭建EasyDarwin,编译代码并简单部署
測试环境: Ubuntu gcc / g++ 从https://github.com/EasyDarwin/EasyDarwin下载代码 1.编译 第一步:进入源码文件夹下 cd ./EasyDarw ...
- 关于unity3dGUI(uGUI)的一些自适应的收获,在这里跟大家分享一下
假设大家要转载这篇文章,请注明出处.本人名字叫赖张殷,博客地址为http://my.csdn.net/?c=674f97f953e5dbfdba9fefaa3d1fcbe1 //2017年5月12日改 ...
- MySQL在默认事务下各SQL语句使用的锁分析
数据库使用锁是为了支持更好的并发,提供数据的完整性和一致性.InnoDB是一个支持行锁的存储引擎,锁的类型有:共享锁(S).排他锁(X).意向共享(IS).意向排他(IX).为了提供更好的并发,Inn ...
- 12C -- DDL日志
DDL日志和alert日志有相似的格式和行为.但是只包含DDL语句日志.oracle只是为数据库组件提供DDL日志,且需要将参数enable_ddl_logging设置为true. 在DDL日志中,每 ...
- C#-MVC开发微信应用(7)--在管理系统中同步微信用户分组信息
在前面几篇文章中,逐步从原有微信的API封装的基础上过渡到微信应用平台管理系统里面,逐步介绍管理系统中的微信数据的界面设计,以及相关的处理操作过程的逻辑和代码.希望从一个更高的层次介绍微信的开发. 在 ...
- struts2:多业务方法的处理(动态调用,DMI)
struts2支持调用指定Action类中某一个业务方法.如果没有指定,则调用execute方法. 1. 第一种实现方式,通过URL叹号参数 1.1 创建Action类,带多个方法 package c ...
- samba需求,请建一个目录,所有用户都可以修改其中的任意文件(新建文件的权限问题)
我的配置如下: [TMP] comment = Public Stuff path = /DATA/samba/tmp public = yes writable = yes create mode ...
- 【iCore4 双核心板_ARM】例程五:SYSTICK定时器 实验——定时点亮LED
实验原理: 通过STM32的三个GPIO口驱动三色LED的三个通道,设定GPIO为推挽输出模式,采 用灌电流方式与LED连接,输出高电平LED灭,输出低电平LED亮,通过系统定时器实现 1s定时,每秒 ...