The complete online tutorial is available in an archive so that you can download it and view it locally on your computer. The archive contains all of the source code for each example. Go to our Web site to download the tutorial.
Note: If you download the tutorial, feel free to make it available locally at your site. Please do not publicly mirror it to the Web!
On Unix, for example, create the following directories:
On Windows, for example, create the following directories:# mkdir jndi # mkdir jndi/tutorial
# mkdir jndi # mkdir jndi\tutorial
On Unix, use a utility that understands the ZIP format, such as jar and unzip:
On Windows, use a utility such as WinZip to unpack jnditutorial.zip into the directory jndi/tutorial that you've created.# cd jndi/tutorial # unzip -U /tmp/jnditutorial.zip
Point your Web browser at jndi/tutorial/index.html in the directory that you've created for the tutorial. That leads you to the front page of the tutorial and you're ready to go!