I've been attempting to deploy PWM 1.8 and 1.9 on RedHat Enterprise Linux 7. After catalina (tomcat) deploys the pwm.war, I attempt to load the page in a client browser:
1. http 500 web page states: java.lang.NoClassDefFoundError: org/apache/jasper/runtime/JspSourceImports
2. /var/log/tomcat/localhost.<date> shows the same error
I've got the following installed:
- Tomcat 7.x
- Python 2.7
- Oracle Java 1.8.0
- Maven 3.0
I've attempted to run the build on openjdk also:
- java-11-openjdk
I can deploy the older PWM 1.7 on the same exact build, so what in the world has changed, what are the real requirements for PWM now?
I can easily get these newer versions to run on Ubuntu. Please, someone has to figured this out by now.