AW: AW: Question to possible memory leak by Threadlocal variable

2022-03-25 Thread Thomas Hoffmann (Speed4Trade GmbH)
> -Ursprüngliche Nachricht- > Von: Christopher Schultz > Gesendet: Freitag, 25. März 2022 14:05 > An: users@tomcat.apache.org > Betreff: Re: AW: Question to possible memory leak by Threadlocal variable > > Thomas, > > On 3/24/22 05:49, Thomas Hoffmann (Speed4Trade GmbH) wrote: > > > > >

Re: Apex SSO

2022-03-25 Thread Luis Rodríguez Fernández
Hello there, My two cents: we have ORDS 20 over tomcat 9.0.41 authenticating against keycloak IdP, however using SAML [1]. In tomcat we have the keycloak connector [2] and for the APEX integration I developed a simple valve [3] that injects a header with the username. This header is used by the

AW: Failed to load uri_worker_map file

2022-03-25 Thread Thomas Hoffmann (Speed4Trade GmbH)
> -Ursprüngliche Nachricht- > Von: Ron Hinds > Gesendet: Freitag, 25. März 2022 19:09 > An: users@tomcat.apache.org > Betreff: Failed to load uri_worker_map file > > Windows Server 2016 Standard, IIS 10, Tomcat 8.5.77, Tomcat Connector > 1.2.48 x86-64, Gitbucket 4.37.2 > > Everything

AW: Migration JDK11 - Tomcat 9 - NoClassDefFoundError: java/sql/Statement

2022-03-25 Thread Thomas Hoffmann (Speed4Trade GmbH)
> -Ursprüngliche Nachricht- > Von: Senguttuvan, Gopalakrishnan (CWM-NR) > > Gesendet: Freitag, 25. März 2022 17:13 > An: users@tomcat.apache.org > Betreff: Migration JDK11 - Tomcat 9 - NoClassDefFoundError: > java/sql/Statement > > Hi Team, > > We are migrating our application from

Failed to load uri_worker_map file

2022-03-25 Thread Ron Hinds
Windows Server 2016 Standard, IIS 10, Tomcat 8.5.77, Tomcat Connector 1.2.48 x86-64, Gitbucket 4.37.2 Everything works fine as long as I postfix :8080 to the URL http://www.example.com:8080/gitbucket But if I try it without the :8080, I get a 404 error http://www.example.com/gitbucket It

RE: Possibly Silly Question

2022-03-25 Thread jonmcalexander
That is what I thought, but I just wanted to make sure. Have some dubious data from Flexera around Tomcat versions. Thanks, Dream * Excel * Explore * Inspire Jon McAlexander Infrastructure Engineer Asst Vice President He/His Middleware Product Engineering Enterprise CIO | EAS | Middleware |

Re: Possibly Silly Question

2022-03-25 Thread Robert Hicks
Just looking the history page says: *Apache Tomcat 3.0.x*. Initial Apache Tomcat release. Wikipedia also mentions: 2.0 1998 Tomcat started off in November 1998[16] as a servlet reference implementation

Migration JDK11 - Tomcat 9 - NoClassDefFoundError: java/sql/Statement

2022-03-25 Thread Senguttuvan, Gopalakrishnan (CWM-NR)
Hi Team, We are migrating our application from JDK8 to JDK11 (RedHat OpenJDK11). Modified the JAVA_HOME to JDK11 path. Currently we are using Tomcat version 9. (It is working fine with JDK8). Since the JDK11 won't support the JAVA_ENDORSED_DIRS, so I have removed the "-Djava.endorsed.dirs" in

Possibly Silly Question

2022-03-25 Thread jonmcalexander
Good morning, Doing some history research, but was there EVER a released version 1x or 2x of Tomcat? IF so, what version numbers had been out there, once upon a time ago? Thank you, Dream * Excel * Explore * Inspire Jon McAlexander Infrastructure Engineer Asst Vice President He/His Middleware

Re: Fwd: tomcat 9.50 - rewrite rule question

2022-03-25 Thread rupali singh
hi chris, Apologies for typo mistakes. business user are using url : https://xyz.ae/apex/f?p=1001 to login into apex application and login is working fine. xyz.ae is published in our F5 which is pointing to tomcat server on port 8080 hence im not worried

Re: Apex SSO

2022-03-25 Thread rupali singh
hi team, the reason im asking is we have document for apex and idcs integration https://www.ateam-oracle.com/post/integrating-sso-between-apex-cloud-and-identity-cloud-service-the-easy-way i did all the setup as per document but now the issue is apex is not redirecting to idcs url and giving

Re: Apex SSO

2022-03-25 Thread Peter Chiu
Hi Chris, To implement APEX SSO, that requires NO change to tomcat. That is why I tried not to post here. Here is the blog for starters. https://fuzziebrain.com/content/id/1908/ If tomcat is behind a proxy (apache or nginx), we might need to change a setting in server.xml to return the real

Re: AW: Question to possible memory leak by Threadlocal variable

2022-03-25 Thread Christopher Schultz
Thomas, On 3/24/22 05:49, Thomas Hoffmann (Speed4Trade GmbH) wrote: -Ursprüngliche Nachricht- Von: Mark Thomas Gesendet: Donnerstag, 24. März 2022 09:32 An: users@tomcat.apache.org Betreff: Re: Question to possible memory leak by Threadlocal variable On 24/03/2022 07:57, Thomas

Re: Apex SSO

2022-03-25 Thread Christopher Schultz
Peter, On 3/24/22 14:54, Peter Chiu wrote: I will email you directly. For the group knowledge, there is nothing special you need to do on Tomcat if it is not behind a proxy. Please post to the mailing list. It's not at all clear to me how you'd get Oracle APEX to deliver authentication

Re: Fwd: tomcat 9.50 - rewrite rule question

2022-03-25 Thread Christopher Schultz
Rupali, This has gone around in circles for a while with no progress. Can you please: 1. Show examples of what you would like. Specific examples, like: "I expect that when requesting http://xyz.ae/apex/?f=1001; I get a 302 redirect to http://xyz.ae/apex/myapp; That's what you are asking

Re: What causes "client errors" with mod_jk

2022-03-25 Thread Christopher Schultz
Rainer, On 3/24/22 05:50, Rainer Jung wrote: Hi Chris, client errors in jk log are always errors occurring when mod_jk tries to write back what it got from the backend using web server APIs to the client of the web server (user, browser etc.). So they point to a problem between and

Re: Apex SSO

2022-03-25 Thread rupali singh
Hello Everyone, In apex under authentication scheme we are using social sign in and provided discover url, now when we are trying to login into apex its not redirecting to discover url (oracle idcs url) Is their is any setup we need to do on tomcat? In tomcat access logs i dont see oracle idcs