Author Archives: ellisbjohns

Eclipse Java Pearls

If you’ve been around academic M.D.s you know about “Clinical Pearls of Knowledge.”  In essence, a Pearl is really just a tid-bit of knowledge that may be anecdotal but is probably worth sharing.   For the past 4 years I’ve been … Continue reading

Posted in Eclipse, Java | 1 Comment

URL Redirects

I’m losing count of the number of ways URL redirection can be accomplished, but I thought I’d share my experience related to one method in particular:  Apaches’ rewrite_mod: (enabled using the command: a2enmod rewrite) Below are two example rewrite rules … Continue reading

Posted in Apache, Programming | 1 Comment