Re: [OT] Catalina.policy for SAP BO

2022-05-13 Thread Christopher Schultz
Zdeněk, On 5/11/22 14:03, Zdeněk Henek wrote: Java Security Manager is deprecated in jdk 17 release https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/SecurityManager.html and may be even removed soon. That didn't stop Apache Solr from proudly declaring that their brand-new

Re: Catalina.policy for SAP BO

2022-05-11 Thread Zdeněk Henek
Hi, Java Security Manager is deprecated in jdk 17 release https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/SecurityManager.html and may be even removed soon. Regards, Zdenek Henek On Wed, May 11, 2022 at 10:14 AM Chavez Ortiz, Oscar (Externo) < oscar.chavez.exte...@vwfs.com

Re: Catalina.policy for SAP BO

2022-05-11 Thread logo
Oscar, > Am 11.05.2022 um 10:14 schrieb Chavez Ortiz, Oscar (Externo) > : > > Hello group. > > Our system is a SAP Business Object 4.2 server wich uses Tomcat 9.0.58 as web > container. > > We’re implementing Security Hardening for Tomcat in our BO Server server, > thus, i’ve configured star

Catalina.policy for SAP BO

2022-05-11 Thread Chavez Ortiz, Oscar (Externo)
Hello group. Our system is a SAP Business Object 4.2 server wich uses Tomcat 9.0.58 as web container. We’re implementing Security Hardening for Tomcat in our BO Server server, thus, i’ve configured starting configuration in java options with “– Security Manager” option. Now, the problem is wh