On 09/05/2022 13:20, Chavez Ortiz, Oscar (Externo) wrote:
Hello group.

I have a SAP Business Object 4.2 server wich uses Tomcat 9.0.58 as web container.

For Security reasons this server needs to implement Security Manager for Tomcat on it, thus, i’ve configured starting configuration in java options with “– Security Manager” option.

Could you expand on what you mean by "security reasons"?

Newer version of Java have deprecated the security manager and it is likely that Jakarta EE 11 onwards (and hence Tomcat 11 onwards) will not support the use of a security manager.

Generally, you should be be able to achieve similar results by running Tomcat on a dedicated server / VM / container / etc.

Also i’ve configured catalina.policy file by adding needed permissions every time log file gets the *AccessControlException* message, today, there aren’t any AccessControlException errors in log file.

Now, the problem is when opening SAP BO Launch Pad tool in web browser i’m gettint the HTTP 500 error:

I’ve asked to SAP BO Support for help and they answered me that Tomcat configuration is not covered by SAP Suppor, they recommend me to ask for help in Tomcat support.
>
Please, i would like to know why i can’t get Tomcat with Security Manager and how to solve to get it working.

I suspect that an exception or two is being swallowed rather than reported.

Adding "-Djava.security.debug=access,failure" to CATLINA_OPTS should highlight any additional permissions that are required.

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to