Tomcat stop and start using bash script

2018-06-27 Thread dhanesh1212121212
Hi All,

Trying to stop and start tomcat in production using bash script for war
deployment.

If tomcat not stopped properly then how we can kill the correct process and
make sure it's stopped correctly.

Regards,
Dhanesh M.


Re: Tomcat Version 7.0.34 + jdk 1.6 is not supporting TLS Protocol TLS1.2

2017-01-18 Thread dhanesh1212121212
Hi All,

Thanks for the support. This meets our requirement. We are going with
stable java 1.8 version (default TLSv1.2) which has support for tomcat
7.0.34 + TLSv1.2.

Need one more information. Question is mentioned below.

Suppose my web server (Apache) and application (Tomcat) is using TLS1.2
protocol and some other web server with TLSv1.0 or TLSv1.1 is passing a
request to our server.

Will the response will be 200Ok without any SSL secure negotiation error?

Will all requests from client (browser) to server will happen without any
error?

Regards,
Dhanesh M.



On Fri, Dec 16, 2016 at 12:39 PM,  wrote:

> This was a typo, no plans for tls 1.3 in java yet
>
> -Ursprüngliche Nachricht-
> Von: Christopher Schultz [mailto:ch...@christopherschultz.net]
> Gesendet: Donnerstag, 15. Dezember 2016 22:36
> An: Tomcat Users List 
> Betreff: Re: Tomcat Version 7.0.34 + jdk 1.6 is not supporting TLS
> Protocol TLS1.2
>
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA256
>
> Frank,
>
> On 12/15/16 10:19 AM, frank.pien...@materna.de wrote:
> > Q1  use recent java8 Version if you want secure TLS 1.3 choose right
> > cipher.
>
> That might have been a typo, but I wanted to be clear that Java 8 doesn't
> support TLSv1.3.
>
> TLSv1.3 is still in a draft state, and is not widely-deployed.
>
> - -chris
> -BEGIN PGP SIGNATURE-
> Comment: GPGTools - http://gpgtools.org
> Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/
>
> iQIcBAEBCAAGBQJYUwyuAAoJEBzwKT+lPKRYYHoP/izmnbO5I+Vr9hEqYy1iWbj7
> cYXUlkm6ci44EQDxfLp6ssUW1qrZP9Z+5hskAWG71Gwj1UbSgawSyfMXjVFkETeh
> 5Dglhivjd6XrUeeCwSogGPbix4cetYtUVSJedq0M93tJyD6zQ5usmVn98yibui+X
> IpXX2un2s+JQHXDNb8HLBmFJIGyaCylw2wgFeVQpOkVeY0lwujx5V5snOJ+ZnfxP
> a5+jtqY6z9NL1VJ+5M8U8tSMRMDScc7j7rGaknmaLur7BOBX6WM7ZDftdUGc+UWg
> EumxyBEr59ZU3e6Gee1TQUtxugRH0cgshngYQPGFNRS1hrfR7jKBZQpzZ1iXH94L
> mxAliRPdI99sZM78Ro1g1QbcR0GzLOCnf495KciUwqVaQkTOHgEef8SL3M6hI3zp
> 5e4+aKUeP6Y8QLxYbbTf6DP7/usin3DkCuzk4SD5W98OB1+dnyR3atQLHm1Huveh
> YZtCcvSXbn6m2gAul6nFV8xRld5yilrHZfA6U+r7/1jVfmYB1qchVI9hDitG6bRd
> CSnL3eu70DeBfL+yZFbVTEH9CGZJGKlw0l/27MmA8ANoE/QCOrJbD3ykcNIlRwSh
> hbS2t36O4T9sddGHO2t22xVaxGyiEzMd8BSGDebHsJ1F6KU/LBiIW9afmnU23aVY
> ITu78EsDcpKAvJcBfx+k
> =jJvC
> -END PGP SIGNATURE-
>
> -
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>
>


Tomcat Version 7.0.34 + jdk 1.6 is not supporting TLS Protocol TLS1.2

2016-12-15 Thread dhanesh1212121212
Hi Team,

*Requirement:*

Support for PROTOCOL TLSv1.2.

We are currently using Tomcat Version 7.0.34  + jdk 1.6 and this is not
supporting TLS Protocol TLS1.2.

Please let us know what are the steps we need to take to have support of
TLS1.2 in Tomcat Version 7.0.34.

Posting few questions along with this for better understanding.

Question 1. DO we need to upgrade Tomcat Version and Java Version, if yes
which version we need to choose.

Refereed the  Tomcat Site "http://tomcat.apache.org/whichversion.html";,
will Tomcat Version 7.0.34 support jdk 1.8?

Question 2. Which is the best approach Tomcat Version 7.0.34 + jdk 1.7 or
jdk 1.8?

Question 3. Do we need to upgrade Tomcat version to new one, if yes then
which is the best working solution to achieve the requirement mentioned
above?


Thanks and Regards,
Dhanesh M.