Re: Executing Java as a CGI

1998-05-26 Thread William T Wilson
On Mon, 25 May 1998, Fred Whipple wrote: I'm trying to work my way through the Java-CGI HOWTO, but have run into Although I can't imagine why you'd want to write CGI scripts in Java other than the "coolness factor," I think I can point out your problem. # test.class is in the same directory

Executing Java as a CGI

1998-05-25 Thread Fred Whipple
Hi all, Beating my head here... I'm trying to work my way through the Java-CGI HOWTO, but have run into a more fundamental problem here. I know I have the CGI-BIN and all set up properly, and all should be right. I have a simple Java class: public class test { public static void main