RE: CGI Parameter Passing

2006-09-06 Thread Randy Schuster
AIL PROTECTED] Sent: Sunday, September 03, 2006 8:44 PM To: Tomcat Users List Subject: Re: CGI Parameter Passing Randy Schuster wrote: > jakarta-tomcat-5.0.18 running on Solaris 8 Sparc > > > I have CGI turned on http://ir13.accuvoice.com/cgi-bin/test-cgi works > fine > >

CGI Parameter Passing

2006-09-01 Thread Randy Schuster
jakarta-tomcat-5.0.18 running on Solaris 8 Sparc I have CGI turned on http://ir13.accuvoice.com/cgi-bin/test-cgi works fine However passing a parameter bombs http://ir13.accuvoice.com/cgi-bin/test-cgi?xyq=pdq Throws a HTTP 500 page with the following tomcat log. 2006-09-01 14:36:33 Standar

RE: CGI and JRE Questions

2005-11-10 Thread Randy Schuster
>>>What JDK are you using? >> >> I am not sure how to verify what JRE/JDK Tomcat or a particular servlet is >> using but I am pretty sure it is >> >> java -version >> java version "1.3.1_10" >> Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_10-b03) >Well, you can see in catalina.

RE: CGI and JRE Questions

2005-11-10 Thread Randy Schuster
>I copied this into my TC 5.5.9/JDK1.5/SuSE Linux dev system and it >worked fine with either style (or no) parameter. >What JDK are you using? I am not sure how to verify what JRE/JDK Tomcat or a particular servlet is using but I am pretty sure it is java -version java version "1.3.1_10" Java

RE: CGI and JRE Questions

2005-11-09 Thread Randy Schuster
Same thing happens if the parameter is bob or bob=yerUncle > Running Apache Tomcat 5.0.18 on Solaris 8 Sparc, two questions > > > 1. CGI Parameter Passing > > Enabled CGI and copied the old printenv and test-cgi scripts into my cgi > directory. They run fine except when I try to pass a parame

CGI and JRE Questions

2005-11-09 Thread Randy Schuster
Running Apache Tomcat 5.0.18 on Solaris 8 Sparc, two questions 1. CGI Parameter Passing Enabled CGI and copied the old printenv and test-cgi scripts into my cgi directory. They run fine except when I try to pass a parameter. http://myserver/cgi-bin/test-cgi works but http://myserver/cgi-bi