Re: Fwd: tomcat 9.50 - rewrite rule question

2022-03-25 Thread rupali singh
will see the URL change to the unfriendly URL, and the point is > to hide that from them, right? > > The last thing to do is to make sure the file is *in the right place*. > No amount of configuration in C:\Windows\rewrite.config is going to have > any effect unless you have a very s

Re: Apex SSO

2022-03-25 Thread rupali singh
e mailing list. It's not at all clear to me how you'd > > get Oracle APEX to deliver authentication information to Tomcat. > > > > Presumably, that's what Rupali is trying to accomplish and it would be > > helpful for the whole community to post back. > &g

Re: Apex SSO

2022-03-25 Thread rupali singh
url at all. On Thu, Mar 24, 2022, 10:42 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/integrating-apex-with-oracle-iden

Re: Fwd: tomcat 9.50 - rewrite rule question

2022-03-24 Thread rupali singh
ternetallee.de> wrote: > > > > > 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 <https://xyz.com/apex/f?p=1001> < >

Re: Fwd: tomcat 9.50 - rewrite rule question

2022-03-24 Thread rupali singh
to myapp On Wed, 23 Mar 2022 at 19:23, Felix Schumacher < felix.schumac...@internetallee.de> wrote: > > > Am 23. März 2022 12:14:25 MEZ schrieb rupali singh < > rupali.r.si...@gmail.com>: > >Hi Chris, > > > >I already tried with fully qualified name but

Re: Apex SSO

2022-03-24 Thread rupali singh
u, 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.

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: Fwd: tomcat 9.50 - rewrite rule question

2022-03-23 Thread rupali singh
Hi Chris, I already tried with fully qualified name but its not working On Tue, Mar 22, 2022, 7:15 PM Christopher Schultz < ch...@christopherschultz.net> wrote: > All, > > On 3/21/22 10:19, Felix Schumacher wrote: > > > > Am 21.03.22 um 06:39 schrieb

Re: Fwd: tomcat 9.50 - rewrite rule question

2022-03-20 Thread rupali singh
; > Felix > > Just a guess, maybe you can give it a try. > > Another option would be to use the source code of tomcat and set a breakpoint > within the filter class > (just with a little dummy app deployed). > > Greetings, Thomas > > > -Ursprüngliche Nachricht

Re: Fwd: tomcat 9.50 - rewrite rule question

2022-03-20 Thread rupali singh
].level = FINE > > Should spit out plenty of information in one of the logfiles. > > > > -----Ursprüngliche Nachricht- > > Von: rupali singh > > Gesendet: Sonntag, 20. März 2022 20:17 > > An: Tomcat Users List > > Betreff: Re: Fwd: tomcat 9.50 - rewrite

Re: Fwd: tomcat 9.50 - rewrite rule question

2022-03-20 Thread rupali singh
a guess, maybe you can give it a try. > > Another option would be to use the source code of tomcat and set a > breakpoint within the filter class > (just with a little dummy app deployed). > > Greetings, Thomas > > > -Ursprüngliche Nachricht- > > Von: rupali sing

Re: Fwd: tomcat 9.50 - rewrite rule question

2022-03-20 Thread rupali singh
croll down the documentation. > Around here: > https://tomcat.apache.org/tomcat-9.0-doc/rewrite.html#RewriteRule > If something is not clear there, just drop a line > > > > -Ursprüngliche Nachricht- > > Von: rupali singh > > Gesendet: Samstag, 19. März 2022 1

Re: tomcat 9.50 - rewrite rule question

2022-03-20 Thread rupali singh
Hi, i have tried below but its not working RewriteRule ^/apex/f?p=1001 /apex/myapp [R,L] On Sat, 19 Mar 2022 at 10:19, Jason Wee wrote: > have you try? > > RewriteRule ^/apex/f?p=1001 /apex/myapp [R,L] > > On Sat, Mar 19, 2022 at 2:05 PM rupali singh > wrote: > >

Re: Fwd: tomcat 9.50 - rewrite rule question

2022-03-19 Thread rupali singh
Hi, Thanks a lot for your quick response.then what options we have in tomcat apache for rewrite rules. Apologies im new to apache tomcat. On Sat, Mar 19, 2022, 9:42 PM Terence M. Bandoian wrote: > On 3/19/2022 1:03 AM, rupali singh wrote: > > Hi Team, > > > > We are usin

Fwd: tomcat 9.50 - rewrite rule question

2022-03-18 Thread rupali singh
Hi Team, We are using tomcat 9.54 version. Need help in rewriting rule. background : We have an Oracle apex server ( version 21.1) and tomcat is installed on the same server. We have F5 url which redirects to apex installed on tomcat eg https://xyz.ae/apex/f?p=1001