AW: How to resolve 403 forbidden error in Tomcat level

2024-09-04 Thread Thomas Hoffmann (Speed4Trade GmbH)
Hello, based on the file "authenticationmethod.docx" there is a context param which set the authentication method to the value 0. The context param is not used by tomcat but by the application. So, the application seems to take care of authentication and authorization. 0 which stands for "ssa fm

Re: How to resolve 403 forbidden error in Tomcat level

2024-09-04 Thread Christopher Schultz
Jagadish, On 8/30/24 10:52, jagadish sahu wrote:> Please find the attached text screenshot as you requested. Okay, I'm going to be perfectly honest: I'm not going to download and read all those attachments. That's why I asked for plain-text. If someone else is willing to go through all that

RE: JNDI connection pool in Tomcat 10.1

2024-09-04 Thread charliedidonato
Hello Tomcat 10.1, Java 17, MySQL Connector 9.0 Not sure if this is a Tomcat Config issue or Spring MVC 6 issue I am converting from Spring MVC 4 to 6 and have the following set up in Tomcat 10.1 Context.xml Server.xml ResourceLink name="j

JNDI connection pool in Tomcat 10.1

2024-09-04 Thread charliedidonato
Hello Tomcat 10.1, Java 17, MySQL Connector 9.0 Not sure if this is a Tomcat Config issue or Spring MVC 6 issue I am converting from Spring MVC 4 to 6 and have the following set up in Tomcat 10.1 Context.xml Server.xml ResourceLink name="j

Re: Tomcat 10.1 Http11NioProtocol with the OpenSSLImplementation does not sent close_notify in response to client's close_notify

2024-09-04 Thread Isaac Klickstein
Hello Christopher and Tomcat crew This TLS protocol violation has been seen to cause issues where a client will "linger" with the unclosed connection (usually by default for a minute for each webservice call) until Tomcat timesout the connection and closes the socket (this "linger" occurs for