cgi - Mailing list pgsql-jdbc

From bef5471
Subject cgi
Date
Msg-id 200203190246.DAA22710@maggiore.iperbole.bologna.it
Whole thread Raw
Responses Re: cgi
Re: cgi
List pgsql-jdbc
I've got a java (JDK 1.3) program and it connects to a
postgresql database (7.2 on RedHat 7.2) and execute a
query on a table.

It works fine when I execute it from command line.
Also it works fine when I call it from a file batch like:

#!/bin/sh

java my_program

But.. when I try to execute this program from a cgi
script, it happens that the browser hang.
Any Idea?

Thank's since now!

pgsql-jdbc by date:

Previous
From: "Jan Aleman"
Date:
Subject: Re: Strange timezone issue on Freebsd
Next
From: Paulo Delgado
Date:
Subject: Re: cgi