sharepoint 2013 和 office web apps server 2013集成
环境: 三台服务器 系统:window 2008 R2
server01: 192.168.10.162(office web app)
server02: 192.168.10.163(AD)
server03: 192.168.10.164(sharepoint)
前提:1. server02配置好AD
2. server01和 server03 这两台服务器修改好机器名,加入域。
安装office web app:
在server01上安装office web app
1)安装 .net framework 4.5 (http://go.microsoft.com/fwlink/p/?LinkId=256560)
安装window2008 R2更新程序 (http://go.microsoft.com/fwlink/p/?LinkId=236954)
安装window powershell 3.0 http://go.microsoft.com/fwlink/?LinkID=244693)
2)管理员运行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
3)安装office web apps server
4)安装office web apps补丁 http://www.microsoft.com/zh-cn/download/confirmation.aspx?id=38378
5)安装中文语言包:(http://go.microsoft.com/fwlink/p/?LinkId=296579)
配置office web apps
管理员打开powershell
1)新建场和开启访问:New-OfficeWebAppsFarm –InternalURL "http://app.lishen88.com" –AllowHttp –EditingEnabled
2)添加允许域:New-OfficeWebAppsHost -Domain lishen88.com
3)允许通过url访问:Set-OfficeWebAppsFarm -OpenFromUrlEnabled:$true
测试office web apps是否正常
在浏览器访问:
http://app.lishen88.com/hosting/discovery
http://app.lishen88.com/op/generate.aspx,生成文档地址,然后访问。
如果报内部错误,在cmd下执行:
%systemroot%\Microsoft.NET\Framework64\v4.0.30319\aspnet_regiis.exe -iru
iisreset /restart /noforce
日志:%programdata%\Microsoft\OfficeWebApps\Data\Logs\ULS\
安装SharePoint:
1)安装好sql server 2008 sp1,如果不是sp1,请打好补丁
2)打开sharepoint安装目录下的splash.hta,在线安装依赖
3)依赖安装完成后,安装SharePoint。
4)执行SharePoint配置向导配置SharePoint。
5)执行配置SharePoint场向导,注意新建一个用户作为服务用户。
SharePoint和office web app的集成:
管理员打开SharePoint shell,执行下面操作
1)绑定:New-SPWOPIBinding -ServerName app.lishen88.com –AllowHTTP
2) 指定http访问:Set-SPWOPIZone –zone “internal-http
查看:Get-SPWopiZone
3)查看是否允许http验证:(Get-SPSecurityTokenServiceConfig).AllowOAuthOverHttp
如果不是,执行:
$config = (Get-SPSecurityTokenServiceConfig)
$config.AllowOAuthOverHttp = $true
$config.Update()
4. 保证claim to window token service 正常运行
保证Net.Pipe Lishener Adapter service 正常运行
5. 测试在线浏览和修改文档
1)新建一个站点,以管理员打开,然后共享给一个域用户。
2)使用共享的域用户登录网站,然后上传文档,新建文档,看看功能是否正常。
sharepoint 2013 和 office web apps server 2013集成的更多相关文章
- Office Web Apps Server 2013与PDF(一)
好吧--这个消息有点旧,迟了将近4个月. Office Web Apps是微软各大服务产品系列中的一个基础服务,可以为SharePoint 2013.Exchange 2013.Lync 2013提供 ...
- Office Web Apps Server 2013与PDF(二)
在上一篇文章(Office Web Apps Server 2013与PDF(一))中,曾经介绍了Office Web Apps Server 2013在更新后,可以直接对PDF文档进行在线的查看.不 ...
- 安装Office Web Apps Server 2013 – KB2592525安装失败
在Windows Server 2008 R2上安装 office web apps Server 的其中一个先决条件是 安装KB2592525. 但由于服务器已经打了SP1及其它大部分的patch, ...
- [转载]部署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 概述
Office Web Apps Server 是新的 Office 服务器产品,它提供 Word.PowerPoint.Excel 和 OneNote 的基于浏览器的版本.单个 Office Web ...
- Office Web Apps Server(1)
Office Web Apps Server runs on one or more servers and provides browser-based Office file viewi ...
- BEGINNING SHAREPOINT® 2013 DEVELOPMENT 第14章节--使用Office Services开发应用程序 WOPI和新的Office Web Apps Server
BEGINNING SHAREPOINT® 2013 DEVELOPMENT 第14章节--使用Office Services开发应用程序 WOPI和新的Office Web Apps Server ...
- SharePoint 2013中Office Web Apps的一次排错
转自http://www.cnblogs.com/awpatp/archive/2013/06/06/3121420.html, 仅供自己查看 笔者尝试在自己的测试环境中为SharePoint 201 ...
随机推荐
- 孤荷凌寒自学python第五十二天初次尝试使用python读取Firebase数据库中记录
孤荷凌寒自学python第五十二天初次尝试使用python读取Firebase数据库中记录 (完整学习过程屏幕记录视频地址在文末) 今天继续研究Firebase数据库,利用google免费提供的这个数 ...
- sklearn中predict()与predict_proba()用法区别
predict是训练后返回预测结果,是标签值. predict_proba返回的是一个 n 行 k 列的数组, 第 i 行 第 j 列上的数值是模型预测 第 i 个预测样本为某个标签的概率,并且每一行 ...
- 以太访solidity常用的函数有哪些
以太坊:什么是ERC20标准? 不以规矩,不能成方圆 许多人应该都听过 代码即法律(Code Is Law),因为程序写完了,无论执行多少次都会得到同样的结果,除非有外界因素的干扰.在多人协作的过程中 ...
- 波动数列 神奇的dp
问题描述 观察这个数列: 1 3 0 2 -1 1 -2 ... 这个数列中后一项总是比前一项增加2或者减少3. 栋栋对这种数列很好奇,他想知道长度为 n 和为 s 而且后一项总是比前一项增加a或者减 ...
- kafka-0.9消费者新API
## kafka-0.9消费者新API 注:以下仅限kafka版本0.9以上Consumer新版api Consumer自动提交示例: Properties props = new Propertie ...
- HDU - 3072 Intelligence System
题意: 给出一个N个节点的有向图.图中任意两点进行通信的代价为路径上的边权和.如果两个点能互相到达那么代价为0.问从点0开始向其余所有点通信的最小代价和.保证能向所有点通信. 题解: 求出所有的强连通 ...
- 决策树与随机森林Adaboost算法
一. 决策树 决策树(Decision Tree)及其变种是另一类将输入空间分成不同的区域,每个区域有独立参数的算法.决策树分类算法是一种基于实例的归纳学习方法,它能从给定的无序的训练样本中,提炼出树 ...
- BZOJ 1208 [HNOI2004]宠物收养所 | SPlay模板题
题目: 洛谷也能评 题解: 记录一下当前树维护是宠物还是人,用Splay维护插入和删除. 对于任何一次询问操作都求一下value的前驱和后继(这里前驱和后继是可以和value相等的),比较哪个差值绝对 ...
- select函数详解
网络编程中一个很重要的函数,没有整理,直接转过来,讲的还是蛮详细的. 转自:http://blog.csdn.net/zhw888888/archive/2009/03/29/4034515.aspx ...
- python urllib2 常见请求方式
GET 添加headers头import urllib2 request = urllib2.Request(uri) request.add_header('User-Agent', 'fake-c ...