Red Hat NETSCAPE ENTERPRISE SERVER 6.0 - NSAPI PROGRAMMER GUIDE Betriebsanweisung Seite 276

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 332
  • Inhaltsverzeichnis
  • FEHLERBEHEBUNG
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 275
Chapter 7: Developing Applications
7-36
/opt/FJSVj2ee/lib
The copy destination directories are shown below.
C:\Interstage\J2EE\var\deployment\ijserver\IJServer name\ext
/opt/FJSVj2ee/var/deployment/ijserver/IJServer name/ext
For details on servlet application operation, refer to “Calling Servlets” in “How to Call Web Applications”
in the J2EE User’s Guide.
Activation of a Java Application that Receives a User ID/Password from a Client to Perform
Authentication
Information on how to activate a Java application that uses the single sign-on JavaAPI from a command
line is provided below.
Activating a Java application that uses only authentication:
java
-Djava.security.auth.login.config=login-configuration-file-absolute-pathname
application-class-name
Activating a Java application that uses a trust store file other than the default:
java
-Djava.security.auth.login.config=login-configuration-file-absolute-pathname
-Djavax.net.ssl.trustStore=trust-store-file-absolute-pathname
application-class-name
Activating a Java application that uses authentication and authorization:
JDK1.3
java
-Djava.security.auth.login.config=login-configuration-file-absolute-pathname
-Djava.security.manager
-Djava.security.policy=security-policy-file-absolute-pathname
-Djava.security.auth.policy=principal-base-security-policy-file-absolute-
pathname application-class-name
Seitenansicht 275
1 2 ... 271 272 273 274 275 276 277 278 279 280 281 ... 331 332

Kommentare zu diesen Handbüchern

Keine Kommentare