Coding Chronicles
Tuesday, February 7, 2012
Hosting Multiple Domains On A Single Apache HTTPD / Tomcat Server Combination
›
This is a quick and easy guide on how to deploy multiple domains on a single Tomcat sever fronted by a single Apache HTTPD server. I am assu...
16 comments:
JDBC Driver Class Names and URL Formats For Popular Databases
›
A recurring pain for me is digging up JDBC driver class names and URL formats when ever I need to connect to a database over JDBC. So I thou...
Friday, January 27, 2012
Quick and Simple LRU Cache in Java
›
Many times I have come across the need to cache values where using a fully fledged caching library like EHCache is an overkill. All I want i...
14 comments:
Apache HTTPD Redirect Root URL to Sub Context / Directory
›
Yesterday I had to front an application running on Tomcat with Apache HTTPD server and one of the requirements was to automatically redirect...
4 comments:
Thursday, January 26, 2012
Few Easy Steps to Install Sun/Oracle JDK on EC2 Linux
›
I use the Amazon Linux AMI on all my EC2 instances and they come with OpenJDK IcedTea pre installed on them. I have had few issues with Open...
9 comments:
›
Home
View web version