AW: Fwd: tomcat 9.50 - rewrite rule question

2022-03-20 Thread Thomas Hoffmann (Speed4Trade GmbH)
Hello, the location under /WEB-INF/ is the correct one. Did you restart tomcat afterwards? The config is loaded during startup. Maybe you can activate logging via logging.properties org.apache.catalina.core.ContainerBase.[Catalina].[localhost].level = FINE Should spit out plenty of information

AW: Fwd: tomcat 9.50 - rewrite rule question

2022-03-20 Thread Thomas Hoffmann (Speed4Trade GmbH)
Hello, url rewrite doesn't match against url parameters as far as I know. RewriteRule ^/apex/f$ /apex/myapp [R,L] 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 depl

AW: Fwd: tomcat 9.50 - rewrite rule question

2022-03-19 Thread Thomas Hoffmann (Speed4Trade GmbH)
Hallo, just scroll 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 18:28 > An: Tomcat Users List >

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