Introduction

What?, you ask? Well, in my case I came upon it in the following way. I am authoring an Open Source IHE Image Archive Actor [1] and needed a web interface and am using AJAX on the client side to route database calls through CGI to a jython-JDBC enabled API. Testing the jython-JDBC API from the command line worked fine, I had the PostGres driver in my CLASSPATH. But, when called via the web interface - no luck. Why? Because APACHE was calling the API and APACHE is not a normal account with environment variables.

What to do?