跳至主要内容

博文

目前显示的是标签为“WebCenter”的博文

Install Oracle WebCenter Content 12c

继续试用WCC 12c,比起11g,WCC 12c最大的改进当属是采用了全新的Alta UI,当然了,其它的一些功能就只有慢慢试了。 和WCS一样,安装的前提是JDK 8,Oracle Database 12c,Weblogic Server 12c,具体的安装步骤可以参考这篇文章 安装Oracle WebCenter Sites 12c (part 1)  ,RCU的设置及安装可参考 安装Oracle WebCenter Sites 12c (part 2)  。这篇文章从安装WCC开始。 1. 安装WCC软件 1.1 启动安装向导 输入命令, "c:\Program Files\Java\jdk1.8.0_65\bin\java.exe" -jar fmw_12.2.1.0.0_wccontent_generic.jar 启动安装向导。 1.2 自动更新 跳过,点Next. 1.3 安装位置 选择Oracle Home位置,Next 1.4 先决条件检查 检查成功后,Next 1.5 安装汇总 点Install,开始安装WCC软件。 安装进行中 1.6 完成WCC软件安装 2. 配置WCC域 2.1 运行RCU创建所需的数据库表空间 2.2 创建域 转至 ORACLE_HOME/oracle_common/common/bin目录下,运行config.cmd,启动WCC应用域创建向导。 创建新Domain 选择域模板 Domain模式和JDK 数据源 数据库配置 输入信息后点Get RCU Configuration Credentials 配置管理服务器 完成域配置及安装 2.3 启动管理服务器 利用命令startNodeManager.cmd和startWeblogic.cmd启动Node Manager和Admin Server,通过地址http://localhost:7001/console登入控制台。 启动UCM_Server...

Rollup WebCenter Site(Fatwire) to 7.6

有个客户很羡慕传说中WebCenter Site的功能,准备在一项目在使用这产品。为了能评估工作量加上不被各色人等忽悠,只能自己装一次评估。在eDelivery上下载了安装程序,真坑爹,一点都不象以前O记的产品,居然安装说明的文档都没有。在Weblogic上安装,以手工部署的方式很顺利就完成了应用的安装,但在升级到7.6时就卡住了,测试时出现以下错误: HelloCS has failed. Ping DB has failed. DB Permissions has failed.  在服务器启动时报Caused By: java.lang.IllegalAccessError: tried to access field org.slf4j.impl.StaticLoggerBinder.SINGLETON from class org.slf4j.LoggerFactory  的错。折腾了老半天,鬼就出在slf4j-api-1.5.8.jar和slf4j-jdk14-1.5.8.jar两个文件上,干掉后继续安装成功。 两天的试用,觉得O记要完全实现Fatwire与Webcenter Content整合明显需要一段时间。拿这玩意来做外网应用的还是值得探讨的。 比较赞同这篇文章上的话: http://shishank.info/pcm/wordpress/2011/11/10/oracle-web-centre-fatwire-is-it-an-old-generation-cms/ Not so good Some of the basic changes within the implementation requires quite a lot of work. A good example is vanity URLs. Most of the clients now a days have this basic requirement especially around blobs but there is none out of the box URL assembler available Deployment is one of the most painful area. Even w...

配置AD与Oracle UCM 11g、WebCenter的集成

最近几天为客户搭建一个POC环境,客户使用微软Active Directory进行用户管理,希望实现UCM、WebCenter与AD的集成。下面是实现步骤: 1.配置Weblogic Server与AD集成 1)通过http://host:7001/console登录Weblogic Server管理控制台; 2)选择安全领域,选择myrealm,点击“提供程序”选择卡; 3)点击“新建”,新建验证提供程序,提供程序类型选择“ ActiveDirectoryAuthenticator”,控制标记选择“SUFFICIENT”; 4)设定提供程序,依据AD实际结构设定提供程序 Host: <AD服务器的主机名或IP地址> Port: 389           (default) Principal: CN=Administrator,CN=Users,DC=company,DC=com Credential: <AD管理员密码> SS Enabled: 不选(默认) User Base DN: OU=Ucm,DC=company,DC=com All Users filter: 空 (默认) User from Name Filter: (&(cn=%u)(objectclass=user))    ( 默认 ) User search scope: onelevel (按实际情况选择onelevel或subtree) User name attribute: cn ( 默认 ) User object class: user ( 默认 ) Use retrieved User Name as Principal: not-checked  ( 默认 ) Group Base DN: OU=Roles,OU=Ucm,DC=company,DC=com All groups filter: <blank>   ( 默认 ) Group from name filter: (&(cn=%g)(objectclass=grou...