Re: Invalid Keystore format error on Tomcat

2022-12-27 Thread Christopher Schultz
Veni, On 12/23/22 12:16, Janardhanan, Veni wrote: Hi, I’ve a self-signed certificate installed on Tomcat 9 which works fine. This is a Crystal Server SAP BO BI 4.3 box. To make it secure I installed our CA signed certificate. After a restart I brought Tomcat up, the logs show ‘Invalid Keystor

Re: Invalid Keystore format error on Tomcat

2022-12-27 Thread Christopher Schultz
Veni, On 12/23/22 12:16, Janardhanan, Veni wrote: I’ve a self-signed certificate installed on Tomcat 9 which works fine. This is a Crystal Server SAP BO BI 4.3 box. To make it secure I installed our CA signed certificate. After a restart I brought Tomcat up, the logs show ‘Invalid Keystore for

Re: Problems with requests without trailing slash Tomcat 9.0.65

2022-12-27 Thread Christopher Schultz
Fedor, On 12/27/22 05:55, Fedor Makarov wrote: proxy for local environment we use the js conf: proxy: {     '/api/': {       target: 'http://localhost:8080/',       changeOrigin: false,     },     '/': {       target: 'http://localhost:8080/lundase',       changeOrigin: false     }   }

Re: Problems with requests without trailing slash Tomcat 9.0.65

2022-12-27 Thread Fedor Makarov
proxy for local environment we use the js conf: proxy: {     '/api/': {       target: 'http://localhost:8080/',       changeOrigin: false,     },     '/': {       target: 'http://localhost:8080/lundase',       changeOrigin: false     }   },   for normal lunch we use apache2.conf: RewriteCond %{RE

Re: Problems with requests without trailing slash Tomcat 9.0.65

2022-12-27 Thread Mark Thomas
On 27/12/2022 06:25, Fedor Makarov wrote: Tomcat 9.0.65 Hello I have some problems with redirects by requests without trailing slashes. When I try to get to the page for example: "about/page" tomcat understands that it is necessary to add a slash and adds it, however, he also adds the n