User`s guide

Upgrading From iPlanet Web Server 4.0
78 Installation and Migration Guide
6. Press any key to continue.
You do not need to answer any more installation prompts. The installer
installs the software.
7. Go to the https-admserv directory under your server root directory and
start the Administration Server by typing ./start. You can also type ./
startconsole in the server root directory.
If you have a Netscape console installed, startconsole starts the
console. If you do not have a console installed, it starts the Administration
Server and launches a browser to the Administration Server administration
pages.
8. When you access the Administration Server, you need to click Save and
Apply and Load Configuration Changes.
Upgrade Issues
The following sections contain information about how upgrading from iPlanet
Web Server 4.0 to iPlanet Web Server 4.1 affects certain features.
Java Server Pages
iPlanet Web Server 4.0 JSPs were written in JSP 0.92. The iPlanet Web Server
4.1 JSPs are written in JSP 1.1. Any JSPs you have written in 0.92 will still work
on iPlanet Web Server 4.1 as long as they are in a designated legacy directory.
To designate a directory as a legacy directory, on the Servlets tab, choose
Legacy JSP Directory. Use this page to designate your legacy directories.
JSPs written in JSP 1.1 can reside in any directory that the server can serve from.
The samples are divided into two folders. The old JSP samples are now in the
server_root
/plugins/samples/servlets/jsp.092 directory.
The new JSP 1.1 samples are in
server_root
/plugins/samples/
servlets/jsp.10.