Category Archives: java

A Free Viewer for Microsoft Outlook .msg Files

In my day job I ran into a situation where one of my users needed to read the contents of a bunch of .msg files. We use Google Apps and don’t have Microsoft Outlook installed anywhere, so this was a … Continue reading

Posted in grlug, java, linux, planet-ubuntu-users, tech, troubleshooting, ubuntu-michigan, wmlug | 29 Comments

The Allure of Allura at GRPUG

In the computer world, a decade is a long time. In the world of the Internet, it’s an eternity. So when plucky new code hosting and project management services like GitHub and BitBucket started eating them for lunch, SourceForge decided it … Continue reading

Posted in grlug, grpug, internet, java, linux, planet-ubuntu-users, python, tech, wmlug | Leave a comment

GRPUG: Grand Rapids Python Users Group

I recently settled on Python as the programming language I will be investing my time towards. To help me learn and network with knowledgeable folks, I have started the Grand Rapids Python Users Group. The idea is to meet to … Continue reading

Posted in grlug, grpug, java, linux, planet-ubuntu-users, python, tech, wmlug | Leave a comment

Tomcat5.5 and Apache2 on Ubuntu 8.04 Hardy Heron

Getting Tomcat and Apache working together isn’t very complicated as long as you know what to do! Installation Enable multiverse repository sudo apt-get install sun-java6-jdk apache2 sudo apt-get install tomcat5.5 tomcat5.5-admin tomcat5.5-webapps libapache2-mod-jk sudo /etc/init.d/apache2 restart sudo /etc/init.d/tomcat5.5 restart Tests: … Continue reading

Posted in java, linux, planet-ubuntu-users, tech | Leave a comment