Link to home
Start Free TrialLog in
Avatar of gilbert_chang
gilbert_chang

asked on

Creating CGI exe

How do I create an executable CGI in linux?
I'm using the Apache web server and I write the CGI in Java.
I want the exe to include the class and the virtual machine.
ASKER CERTIFIED SOLUTION
Avatar of Astroman
Astroman

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Astroman
Astroman

Sorry to answer all three questions. I guess there was a mistake and you didn't really want to offer 150 points!

Have you considered using servlets and the Apache jserv module.

Servlets will do the same things as CGI but, without going into details, are a lot faster, efficient and powerful. CGI is dead with the advent of servlets, especially in the Java language.

Have a look at www.servlets.com to find out more,

Leon