PeopleFluent Learning Version Downloads - 25.10

apache_tomcat.png

red_warning_triangle.pngCustomers must upgrade their version of Tomcat to Tomcat 10.1.48+ prior to running the upgrade kit or installing a standalone version. 

red_warning_triangle.pngPFL 25.10+ also requires Java 17, instructions for this can be found on the 25.06 Downloads page.

 

PFL 25.10+ comes with Jakarta Servlet 6.0 compatibility changes which work with Tomcat 10.1 or greater. - Apache Tomcat 10 Software Downloads. Other app server options that are Servlet 6.0 compatible for on-prem customers include (these have not been tested by PeopleFluent): 

  • JBoss Enterprise Application Platform (EAP) 8.1 Beta 1 and later 
  • IBM WebSphere Liberty 23.0.0.9+

 

Steps to Follow:

1. Install Tomcat 10.1.48 or greater per the Tomcat instructions. (Install Java 17 as well, if necessary.)

2. Configure Tomcat to point to Java 17 if it's not already set in the JAVA_HOME environment variable. 

3. For tomcat 10.1.42+, maxPartCount and maxPartHeaderSize should be added to %TOMCAT_HOME%/conf/server.xml, for example:

<Connector port="8080" 
     protocol="HTTP/1.1" 
     connectionTimeout="20000" 
     redirectPort="8443" 
     maxParameterCount="1000" 
     maxPartCount="100" 
     maxPartHeaderSize="1024" 
     />

4. Set JAVA_OPTS for Tomcat Server. Navigate to the catalina.bat (Windows) / catalina.sh(Unix) file located in the Tomcat installation directory, add thefollowing JAVA_OPTS:

set "JDK_JAVA_OPTIONS=%JDK_JAVA_OPTIONS% --add-exports=java.base/sun.security.provider=ALL-UNNAMED"
set "JDK_JAVA_OPTIONS=%JDK_JAVA_OPTIONS% --add-opens=java.base/java.util=ALL-UNNAMED"
set "JDK_JAVA_OPTIONS=%JDK_JAVA_OPTIONS% --add-opens=java.base/java.time=ALL-UNNAMED"
set "JDK_JAVA_OPTIONS=%JDK_JAVA_OPTIONS% -Djava.locale.providers=COMPAT,CLDR"
set "JDK_JAVA_OPTIONS=%JDK_JAVA_OPTIONS% -Djavax.xml.parsers.SAXParserFactory=com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl"

The first four were already required for 25.06, but the last one is needed for 25.10 and beyond

 


Upgrade Kit

With 25.10 there is only one Upgrade Kit that will provide the files and documentation for upgrading an existing PeopleFluent Learning site to PeopleFluent Learning 25.10. Additional documentation and training materials regarding new features will be uploaded separately.

NOTE: This kit can be used where the current version is 15.3 or newer, including 25.06.


Latest Build Patch

Update to PeopleFluent Learning 25.10.x (As with any software upgrade, it is advised that you conduct testing on this release to become familiar with new features and fixes before updating to a live site.) After you have updated to this build, PeopleFluent Learning's initial startup may take longer than usual because the database is being updated. NOTE: This cannot be used to upgrade from an earlier version of PeopleFluent Learning (e.g. Talent Suite 25.10), please use the upgrade kits above to upgrade the version first before applying this update.

Latest Build Patch
LMS2510_Patch_4.zip

Standalone WAR File Deployment

(WAR files are intended for updating to a newer build within the same LMS version only. PLEASE DO NOT USE THIS WAR FILE FOR A VERSION UPGRADE. THE LMS INSTANCE WILL NOT BE UPGRADED TO THE NEW VERSION CORRECTLY.) Initial Release WAR files passed a full QA test cycle. Hotfix Release(s) passed basic regression testing.

Initial Release
LMS2510_Patch_4.war

CFR Installation Kit

CFR Install Kit is for clients who have already installed or upgraded to PeopleFluent Learning 25.10 and want to install features to support the 21 CFR Part 11 regulation. This requires a CFR-enabled license key.

CFR Installation Kit
LLMS_2510_0_CFR_Install_Kit.zip

Database Schema

To create LMS database schema for MSSQL, Oracle, MySQL. Create the database then import appropriate the SQL file below.


Demo Licenses

Was this article helpful?

0 out of 0 found this helpful