Re: Fwd: tomcat 9.50 - rewrite rule question

2022-03-28 Thread Christopher Schultz
Rupali, On 3/25/22 11:28, rupali singh wrote: 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 tomc

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 abou

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

2022-03-23 Thread Felix Schumacher
Am 23. März 2022 12:14:25 MEZ schrieb rupali singh : >Hi Chris, > >I already tried with fully qualified name but its not working Can you be more specific, what you tried? Is Chris right and your context name is apex? Felix > >On Tue, Mar 22, 2022, 7:15 PM Christopher Schultz < >ch...@christo

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 rupali singh: > >> Hi Felix, > >> > >> locati

Re: Fwd: tomcat 9.50 - rewrite rule question

2022-03-22 Thread Christopher Schultz
All, On 3/21/22 10:19, Felix Schumacher wrote: Am 21.03.22 um 06:39 schrieb rupali singh: Hi Felix, location of context.xml file is cat context.xml| grep RewriteValve pwd /opt/tomcat/apache-tomcat-9.0.54/instance/conf That context.xml is thought to be a default template for all ins

Re: Fwd: tomcat 9.50 - rewrite rule question

2022-03-21 Thread Felix Schumacher
n the filter class (just with a little dummy app deployed). Greetings, Thomas -Ursprüngliche Nachricht- Von: rupali singh Gesendet: Sonntag, 20. März 2022 19:23 An: Tomcat Users List Betreff: Re: Fwd: tomcat 9.50 - rewrite rule question Hi, i have referred Around here:https://tomcat.a

Re: Fwd: tomcat 9.50 - rewrite rule question

2022-03-20 Thread rupali singh
- > Von: rupali singh > Gesendet: Sonntag, 20. März 2022 19:23 > An: Tomcat Users List > Betreff: Re: Fwd: tomcat 9.50 - rewrite rule question > > Hi, > > i have referred Around > here:https://tomcat.apache.org/tomcat-9.0-doc/rewrite.html#RewriteRule > but stil

Re: Fwd: tomcat 9.50 - rewrite rule question

2022-03-20 Thread Felix Schumacher
loyed). Greetings, Thomas -Ursprüngliche Nachricht- Von: rupali singh Gesendet: Sonntag, 20. März 2022 19:23 An: Tomcat Users List Betreff: Re: Fwd: tomcat 9.50 - rewrite rule question Hi, i have referred Around here: https://tomcat.apache.org/tomcat-9.0-doc/rewrite.html#RewriteRule but

Re: Fwd: tomcat 9.50 - rewrite rule question

2022-03-20 Thread Felix Schumacher
r 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 singh Gesendet: Sonntag, 20. März 2022 19:23 An: Tomcat Users List Betreff: Re: Fwd: tomcat

Re: Fwd: tomcat 9.50 - rewrite rule question

2022-03-20 Thread Felix Schumacher
Am 19.03.22 um 07:03 schrieb 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 eghttps://xyz

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

AW: Fwd: tomcat 9.50 - rewrite rule question

2022-03-20 Thread Thomas Hoffmann (Speed4Trade GmbH)
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 rule question > > Hi Thomas, > thanks for the quick reply. > I have tried below

Re: Fwd: tomcat 9.50 - rewrite rule question

2022-03-20 Thread rupali singh
h > > Gesendet: Sonntag, 20. März 2022 19:23 > > An: Tomcat Users List > > Betreff: Re: Fwd: tomcat 9.50 - rewrite rule question > > > > Hi, > > > > i have referred Around here: > > https://tomcat.apache.org/tomcat-9.0-doc/rewrite.html#RewriteRule >

AW: Fwd: tomcat 9.50 - rewrite rule question

2022-03-20 Thread Thomas Hoffmann (Speed4Trade GmbH)
y app deployed). Greetings, Thomas > -Ursprüngliche Nachricht- > Von: rupali singh > Gesendet: Sonntag, 20. März 2022 19:23 > An: Tomcat Users List > Betreff: Re: Fwd: tomcat 9.50 - rewrite rule question > > Hi, > > i have referred Around here: > https

Re: Fwd: tomcat 9.50 - rewrite rule question

2022-03-20 Thread rupali singh
8:28 > > An: Tomcat Users List > > Betreff: Re: Fwd: tomcat 9.50 - rewrite rule question > > > > Hi, > > > > Thanks a lot for your quick response.then what options we have in tomcat > > apache for rewrite rules. > > > > Apologies im new to apach

AW: Fwd: tomcat 9.50 - rewrite rule question

2022-03-19 Thread Thomas Hoffmann (Speed4Trade GmbH)
t Users List > Betreff: Re: Fwd: tomcat 9.50 - rewrite rule question > > 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 Terenc

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 using tomcat 9.54 version.

AW: Fwd: tomcat 9.50 - rewrite rule question

2022-03-19 Thread Thomas Hoffmann (Speed4Trade GmbH)
> -Ursprüngliche Nachricht- > Von: Terence M. Bandoian > Gesendet: Samstag, 19. März 2022 17:11 > An: users@tomcat.apache.org > Betreff: Re: Fwd: tomcat 9.50 - rewrite rule question > > On 3/19/2022 1:03 AM, rupali singh wrote: > > Hi Team, > > >

Re: Fwd: tomcat 9.50 - rewrite rule question

2022-03-19 Thread Terence M. Bandoian
On 3/19/2022 1:03 AM, rupali singh wrote: 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.

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