Axis RightFax 8.5 Installationsanleitung Seite 33

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 106
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 32
Copyright © 2001, 2015, Oracle and/or its affiliates. All rights reserved.
5. Advanced Configuration: Application Server
Note: Default paths are used below and may differ from your configuration.
Changing the WebLogic config.xml File
WebLogic uses a file called “config.xml to store and read configuration data. This file is generated
automatically every time the application is started, using a file called “config.xml.fresh” as the
basis. Changes made directly to the “config.xml file, either manually by the user or through the
WebLogic console, will therefore be overwritten and lost whenever the application is started. In order
to preserve the changes, do one of the following whenever changes need to be made:
Manually Make the Changes to the “config.xml.fresh” File
1. Back up the original “config.xml.fresh” file first:
$ cd <otm_install_dir>/weblogic/domains/otm
$ cp config.xml.fresh config.xml.fresh_20130417_1421
2. Make the changes directly to the “config.xml.fresh” file using the editor of your choice.
3. Restart the application.
Make Changes Using the WebLogic Console
1. Back up the original “config.xml.fresh” file first:
$ cd <otm_install_dir>/weblogic/domains/otm
$ cp config.xml.fresh config.xml.fresh_20130417_1421
2. Make the necessary changes via the WebLogic console and click on “Activate”.
3. Copy the new “config.xml” file to “config.xml.fresh”:
$ cd <otm_install_dir>/weblogic/domains/otm
$ cp config.xml config.xml.fresh
4. Edit the “config.xml.fresh” file in the editor of your choice and remove the “<jdbc-system-
resource>” section for the PRIMARY_JTS connection; it will look something like this:
<jdbc-system-resource>
<name>PRIMARY_JTS</name>
<target>gc3-slc01ebb</target>
<descriptor-file-name>jdbc/PRIMARY_JTS-8636-
jdbc.xml</descriptor-file-name>
</jdbc-system-resource>
5. Delete those lines and save the file.
Seitenansicht 32
1 2 ... 28 29 30 31 32 33 34 35 36 37 38 ... 105 106

Kommentare zu diesen Handbüchern

Keine Kommentare