Enabling SSL on a Tomcat “devl” machine (Windows)
These are the steps involved to enable SSL on Tomcat on developer machine for test purposes. 1. Create a certificate key store Run this command in the command p...
These are the steps involved to enable SSL on Tomcat on developer machine for test purposes. 1. Create a certificate key store Run this command in the command p...
No bugs ??? Sreekumar KjSreekumar (KJ) has been a hobby programmer from school days. Codemarvels is his personal blog from the year 2010, where he writes about ...
List of steps involved in getting PHP5 to work with a pre-installed Apache server on Windows. Download the file “php-5.3.3-Win32-VC6-x86.zip” from “http://windo...
This example shows how to use a Java program as a RewriteMap in Apache Httpd server. Prerequisites on the server box: Apache HTTPD 2.2x. JDK/JRE. What does the ...
Here are the 2 (often left out) requirements to set a cookie using httpd’s rewrite rule (mod_rewrite), while working on localhost: Use the IP 127.0.0.1 instead...