[4128] in java-interest
Re: Java as a CGI program?
daemon@ATHENA.MIT.EDU (Slava Kozlov)
Mon Dec 11 21:02:48 1995
Date: Mon, 11 Dec 1995 16:29:08 -0800 (PST)
From: Slava Kozlov <slava@cybersight.com>
To: Jonathan_Mark_Smith@CCMAIL.PRUSEC.COM
cc: java-interest@java.sun.com
In-Reply-To: <9511118186.AA818696102@CCMAIL.PRUSEC.COM>
Why do you want to do this? To say that your site is using java? One of the
defining attributes of a CGI program is that it finishes fast (so that the
user doesn't sit there watching the stars fall). The Java interpreter isn't
that fast. (It has to load that whole thing everytime.)
How to do it? Try making a shell script that says "java xxxx.class",
where "xxxx.class" does the whole CGI API thing.
-s
On Mon, 11 Dec 1995 Jonathan_Mark_Smith@CCMAIL.PRUSEC.COM wrote:
> Can someone please send me a sample CGI program made in JAVA. and
> please tell me how to set it up. A lot of users are saying that java
> can be use for CGI programming but No one can show it working?
>
>
> If you have a small cgi program made with java to read in a perm
> please send it to me and also please tell me how to set in up.
>
> I currently write perl scripts for my cgi programs but I went to move
> my how site over to java.
>
>
>
>
> -
> This message was sent to the java-interest mailing list
> Info: send 'help' to java-interest-request@java.sun.com
>
-
This message was sent to the java-interest mailing list
Info: send 'help' to java-interest-request@java.sun.com