Make sure that your
servlet container or Web application server is running. If it is not
running, start it. This will probably solve the problem. If the server
is already running, the problem could be with the URL that you are
using to start the Web application.
Use the correct URL:
http:// host-name: port-number/ application-name.
Make sure that the host name is the fully qualified name of the host
on which your servlet container or Web application server is running.
Make sure that the port number identifies the port on which the server
is listening. For the JBoss Application Server, this will normally
be port 8080. Finally, make sure that the application name in the
URL matches the actual name of the Web application (including case).
|
||
Tune your servlet container
or Web application server. For example, if you are using the WebLogic
Server, the server might be checking (on a per application basis)
for updated JSPs and updated compiled servlets. You can suppress these
checks by setting an application's JSPPageCheck and ServletReloadCheck
properties to -1. See your server vendor's documentation for similar
tips.
|
||
In SAS Management Console,
add a login to the Person object that contains at least a user name.
On Windows, make sure the user name has the form host\user-ID or domain\user-ID.
For more information, see About User Administration in SAS Intelligence Platform: Security Administration Guide.
|
||
Start the following
in this order: WebDAV Server, SAS Services Application, and your servlet
container or Web application server. For more information, see Operating Your Servers in SAS Intelligence Platform: System Administration Guide.
|
||
Rerun the SAS Deployment
Wizard to install and configure SAS Help Viewer Metadata Configuration.
For more information, see Install and Configure SAS Interactively.
|
||
Verify that the online
Help was installed. If not, install it using the SAS Deployment Wizard.
Once the Help is installed, rebuild the SAS Help Viewer Metadata Configuration
Web application using the SAS Deployment Manager and redeploy the
SAS Help Viewer Metadata Configuration EAR. For more information,
see Install and Configure SAS Interactively and Rebuilding the SAS Web Applications in SAS Intelligence Platform: Middle-Tier Administration Guide.
|
||