Re: Trying to understand How Tomcat uses Keystore for SSL

2017-11-27 Thread Joleen Barker
Perfect. Thank you for the clarification I was having a problem putting it all together. I got it now. -Joleen On Mon, Nov 27, 2017 at 10:47 AM, Don Flinn wrote: > Hi Joleen, > > My previous mail was cryptic. Below is a fuller explanation of what I did > to get things

Re: Trying to understand How Tomcat uses Keystore for SSL

2017-11-27 Thread Don Flinn
Hi Joleen, My previous mail was cryptic. Below is a fuller explanation of what I did to get things running. First, I'm using Tomcat 9 and the protocol for the Tomcat 8.5 and up has been expanded. Chris suggested that I use PKCS12 rather than JDK keystore, which I have done. I'm also using the

Re: Trying to understand How Tomcat uses Keystore for SSL

2017-11-27 Thread Joleen Barker
Hello Don, I'm trying to understand these as well. I had a question regarding the data and commands you used to display the certificate information. You wrote that you used the following command to create a pkcs12 store: openssl pkcs12 -export -in "domain-chain.crt" -inkey "domain.key" -certfile

Re: where to put jars used by several apps

2017-11-27 Thread richard
On 2017-11-25 14:35, rich...@xentu.com wrote: I've written a few jersey webapps, and each has about 20 jar files included as Maven dependencies. The inclusion of those jars increases the size of the resulting wars by a factor of over 100. Uploading a war via 'Tomcat Web Application Manager'

Re: Need Important Help in Context path

2017-11-27 Thread Sascha Monteiro
I just rename the file to MyTest.war On Mon, Nov 27, 2017 at 7:05 PM, Vivek Patil wrote: > Hello All, > > I am using Maven to build our application. > So the war name will be MyTest-1.00-SNAPSHOT1.0 .If I deploy the same in > Tomcat I have use the URL as >

Re: Need Important Help in Context path

2017-11-27 Thread cyron
just create MyTest.xml with contents like below, and drop it under TomcatHome/conf/Catalina/localhost -- -- hope it can help u 2017-11-27 17:05 GMT+09:00 Vivek Patil : > Hello All, > > I am using Maven to build our application. > So the war name will be

Need Important Help in Context path

2017-11-27 Thread Vivek Patil
Hello All, I am using Maven to build our application. So the war name will be MyTest-1.00-SNAPSHOT1.0 .If I deploy the same in Tomcat I have use the URL as //localhost:8080/MyTest-1.00-SNAPSHOT1.0 but I need to set the context path MyTest eventhough deployed WAR name as