Office Web Apps Server runs on one or more servers and provides browser-based Office file viewing and editing to multiple hosts throughout your organization.

     In SharePoint2013,Office Web Apps Server is a seprated function,it is a indepedent service.And it does’t support install the Office web apps in the same host which has already installed the Sharepoint2013.

     There are some other necessary things you should do before you install the Office Web Apps.

     For Windows Server 2008 R2,you should install the following software:

    Then you can install the Office Web Apps,you can download it from here :http://www.microsoft.com/zh-cn/download/details.aspx?id=35489

    Install the software is very simple,you don’t have to anything except click “next”.

    When you have installed the Office Web Apps,then you will find there is a new service call “OfficeWebApps” in your service manager.You should start the service.

     And then you need to create a new Office Web Apps Server farm using the following commands:

Import-Module OfficeWebApps
New-OfficeWebAppsFarm –InternalURL http://servername –AllowHttp –EditingEnabled

–InternalURL is the name of the server that runs Office Web Apps Server, such as http://servername.

–AllowHttp parameter configures the farm to use HTTP or HTTPS

–EditingEnabled parameter enables editing in Office Web Apps when it is used together with SharePoint 2013.

     You can verify that the Office Web Apps Server farm was created successfully by using the command:

http://servername/hosting/discovery

     If Office Web Apps Server works as expected, you should see a Web app Open Platform Interface (WOPI)-discovery XML file in your web browser. The first few lines of that file should resemble the following example:

<?xml version="1.0" encoding="utf-8" ?> 
- <wopi-discovery>
- <net-zone name="internal-http">
- <app name="Excel" favIconUrl="http://servername/x/_layouts/images/FavIcon_Excel.ico" checkLicense="true">
<action name="view" ext="ods" default="true" urlsrc="http://servername/x/_layouts/xlviewerinternal.aspx?<ui=UI_LLCC&><rs=DC_LLCC&>" />
<action name="view" ext="xls" default="true" urlsrc="http://servername/x/_layouts/xlviewerinternal.aspx?<ui=UI_LLCC&><rs=DC_LLCC&>" />
<action name="view" ext="xlsb" default="true" urlsrc="http://servername/x/_layouts/xlviewerinternal.aspx?<ui=UI_LLCC&><rs=DC_LLCC&>" />
<action name="view" ext="xlsm" default="true" urlsrc="http://servername/x/_layouts/xlviewerinternal.aspx?<ui=UI_LLCC&><rs=DC_LLCC&>" />

     And then you need to go to the Sharepoint server,and run the powershell,you need create a binding between the Sharepoint server and you Office Web Apps server,using the following commands:

New-SPWOPIBinding -ServerName <WacServerName> –AllowHTTP
Set-SPWopiZone internal-http
-ServerName is the WacsSrverName which you have installed the Office Web Apps Server.(You can use hostname or IP address).
Then if this command excute sucessfully,it means you can view you office files online in you sharepoint site.Just have a try!
Reference:
SharePoint 2013之Office Web Apps Server
Content roadmap for Office Web Apps
Deploy Office Web Apps Server
Configure SharePoint 2013 to use Office Web Apps
Plan Office Web Apps Server
												

最新文章

  1. angularjs—指令input
  2. 如何隐藏DOM元素
  3. 第十五篇 Integration Services:SSIS参数
  4. 新学习的语言Groovy
  5. 小米miui5系统的webview在处理动画事件transitionEnd事件时,竟然要用transitionend才行
  6. header页头内容整理
  7. PHP+MySQL开发技术详解—学习笔记
  8. mongoDb +Java+springboot
  9. 极客”一词,来自于美国俚语“geek”的音译,一般理解为性格古怪的人
  10. 修改VISUAL STUDIO EXPRESS 2012新建C++文件编码
  11. 基于Java使用Snmp4j进行监控与采集(snmptrap、snmpwalk、snmpget)
  12. libiconv交叉编译提示arm-none-linux-gnueabi-gcc
  13. Java斗地主案例、异常和自定义异常整理
  14. Some notes in Stanford CS106A(2)
  15. Nginx简易编译安装
  16. tcp的4次挥手、三次握手
  17. Linux驱动开发必看详解神秘内核(完全转载)
  18. Linux环境下Node.js的安装配置
  19. SQL中查询前几条或者中间某几行数据limit
  20. Beta阶段——第3篇 Scrum 冲刺博客

热门文章

  1. 【[SCOI2015]情报传递】
  2. cross entropy与logistic regression
  3. Consider defining a bean of type &#39;package&#39; in your configuration [Spring-Boot]
  4. python—递归函数
  5. Unity 游戏框架搭建 (十三) 无需继承的单例的模板
  6. JavaScript 基础(四) 循环
  7. Shiro登录中遇到了问题
  8. noip2018 洛谷 P1969积木大赛
  9. 关于linux命令的说明
  10. Struts2的动态方法,及result跳转方式,全局结果以及默认的action的配置