码迷,mamicode.com
首页 >  
搜索关键字:liferay    ( 137个结果
Liferay 6.2 改造系列之二十一:修改WebSphare下JSONWS服务不生效的BUG
问题原因是WebSphare下,servletContext.getContextPath()获取到的值为“/”而非空字符串。 在/portal-master/portal-impl/src/com/liferay/portal/spring/context/PortalContextLoaderL ...
分类:Web程序   时间:2016-05-03 14:27:11    阅读次数:225
Liferay 6.2 改造系列之十一:默认关闭CDN动态资源
在行业客户中,一般无法提供CDN服务,因此默认关闭CDN动态资源功能: 在/portal-master/portal-impl/src/portal.properties文件中,有如下配置: # # Set this to true to enable serving dynamically gen ...
分类:其他好文   时间:2016-05-03 14:23:56    阅读次数:166
Liferay 6.2 改造系列之十八:修改登录Portlet配置,去除无用链接
在/portal-master/portal-impl/src/portal.properties文件中,有如下配置: 修改为: # # Input a list of sections that will be included in login form navigation. # login. ...
分类:其他好文   时间:2016-05-03 14:20:59    阅读次数:114
Liferay 6.2 改造系列之十五:修改默认可用语言
在/portal-master/portal-impl/src/portal.properties文件中,有如下配置: 修改为: # # Specify the locales that are enabled by default. # locales.enabled=zh_CN,en_US # ...
分类:编程语言   时间:2016-05-03 14:17:29    阅读次数:527
Liferay 6.2 改造系列之十六:关闭OpenID模式的单点登录
在/portal-master/portal-impl/src/portal.properties文件中,有如下配置: 修改为: # # Set this to true to enable OpenId authentication. If set to true, then the # prop ...
分类:其他好文   时间:2016-05-03 14:17:20    阅读次数:129
Liferay 6.2 改造系列之二十:修改默认添加用户权限及用户是否拥有个人站点的配置
1、修改默认添加用户权限为User,而非Powers User: 在/portal-master/portal-impl/src/portal.properties文件中有如下配置: # # Input a list of default role names separated by \n cha ...
分类:其他好文   时间:2016-05-03 14:16:58    阅读次数:133
Liferay 6.2 改造系列之十四:修改组织的表单内容
在/portal-master/portal-impl/src/portal.properties文件中,有如下配置: # # Input a list of sections that will be included as part of the organization # form when ...
分类:其他好文   时间:2016-05-03 14:14:45    阅读次数:170
Liferay 6.2 改造系列之十九:修改站点设置的表单内容
在/portal-master/portal-impl/src/portal.properties文件中,有如下配置: # # Input a list of sections that will be included as part of the form when # updating a s ...
分类:其他好文   时间:2016-05-03 14:14:32    阅读次数:133
Liferay 6.2 改造系列之二十四:修改liferay密码的加密方式
为了便于后期与Cas集成过程中使用数据库用户的方便,将liferay密码的加密方式改为SHA。 在/portal-master/portal-impl/src/portal.properties配置文件中,有如下配置: #passwords.encryption.algorithm=BCRYPT/1 ...
分类:其他好文   时间:2016-05-03 14:10:30    阅读次数:189
Liferay 6.2 改造系列之十二:修改Portal设置页面表单内容
将Portal设置页面中无用的内容删除: 在/portal-master/portal-impl/src/portal.properties文件中,有如下配置: # # Input a list of sections that will be included as part of the com ...
分类:其他好文   时间:2016-05-03 14:10:00    阅读次数:127
137条   上一页 1 ... 7 8 9 10 11 ... 14 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!