Author Archives: GauZ
Validating Tomcat-SSL Configuration using a Java Client program
Continuing with the topic of configuring Apache Tomcat – SSL, we wish to validate the connection using a Java Client program. The prime motive is to use a standard Java Console application and connect over SSL with an already deployed web portal running on Tomcat. Use sample Java code – HelloClient.java (Replace the file extension […]
Bermuda Triangle of Un-Productivity :>
Here is a new rehashed version of the fictional Bermuda Triangle. 🙂 I wonder whether Florida folks are affected by this!
Apache Tomcat 6 – SSL Configuration
Here, we will try to configure Apache Tomcat for SSL based request. In a previous post, I showed how Certificates are generated First of all, download 32/64 bit versions of Tomcat 6.0 from below links 32 Bit: http://apache.osuosl.org/tomcat/tomcat-6/v6.0.30/bin/apache-tomcat-6.0.30-windows-x86.zip 64 Bit: http://apache.osuosl.org/tomcat/tomcat-6/v6.0.30/bin/apache-tomcat-6.0.30-windows-x64.zip Unzip either of the above under in C drive In Windows 7, […]
Generating Certificates using Keytool
In Windows 7, make sure you open Command Prompt under Administrative mode. On Server machine: $ keytool -genkey -alias SrvKeystore -keypass abcd123 -keystore SrvKeystore -storepass abcd123 What is your first and last name? [Unknown]: G P What is the name of your organizational unit? [Unknown]: GauZ What is the name of your organization? [Unknown]: GauZ […]
Hug a Software Developer today!
Video has a powerful message and indeed highlights the various issues which plague a typical Software Developer 🙂
Login