Red Hat NETSCAPE ENTERPRISE SERVER 6.1 - NSAPI PROGRAMMER GUIDE Installationsanleitung Seite 80

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 91
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 79
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.
Seitenansicht 79
1 2 ... 75 76 77 78 79 80 81 82 83 84 85 ... 90 91

Kommentare zu diesen Handbüchern

Keine Kommentare