Re: Fwd: tomcat 9.50 - rewrite rule question

2022-03-24 Thread Rob Sargent
On 3/24/22 13:27, Peter Chiu wrote: Application builder->Your application->Shared Components->Application Definition Attributes->Properties->Friendly URLs And that does what, exactly? - To unsubscribe, e-mail: users-unsub

Re: Fwd: tomcat 9.50 - rewrite rule question

2022-03-24 Thread Peter Chiu
Application builder->Your application->Shared Components->Application Definition Attributes->Properties->Friendly URLs On Thu, Mar 24, 2022 at 3:25 PM rupali singh wrote: > Hi, > > How we can enable friendly url in apex? > > > > On Fri, Mar 25, 2022, 12:48 AM Peter Chiu wrote: > > > Have you co

Re: AW: Maybe a stupid (Windows related) question

2022-03-24 Thread Rony G. Flatscher (Apache)
Hi Konstantin, On 23.03.2022 23:29, Konstantin Kolinko wrote: > ср, 23 мар. 2022 г. в 14:12, Rony G. Flatscher (Apache) : >> skip... >> >> startup.bat uses start to run catalina.bat in a new cmd window with: >> >> call "%EXECUTABLE%" start %CMD_LINE_ARGS% >> >> catalina.bat then starts Tomcat

Re: Fwd: tomcat 9.50 - rewrite rule question

2022-03-24 Thread rupali singh
Hi, How we can enable friendly url in apex? On Fri, Mar 25, 2022, 12:48 AM Peter Chiu wrote: > Have you consider doing the following > 1. custom URL/domain, and > 2. enable Friendly URLs in APEX > > On Thu, Mar 24, 2022 at 3:09 PM Felix Schumacher < > felix.schumac...@internetallee.de> wrote:

Re: Fwd: tomcat 9.50 - rewrite rule question

2022-03-24 Thread Peter Chiu
Have you consider doing the following 1. custom URL/domain, and 2. enable Friendly URLs in APEX On Thu, Mar 24, 2022 at 3:09 PM Felix Schumacher < felix.schumac...@internetallee.de> wrote: > > Am 24.03.22 um 19:23 schrieb rupali singh: > > hi, > > yes context name is apex. > > Good to know. > >

Re: Fwd: tomcat 9.50 - rewrite rule question

2022-03-24 Thread Felix Schumacher
Am 24.03.22 um 19:23 schrieb rupali singh: hi, yes context name is apex. Good to know. https://xyz.ae/apex/f?p=1001 to https://xyz.ae/apex/myapp we dont want to change xyz.ae that will name remain as it is , we want to chan

Re: Apex SSO

2022-03-24 Thread Peter Chiu
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. On Thu, Mar 24, 2022 at 1:51 PM rupali singh wrote: > Hi Peter, > > Are u using apache web server with tomcat or its only tomcat . > if possible can you please shar

Re: Fwd: tomcat 9.50 - rewrite rule question

2022-03-24 Thread rupali singh
hi, yes context name is apex. https://xyz.ae/apex/f?p=1001 to https://xyz.ae/apex/myapp we dont want to change xyz.ae that will name remain as it is , we want to change f?p=1001 to myapp On Wed, 23

Re: Apex SSO

2022-03-24 Thread rupali singh
Hi Peter, Are u using apache web server with tomcat or its only tomcat . if possible can you please share steps for azure AD with me on rupali.r.si...@gmail.com On Thu, 24 Mar 2022 at 21:21, Peter Chiu wrote: > I have a working APEX SSO against Azure AD or On-Permise AD. > > On Thu, Mar 24,

Re: Apex SSO

2022-03-24 Thread Peter Chiu
I have a working APEX SSO against Azure AD or On-Permise AD. On Thu, Mar 24, 2022 at 1:13 PM rupali singh wrote: > HI Team, > > We are using apex 21.1 with tomcat 9.54. > we want to implement SSO for application deployed in Apex with IDCS > reference URL : > > https://www.ateam-oracle.com/post/

Apex SSO

2022-03-24 Thread rupali singh
HI Team, We are using apex 21.1 with tomcat 9.54. we want to implement SSO for application deployed in Apex with IDCS reference URL : https://www.ateam-oracle.com/post/integrating-apex-with-oracle-identity-cloud-service but apex is not at all redirecting to IDCS URL and as per Oracle issue is wi

Re: What causes "client errors" with mod_jk

2022-03-24 Thread Rainer Jung
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 including the web server and something in front of it.

AW: Question to possible memory leak by Threadlocal variable

2022-03-24 Thread Thomas Hoffmann (Speed4Trade GmbH)
> -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 Hoffmann (Speed4Trade GmbH) wrote: > > > > > Is it correct,

Re: Question to possible memory leak by Threadlocal variable

2022-03-24 Thread Mark Thomas
On 24/03/2022 07:57, Thomas Hoffmann (Speed4Trade GmbH) wrote: Is it correct, that every spawned thread must call tl.remove() to cleanup all the references to prevent the logged warning (and not only the main thread)? Yes. Or the threads need to exit. Second question is: How might it caus

Question to possible memory leak by Threadlocal variable

2022-03-24 Thread Thomas Hoffmann (Speed4Trade GmbH)
Hello, we are using a 3rd party lib/framework in our application. During undeployment we see a warning about a possible memory leak: org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLo