Installation guide
5. SERVLETEXEC APPLICATION SERVER (UNIX)
ServletExec 4.1 Installation Guide 75
2. The following directives must be added after the <Object name=default> directive:
<Object name="<instance-name>">
Service fn="ServletExecService" group="<instance-name>"
</Object>
In general, an Object directive must be added to obj.conf for every
ServletExec/AS instance to which the web server adapter will forward
requests. The
Object directives have the form...
<Object name="<instance-name>">
Service fn="ServletExecService" group="<instance-name>"
</Object>
where <instance-name> is the name of the ServletExec/AS instance.
3. Lines similar to the following must be added within the <Object
name=default>
directives:
NameTrans fn="assign-name" from="/servlet/*" name="<instance-name>"
NameTrans fn="assign-name" from="*.jsp*" name="<instance-name>"
These NameTrans directives define URL prefix and suffix mappings that cause HTTP
requests to be forwarded to a ServletExec/AS instance for processing.
Figure 17 shows a complete obj.conf file for NES 3.6 with the ServletExec/AS
directives highlighted.
Important
You must stop and restart the NES/iWS web server after modifying the obj.conf
configuration file.