When a user logs on to the TOMCAT portal, the below TSS error in the TOMCAT task log is seen:
TSS7237E ENVIRONMENT IS CONTROLLED - MARK UNCONTROLLED REQUEST REJECTED
z/os tomcat
This can happen in some environments where the org.sqlite.lib.path variable is not defined. This happens when the underlying sqlite module in ibsqlitejdbc.so tries to dynamically lookup
the libpath value and does not find it.
To correct, add the following line in CEMETOME:
IJO="$IJO -Dorg.sqlite.lib.path=${CEM_USSPATH}/cai/cacem/cem"
anywhere after the line:
export CEM_USSPATH= <YOUR_CEM_USS_PATH>
and anywhere before the line:
export IBM_JAVA_OPTIONS="$IJO "