This file is for users of the Apache Tomcat web server. This file is not
useful for any other server. Tomcat is written in Java. You must have Java
6 installed to be able to use CGIServlet.jar. To see the instructions, run:
java -jar CGIServlet.jar
If you get an error such as:
Exception in thread "main" java.lang.UnsupportedClassVersionError: Bad version number in .class file
it means you are not using Java 6. Go to java.sun.com and download Java 6.
Source code is also inside the CGIServlet.jar file.
|