Chapter 11, Extending Your Server With Programs
277
Java Servlets and JavaServerPages (JSP)
Classpath.
The class path includes the paths to the directories and jar files
needed to run the servlet engine, the servlet examples, and any other paths
needed by servlets that you add. Values are separated by semicolons. You can
add new values to the existing class path, but don’t delete the existing value
since it includes paths that are essential for servlet operation.
Configuring JVM Attributes
You can configure attributes for the Java Virtual Machine (JVM) in the
Configure JVM page of the Servlets tab in the Server Manager.
For more information on these options, see
The Programmer’s Guide to
Enterprise Server 4.0
.
Deleting Version Files
The server uses two directories to cache information for JavaServerPages (JSP)
and servlets:
•
ClassCache
When the server serves a JSP page, it creates a
.java
and a
.class
file
associated with the JSP and stores them in the JSP class cache, in a directory
structure under the
ClassCache
directory.
•
SessionData
If the server uses the
MMappedSessionManager
session manager, it
stores persistent session information in the
SessionData
directory.
Each cache has a
version
file containing a version number that the server
uses to determine the structure of the directories and files in the caches. You
can clean out the caches by simply deleting the version file.
When the server starts up, if it does not find the version files, it deletes the
directory structure for the corresponding caches and re-creates the version files.
Next time the server serves a JSP page, it recreates the JSP class cache. The next
time the server serves a JSP page or servlet while using
MMappedSessionManager
session manager, it recreates the session data
cache.
Содержание Netscape Enterprise Server
Страница 30: ...Contacting Technical Support 30 Netscape Enterprise Server Administrator s Guide ...
Страница 31: ...Part 1 Server Basics 31 1 Server Basics Introduction to Enterprise Server Administering Enterprise Servers ...
Страница 32: ...32 Netscape Enterprise Server Administrator s Guide ...
Страница 56: ...Sending Error Information to Netscape 56 Netscape Enterprise Server Administrator s Guide ...
Страница 64: ...Migrating a Server From a Previous Version 64 Netscape Enterprise Server Administrator s Guide ...
Страница 66: ...66 Netscape Enterprise Server Administrator s Guide ...
Страница 112: ...Managing a Preferred Language List 112 Netscape Enterprise Server Administrator s Guide ...
Страница 158: ...158 Netscape Enterprise Server Administrator s Guide ...
Страница 182: ...Using the Watchdog uxwdog Process Unix 182 Netscape Enterprise Server Administrator s Guide ...
Страница 196: ...Viewing Events Windows NT 196 Netscape Enterprise Server Administrator s Guide ...
Страница 218: ...Enabling the Subagent 218 Netscape Enterprise Server Administrator s Guide ...
Страница 266: ...266 Netscape Enterprise Server Administrator s Guide ...
Страница 302: ...Enabling WAI Services 302 Netscape Enterprise Server Administrator s Guide ...
Страница 310: ...310 Netscape Enterprise Server Administrator s Guide ...
Страница 390: ...Customizing the Web Publisher User Interface 390 Netscape Enterprise Server Administrator s Guide ...
Страница 446: ...Customizing the Search Interface 446 Netscape Enterprise Server Administrator s Guide ...
Страница 448: ...448 Netscape Enterprise Server Administrator s Guide ...
Страница 454: ...Responses 454 Netscape Enterprise Server Administrator s Guide ...
Страница 464: ...Referencing ACL Files in obj conf 464 Netscape Enterprise Server Administrator s Guide ...
Страница 504: ...504 Netscape Enterprise Server Administrator s Guide ...