问题原因是WebSphare下,servletContext.getContextPath()获取到的值为“/”而非空字符串。 在/portal-master/portal-impl/src/com/liferay/portal/spring/context/PortalContextLoaderL ...
分类:
Web程序 时间:
2016-05-03 14:27:11
阅读次数:
225
在行业客户中,一般无法提供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
在/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
在/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
在/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
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
在/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
在/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
为了便于后期与Cas集成过程中使用数据库用户的方便,将liferay密码的加密方式改为SHA。 在/portal-master/portal-impl/src/portal.properties配置文件中,有如下配置: #passwords.encryption.algorithm=BCRYPT/1 ...
分类:
其他好文 时间:
2016-05-03 14:10:30
阅读次数:
189
将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