I have a nice front end chart viewing application which allows users to query the database and see the results in chart form (basically a dashboard app).
However, the end users want these reports automated and broadcast as 'snapshots' every few hours. So the idea is that the chart app would run in the background on the server and export it's images every so often as png files. This all works fine in my development environment, but I have to deploy the application onto a headless oc4j server running on Solaris. And I simply cannot get the browser to launch by hook or by crook. Could someone please help me with this? I would greatly appreciate it as I have been struggling to get this to work for quite some time.

