Re: SSL on Tomcat

2018-10-01 Thread Loai Abdallatif
thanks very much , I did it and it works On Mon, Oct 1, 2018 at 6:07 PM Luis Rodríguez Fernández wrote: > Hello Loai, > > Agree with Christopher, you have to fix your client. Just get the root > Certificate Authority public key and import it in your client truststore. > If you did not change it

Re: SSL on Tomcat

2018-10-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Luis, On 10/1/18 11:06 AM, Luis Rodríguez Fernández wrote: > Agree with Christopher, you have to fix your client. Just get the > root Certificate Authority public key and import it in your client > truststore. I'd recommend trusting the

Re: Should servletPath contain the welcome file?

2018-10-01 Thread Florent Guillaume
Ok thanks. I added a workaround in my code for the welcome file case. And indeed I had already observed other situations where requestURI = contextPath + servletPath + pathInfo is not true if there's normalization going on, for instance the fact that we can have: requestURI =

Re: Should servletPath contain the welcome file?

2018-10-01 Thread Mark Thomas
On 01/10/18 12:54, Florent Guillaume wrote: > Hi, > > I'm observing a behavior (Tomcat 9.0.10) with respect to getServletPath() > that I don't understand when reading the servlet spec. > > For a request http://localhost:8080/nuxeo/ui/ I get the following: > > httpRequest.getRequestURL() >

Re: SSL on Tomcat

2018-10-01 Thread Luis Rodríguez Fernández
Hello Loai, Agree with Christopher, you have to fix your client. Just get the root Certificate Authority public key and import it in your client truststore. If you did not change it the client (java) the default keystore is located in $JAVA_HOME/jre/lib/security/cacerts. Something like:

RE: Application hanging on Tomcat 7.0.54

2018-10-01 Thread Louis Zipes
Ok, thanks as always for the advice! We think we figured out the user error(s) that caused the issue but I'm now more comfortable with pulling the Thread Dumps/VisualVM quicker so we can at least get those before we have to restart the application. Thanks, Louis > timeout set to 60.

Should servletPath contain the welcome file?

2018-10-01 Thread Florent Guillaume
Hi, I'm observing a behavior (Tomcat 9.0.10) with respect to getServletPath() that I don't understand when reading the servlet spec. For a request http://localhost:8080/nuxeo/ui/ I get the following: httpRequest.getRequestURL() http://localhost:8080/nuxeo/ui/ httpRequest.getRequestURI()