A good place to get familiar with CGI functions and structure is on the Apache documentation pages. Here is the one on CGI:
http://httpd.apache.org/docs/2.2/howto/cgi.html
I hear the FAQ section here is also helpful: http://www.tek-tips.com/faq.cfm?pid=452
I'm attempting to run a java utility within a CGI script but am having some memory related problems. For troubleshooting purposes, I'm executing the following in a bash cgi script:
java -version >> $LOGFILE
##java myprogram args args args >> $LOGFILE
This command produces the following error...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.