Installation and Upgrade Guides › Web Agent Installation Guide › Preparation › Prepare for Password Services › Repair ServletExec’s CLASSPATH for JSP Password Services (Windows)
Repair ServletExec’s CLASSPATH for JSP Password Services (Windows)
If you install JSP-based Password Services on a Windows system and get an error message that a servlet is not found when you access an existing servlet or Password Services .jsp, verify that the ServletExec classpath is correct.
If your classpath appears correct and the error still occurs, you may need to repair your classpath.pref file.
To repair the ServletExec classpath
- Use the ServletExec Administrative Interface to define the Classpath for the Java Virtual Machine. For more information, see the ServletExec documentation.
Note: You can access the ServletExec documentation on the New Atlanta Web site.
- Restart the Sun Java System web server or IIS Admin services. This forces ServletExec to write the classpath.pref.
- For Windows 2000, do the folloiwng:
- Stop the IIS Admin service.
- Start the World Wide Web Publishing service without manually starting the IIS Admin service.
- If the error still occurs, then continue with the following steps:
- Open the classpath.pref file with a text editor.
- Collapse all entries to a single line separated by a semi-colon(;).
- Save the file.
- Restart the web server.