Installation guide
Known Problems and Solutions
42 iPlanet Web Server, Enterprise Edition Release Notes • June 20, 2001
• 394742. Web server sets wrong expiration date when setting multiple cookies using servlets.
• 396207. Binary file uploads fail in servlets.
Known Problems and Solutions
This section lists known problems with this release of iPlanet Web Server, Enterprise Edition 4.1.
Information is organized into the following areas:
• General
• Java and Java Servlets
• NSAPI
• Security
• Server-Side JavaScript (SSJS) / LiveWire
General
invoking Netscape browser from the Directory Console
Installation Guide does note specify that you must include Netscape Browser in your $PATH or
Path. Consequently, the Web Admin Application is not launched.
Workaround
Add Netscape Browser to your $PATH or Path.
Do not run CGIs using Perl 5.6.x with the -w flag
If you run a CGI using perl 5.6.x with the -w flag, the Web Server returns an error message, such as:
cgieng_scan_headers reports: the CGI program foo.pl did not produce a valid header
(name without value: got line "can’t ignore signal chld, forcing to default.")
Workaround
Instead, include the following code in the file:
use warnings;