Re: execute cgi withinjava

1999-02-25 Thread Brett W. McCoy
On Wed, 24 Feb 1999 [EMAIL PROTECTED] wrote: > Can someone point me to a FAQ or resource about executing a CGI script from > within Java. I don't want to display the result, which I have done, just > execute the CGI. There's a HOWTO by David Silber on writing Java CGI. It can be found on most L

Re: execute cgi withinjava

1999-02-24 Thread Fernando Barrocal
Supposing that is an Applet, call AppletContext.showDocument("http://my.server.com/cgi-bin/my.cgi") Or anything like that ... Or you can open a Socket at server's 80 port, do the "GET HTTP/1.0 /cgi-bin/my.cgi" and get the result (If it have one) At 16:06 24/02/99 , [EMAIL PROTECTED] wrote: >C

execute cgi withinjava

1999-02-24 Thread rbottoms
Can someone point me to a FAQ or resource about executing a CGI script from within Java. I don't want to display the result, which I have done, just execute the CGI. r.b. Linuxsoft http://www.linuxsoft.net 408.289.1286 --