Hi,

After the Tomcat update (below) rewrite.config doesn't seem to be working. If 
no one knows the answer maybe at least can provide me how to enable login for 
RewriteValve.

Last rewrite command instead of redirecting all requests to index.html (angular 
app) it search in path files and returns the 404. When I reinstall the 8.5.53 
this works perfectly.

Tomcat is installed on windows machine.
RewriteRule ^/value/assets/value.json$ /config/value_config.json [L]

RewriteCond %{SERVLET_PATH} !-f
RewriteRule ^/angular/(.*)$ /angular/index.html [L]


BR
Kuba Ziarko

Reply via email to