From: | Paulo Delgado <pdelgado(at)pasaportevip(dot)com> |
---|---|
To: | bef5471 <bef5471(at)iperbole(dot)bologna(dot)it> |
Cc: | bef5471(at)iperbole(dot)bologna(dot)it, pgsql-jdbc(at)postgresql(dot)org |
Subject: | Re: cgi |
Date: | 2002-03-19 03:32:51 |
Message-ID: | 20020318223251.4fd7bb51.pdelgado@pasaportevip.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-jdbc |
You should use a JSP... or a servlet, check the docs at java.sun.com
On Tue, 19 Mar 2002 03:46:29 +0100 (MET)
bef5471 <bef5471(at)iperbole(dot)bologna(dot)it> wrote:
> 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!
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
> (send "unregister YourEmailAddressHere" to majordomo(at)postgresql(dot)org)
From | Date | Subject | |
---|---|---|---|
Next Message | Blas Rodriguez Somoza | 2002-03-19 03:42:26 | SQL/PSM |
Previous Message | bef5471 | 2002-03-19 02:46:29 | cgi |