Installation guide

Whats New in iPlanet Web Server, Version 4.1
10 iPlanet Web Server, Enterprise Edition Release Notes June 20, 2001
When this is complete, you should see the test-tags.jar file in the workarea directory. Enter the
following command to verify this:
ls -ltr test-tags.jar
You should see something like the following output on the screen:
-rw-r--r-- 1 joe staff 7009 May 18 02:37 test-tags.jar
Copy the file to your JSP directory:
cp test-tags.jar jsp_location/jsps
Step 5: Add the JAR File to the Classpaths
Edit the jvm.classpath option in the server_root/https-server_id/config/jvm12.conf file to
include the path to the custom tag library file. The following example must be all on one line in the
file:
jvm.classpath=java_home/jre/lib/rt.jar:java_home/lib/tools.jar:jsp_location/jsps/test-ta
gs.jar
In addition, make sure that your custom tag library file is added to the server classpath along with
the regular Java runtime and tools.
Also make sure that the
web-jsptaglib_1_1.dtd file is accessible at the URL you specified in the
taglib.tld file. Failure to locate this DTD URL results in errors like this in your log files:
Unable to open taglibrary /jsps/test-tags.jar : Unable to open the tag library
descriptor: Stream closed.
adding: META-INF/ (in=0) (out=0) (stored 0%)
adding: META-INF/taglib.tld (in=1459) (out=581) (deflated 60%)
adding: examples/ (in=0) (out=0) (stored 0%)
adding: examples/domake (in=235) (out=135) (deflated 42%)
adding: examples/ExampleTagBase.java (in=1123) (out=395) (deflated 64%)
adding: examples/FooTag.java (in=1455) (out=571) (deflated 60%)
adding: examples/FooTagExtraInfo.java (in=426) (out=191) (deflated 55%)
adding: examples/LogTag.java (in=994) (out=450) (deflated 54%)
adding: examples/FooTagExtraInfo.class (in=539) (out=320) (deflated 40%)
adding: examples/ExampleTagBase.class (in=1221) (out=548) (deflated 55%)
adding: examples/FooTag.class (in=1553) (out=784) (deflated 49%)
adding: examples/LogTag.class (in=1249) (out=702) (deflated 43%)