Hello, This is not a question so much as a notice; I'm working on Windows OS, and had JDK 1.3 set up as JAVA_HOME. I'm using Tomcat 5.0.19 and wanted to run perl scripts so set up CGI servlet by commenting-in appropriate sections of conf/web.xml, and renaming servlets-cgi.jar, putting my script in a /cgi folder under /WEB-INF in my application, and got the error "NoSuchMethodFound" for CGIRunner.run It is not the case that this method isn't there as you all probably know. I found that I need to use the 1.4 version of the JDK (j2sdk1.4.) for the servlet to work properly. Perhaps this caveat can be added to the CGI doc. thanks, Lesley
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
