Anyone using the linux version ? I've downloaded it and got it handling
.jsp's correctly.

However, I want to start converting my perl cgi's etc. to beans and jsp's
but I can't figure out how to get iPlanet to successfully execute a .pl
script (so I can run the .pl's while I convert them).
I've even paired the script down to the most basic test script as follows:

#!/usr/bin/perl

print "Content-Type: text/html; charset=ISO-8859-1\n\n";

print " ";

print "<HTML>TESTING</HTML>\n";

The server error log contains entries like:

[13/Jan/2001:18:57:12] info (  899): iPlanet-WebServer-Enterprise/4.1SP5
BB1-11/29/2000 22:26
[13/Jan/2001:18:57:13] info (  899): Loading Simple Session Manager by
default. Specify MMapSessionManager in servlets.properties to load
persistent session manager
[13/Jan/2001:18:57:13] info (  899): SimpleSessionManager: Default values
for maximum number of sessions is 1000 with a time out value of 1800 seconds
[13/Jan/2001:18:57:13] info (  899): SimpleSessionManager: Maximum number of
sessions (1000) with a time out value of (1800) seconds
[13/Jan/2001:18:57:37] failure (  915): for host 192.168.1.10 trying to GET
/cgi-bin/joe2.pl, cgieng_scan_headers reports: the CGI program
/d/roots/goyette/cgi-bin/joe2.pl did not produce a valid header (name
without value: got line "        language = (unset),")

I realize this question is off-topic but if anyone has seen this error
before and can provide a quick solution I'd be grateful. The script executes
just fine as the web server user when run interactively.

Thanks in advance !

-joe

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to