Category Archives: Technology

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, […]

0  

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 […]

0  

*New* face of Computer Science!

Gee ..Barnes & Nobles seems to be changing the meaning of the term “Computer Science”! And why would anyone buy a manual for Facebook & iPad!!! ???

0  

Diff : File Comparer (Version 1)

I was interested in building a program to DIFF files similar to BeyondCompare, WinMerge, diff app inside Tortoise & other subversion utilities. So, I came up with the following simple application which takes in 2 folders and performs a recursive Diff throughout and lists the files which are content-wise different or not present in either […]

0  

Forget desktops, forget laptops xD

I wonder whether there is any noticeable performance improvement in the above System design! 🙂

0