Re: Setting SSL in Tomcat 7.0

2015-07-13 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Joby, On 7/12/15 4:42 AM, Joby J. Joseph wrote: > port="8443" maxThreads="200" scheme="https" secure="true" > SSLEnabled="true" keystoreFile="${user.home}/.keystore" > keystorePass="changeit" clientAuth="false" sslProtocol="TLS"/> Okay. > Here. I

Re: Setting SSL in Tomcat 7.0

2015-07-12 Thread Konstantin Kolinko
2015-07-12 12:42 GMT+03:00 Joby J. Joseph : > Hi, > > Thanks for the reply. > I have followed the same steps provided by the tomcat documentation. > > https://tomcat.apache.org/tomcat-7.0-doc/ssl-howto.html#Configuration > > > First I created the keystore file by executing the command ... > > "%JAV

RE: Setting SSL in Tomcat 7.0

2015-07-12 Thread Joby J. Joseph
: Sanaullah [mailto:sanaulla...@gmail.com] Sent: 12/07/2015 1:55 PM To: Tomcat Users List Subject: Re: Setting SSL in Tomcat 7.0 >>"%JAVA_HOME%\bin\keytool" -genkey -alias tomcat -keyalg RSA I don't know whats the output of the above command which run and either its executed success

Re: Setting SSL in Tomcat 7.0

2015-07-12 Thread Sanaullah
.startup.Bootstrap.load(Bootstrap.java:281) > at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:449) > > > So, I did a listing of the keystore file and I got the error as Keystore > file does not exist. > > > > Joby J. Joseph > Systems Engin

RE: Setting SSL in Tomcat 7.0

2015-07-12 Thread Joby J. Joseph
I got the error as Keystore file does not exist. Joby J. Joseph Systems Engineer - Application Support -Original Message- From: Sanaullah [mailto:sanaulla...@gmail.com] Sent: 12/07/2015 12:37 PM To: Tomcat Users List Subject: Re: Setting SSL in Tomcat 7.0 Hi Joby, Whe

Re: Setting SSL in Tomcat 7.0

2015-07-12 Thread Sanaullah
Hi Joby, Where is your keystore file ? >>keytool error: java.lang.Exception: Keystore file does not exist: .keystore The Error is self explanatory, "Keystore file does not exist" could you share your server.xml file configuration and also let us know the steps, how did you create the keystore ?

Setting SSL in Tomcat 7.0

2015-07-12 Thread Joby J. Joseph
Hi, I need a help for setting up the SSL in Tomcat Server 7.0. I have created keystore and changed the server.xml file. But, I am getting the following exception. Screen for creating the keystore. [cid:image001.jpg@01D0BC9D.88D0B150] After this, I did a listing for the keystore values. It sho