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

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 ?

Re: Setting SSL in Tomcat 7.0

2015-07-12 Thread Sanaullah
%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 successfully or not You can follow the below example. I am using linux Machine. root@ubuntu:/home/sanaullah# keytool -genkey -alias tomcat -keyalg RSA

Re: issue with application finding tomcat jars

2015-07-12 Thread Konstantin Kolinko
2015-07-10 21:39 GMT+03:00 Jason Ricles jgr...@alum.lehigh.edu: I have an application that uses the websocket jars from tomcat and sometimes get this error, java.util.ServiceConfigurationError: javax.websocket.ContainerProvider: Provider org.apache.tomcat.websocket.WsContainerProvider not

Re: Setting SSL in Tomcat 7.0

2015-07-12 Thread Konstantin Kolinko
2015-07-12 12:42 GMT+03:00 Joby J. Joseph jjos...@bankboubyan.com: 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

RE: Setting SSL in Tomcat 7.0

2015-07-12 Thread 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 ... %JAVA_HOME%\bin\keytool -genkey -alias tomcat -keyalg RSA Then

RE: Setting SSL in Tomcat 7.0

2015-07-12 Thread Joby J. Joseph
Hi Sanaullah, When I run the command, it creates the keystore successfulle. I saw all the steps that u mentioned and I am not able to find the created keystore file. I am not getting the location of the file created. That is my problem. Joby J. Joseph -Original Message- From:

Re: Tomcat 8 - Manager Deploy

2015-07-12 Thread Konstantin Kolinko
2015-07-10 14:21 GMT+03:00 theo.swe...@avios.com: Hello - currently I'm running a multi instance Tomcat 8 server and wish to use Manager to deploy war files via its HTTP API command line interface. When attempting to deploy there is a continuous issue with the context path not being

Re: Tomcat - OOM Perm gen

2015-07-12 Thread Kiran Badi
Hi Chris, Here is link for Dump files, https://drive.google.com/folderview?id=0BxOQjvXCnkSifjZEcEYzUTNTbUFoUWdrdmMyT18wdkZDS0hEOEgwRnl6RTBWN0V6UlA1YU0usp=sharing I tried using eclipse MAT Analyser and I see most of the threads on related to tomcat web context loader. I still need to spend some