1. 找到文件 \admin\global.jspf
注释掉 标记为“LicenseManager.validateLicense(....”的代码行。
如:
boolean isLite = false; try { //LicenseManager.validateLicense("Jive Forums Lite","4.2"); isLite = com.jivesoftware.forum.Version.getEdition() == com.jivesoftware.forum.Version.Edition.LITE; } catch (Exception ignored) {} boolean isPro = false; try { //LicenseManager.validateLicense("Jive Forums Professional","4.2"); isPro = com.jivesoftware.forum.Version.getEdition() == com.jivesoftware.forum.Version.Edition.PROFESSIONAL; } catch (Exception ignored) {} boolean isEnt = false; try { //LicenseManager.validateLicense("Jive Forums Enterprise","4.2"); isEnt = com.jivesoftware.forum.Version.getEdition() == com.jivesoftware.forum.Version.Edition.ENTERPRISE; } catch (Exception ignored) {} boolean isExpert = false; try { //LicenseManager.validateLicense("Jive Forums Expert Edition","4.2"); isExpert = com.jivesoftware.forum.Version.getEdition() == com.jivesoftware.forum.Version.Edition.EXPERT; } catch (Exception ignored) {}
2. 找到文件:\admin\license.jsp
同样注释掉 标记为“LicenseManager.validateLicense(....”的代码行。
如:
boolean validLicense = false; Exception le = null; try { //LicenseManager.validateLicense(jiveEdition, "4.2"); validLicense = true; } catch (LicenseException e) { le = e; }
重启tomcat即可。
相关推荐
1 Jive Knowledge Base特性 2 Jive Knowledge Base Changelog <br> 系统缺陷 1 Jive的硬伤 2 查询的Bug <br> 安装配置 1 Jive Forum KB的license 2 MakeWAR.jar...
系统缺陷 1 Jive的硬伤 2 查询的Bug <br> 安装配置 1 Jive Forum KB的license 2 MakeWAR.jar文件中的MakeWAR.class源代码MakeWAR.java 3 为Jive写的补丁程序patcher....
hank you for choosing Jive Forums! Start off by viewing the documentation that can be found in the "documentation" directory included with this distribution. It will ...
在我们的"ant-jive-edition.jar.zip"包中,"ant.license.txt"文件可能包含了Ant的许可协议信息,这对于遵循开源软件规范来说是至关重要的。 接下来,我们转向Jive Edition。Jive是一家专注于社交软件和协作平台的...
Jive Android SDK 您是否要构建本机Android Jive应用程序? 这是SDK可以帮助您!!! 此Android SDK建立在[此处]( )描述的REST API调用的基础上。 确保通过执行以下操作在克隆后更新子模块: git submodule update...
jive-android-sdk-example 如何使用 Jive for Android SDK 的示例 入门 请参阅 wiki 以帮助。 执照 版权所有 2013 Jive 软件 根据 Apache 许可,版本 2.0(“许可”)获得许可; 除非遵守许可,否则您不得使用此...
Jive iOS SDK 您是否要构建本机iOS Jive应用程序? 这是SDK可以帮助您!!! 此iOS SDK建立在[此处]( )描述的REST API调用的基础上。 确保通过执行以下操作在克隆后更新子模块: git submodule update --init --...
This page last changed on Jul 29, 2008 by jive. User Guide 01 Welcome 00 Source License 01 Documentation License 02 Meet the GeoTools Library 03 First Project 04 How to Read a Shapefile 05 SHP2SHP ...
<licenseType>gpl</licenseType> <!-- Web界面配置 --> ``` 4. **添加插件到项目构建路径**: - 打开`CLASSPATH`文件,复制一条`...
<licenseType>gpl</licenseType> ``` `plugin.xml` 文件还可以包含 `adminconsole` 元素,用于定义管理控制台中的界面元素。这使得开发者能够为 Openfire 的管理界面添加自定义面板或设置。 插件的目录结构如下: ...
1. 在Run Configurations中,设置Main类为org.jivesoftware.openfire.starter.ServerStarter,勾选Stop in main选项。 2. VM arguments中输入-DopenfireHome="${workspace_loc:openfire_src}/target/openfire_src",...