Class: com.sybase.djc.server.HttpContext (HTTP Context) | EAServer 6.3 Help |
---|
Description |
An HTTP context permits read access from browser/HTTP clients to the
files in a directory and its subdirectories.
Security Note: the only security available with an HTTP
context is the dirAllowed property.
If additional security (such as authentication and role-based
access control) is required, you should deploy the files inside
a web application and use security-constraint elements
in See also: httpContexts (Application Server Property). |
---|---|
Configuration | See Set Properties Task. |
Properties | allowedMethods, contextPath, dirAllowed, handlers, redirectWelcome, resourceBase, welcomeFiles |
Files | Repository/Instance/com/sybase/djc/server/HttpContext/*.properties |
Property: resourceBase (Resource Base) | |
---|---|
Description | The directory where the resource is located on the current file system. The default value is: '%JAGUAR%\html' |
Default Value | P:\/html |