ADC Home>Reference Library>Reference>Mac OS X>Mac OS X Man Pages |
Execute the following command-line from the Mac: 'ddm.exe /setactivecontrol DP' (this should switch input back to the WinPC) Note above that you will be omitting the /exit parameter and the target monitor number since you only have 1 Dell monitor and don't want or need DDM to perform a hardware discovery each time you want to switch inputs. For the faction in The Elder Scrolls Online, see The Companions (Online Faction). The Companions are the warriors guild of Skyrim. It serves a similar function to the Fighters Guild chapters of other regions of Tamriel. Eorlund Gray-Mane, a blacksmith in Whiterun, states that they have been leaderless since Ysgramor. He says that an elder known as Kodlak Whitemane acts as the Harbinger.
This document is a Mac OS X manual page. Manual pages are a command-line technologyfor providing documentation. You can view these manual pages locally using theman(1) command.These manual pages come from many different sources, and thus, have a variety of writingstyles. For more information about the manual page format, see the manual page for manpages(5). |
Sending feedback…
We’re sorry, an error has occurred.
Please try submitting your feedback later.
Thank you for providing feedback!
Your input helps improve our developer documentation.
The WebLogic Server development release includes all the necessary files to develop and test applications on WebLogic Server, but uses less disk space than a complete WebLogic Server installation. The development installation is intended only for development. It is supported on Windows, Linux and Mac OS X systems.
This section includes the following topics:
- Files Included with WebLogic Server Development
The development installation has two JAR files. - Downloading the Installers
This section details how to download the installers from the Oracle Technical Resources page. - WebLogic Server for Developers Installation Prerequisites
The Developers installation has disk space and JDK requirements. - Installing WebLogic Server for Developers
The WebLogic Server for Developers installation uses Oracle Universal Installer to run a silent operation. No input is needed. - Creating a Development Domain
You create a development domain in the same way you normally do for WebLogic Server using either the Configuration Wizard or WebLogic Scripting Tool (WLST). - Starting and Accessing the Domain
You start your domain before accessing the Administration Console. - Upgrading a Development Installation
To upgrade a development installation, you must download and install the new distribution to a new location. After installing the new distribution, use the Fusion Middleware Reconfiguration Wizard or WLST to associate an existing domain with the new installation. - Patching a Development Installation
You use the Oracle Patching tool (OPatchAuto) to apply patches to a WebLogic Server development installation. - Removing the WebLogic Server for Developers Installation
Use the Oracle Universal Installer (OUI) deinstallation tool to remove a WebLogic Server for Developers installation.
Files Included with WebLogic Server Development
The development installation has two JAR files.
Base development installer—Contains required WebLogic Server components:
Essential development files, such as Core Application Server and Coherence
WebLogic Server Administration Console
WebLogic client JAR files
TopLink
Jackson (open-source Java JSON processor)
Jersey (open-source RESTful Web Services framework)
Maven (open-source repository manager)
OPatchAuto
OUI installation and deinstallation files
The base installer does not include:
Native JNI libraries for unsupported platforms
Oracle Configuration Manager (OCM)
Web services clients
Server samples
Coherence examples
WebLogic Server Administration Console Language help files
Derby evaluation database
Supplement development installer—this JAR file adds the following optional WebLogic Server components to an existing base development installation:
Server examples
Derby evaluation database
WebLogic Server Administration Console Language help files
Coherence examples
Web services clients
Note:
For up-to-date information and known issues for WebLogic Server for Developers base and supplemental installers, see README files available for each development installer on the Oracle download site.
Parent topic:Installing WebLogic Server for Developers
Downloading the Installers
This section details how to download the installers from the Oracle Technical Resources page.
- Create the
ORACLE_HOME
directory in which to install WebLogic Server for Developers. - Navigate to
http://download.oracle.com
. WebLogic Server for Developers JAR files are available only on Oracle Technical Reources page. - Navigate to the WebLogic Server page.
- Navigate to the page that lists all WebLogic Server for Developer downloads.
- Click the link for each file you want to download and save the file to the directory you created in Step 1.
If you are downloading the files for the first time, you have to accept the license agreement.
Parent topic:Installing WebLogic Server for Developers
WebLogic Server for Developers Installation Prerequisites
The Developers installation has disk space and JDK requirements.
The WebLogic Server for Developers installation requires:
A minimum of 800MB of disk space
JDK 1.8.0_241 update or greater or JDK 11.0.6 or greater
Before you run the installer:
Set
JAVA_HOME
in the shell window you are using to run the installation.Operating System Example Commands Linux
export JAVA_HOME=/myhome/jdk1.8.0_251
Mac
export JAVA_HOME= /Library/Java/JavaVirtualMachines/1.8.0.jdk/Contents/Home
export USER_MEM_ARGS='-Xmx1024m'
Windows
set JAVA_HOME=C:Program Filesjavajdk1.8.0_251
For Mac environments, Oracle recommends that you set the
Xmx
memory argumentCreate the
ORACLE_HOME
directory prior to starting the installation. This directory must exist and must be empty before running the basic installer.
Parent topic:Installing WebLogic Server for Developers
Installing WebLogic Server for Developers
The WebLogic Server for Developers installation uses Oracle Universal Installer to run a silent operation. No input is needed.
You must install the WebLogic Server for Developers base installation first. After it installs, if you want components included in the supplemental installer, run the WebLogic Server for Developers supplemental installation using the same steps.
Topics in this section include the following:
- Installing from the ORACLE_HOME Directory
Follow these steps to run the installer from theORACLE_HOME
directory. - Installing from a Directory Other Than ORACLE_HOME
Follow these steps to run the installer from a directory other thanORACLE_HOME
directory
Parent topic:Installing WebLogic Server for Developers
Installing from the ORACLE_HOME Directory
Follow these steps to run the installer from the ORACLE_HOME
directory.
- Change to the
ORACLE_HOME
directory you created. - Enter the following command to start the installation, where path is the directory location that you downloaded the installation JAR file to:
For example, if you stored the JAR file in
/myhome/downloads
: - When installation completes, see Creating a Development Domain.
Parent topic:Installing WebLogic Server for Developers
Installing from a Directory Other Than ORACLE_HOME
Follow these steps to run the installer from a directory other thanORACLE_HOME
directory
- Change to the directory that contains the installer JAR file.
- Enter the following command to start the installation, setting the
ORACLE_HOME
parameter to theORACLE_HOME
directory you created. - When installation completes, see Creating a Development Domain.
Parent topic:Installing WebLogic Server for Developers
Creating a Development Domain
You create a development domain in the same way you normally do for WebLogic Server using either the Configuration Wizard or WebLogic Scripting Tool (WLST).
Oracle recommends that you create the domain outside the ORACLE_HOME
directory.
To create a domain using the Configuration Wizard:
- Change to the oracle_common/common/bin directory in your
ORACLE_HOME
: - Start the Configuration Wizard:
Environment Command UNIX or Mac
./config.sh
Windows
config.cmd
For detailed information about Configuration Wizard screens, click Help or see Overview of the Configuration Wizard in Creating WebLogic Domains Usingthe Configuration Wizard.
To create a domain using WLST, see Create WebLogic Domains Using WLST Offline in Understanding the WebLogic ScriptingTool.
Parent topic:Installing WebLogic Server for Developers
Starting and Accessing the Domain
No_input Mac Os Catalina
You start your domain before accessing the Administration Console.
To start your WebLogic domain and access the Administration Console:
- Change to the domain directory.
- Enter the following command:
Environment Command UNIX or Mac
./startWebLogic.sh
Windows
startWebLogic.cmd
- When the domain is in a RUNNING state, open a Web browser and enter the domain's URL. Use the Administration Port value you entered when creating the domain. For example:
- Log in to the Administration Console using the Administrator user name and password you entered when you created the domain.
For more about starting and stopping WebLogic Server, see Starting and Stopping Servers in Administering Server Startupand Shutdown for Oracle WebLogic Server.
For more about the WebLogic Server Administration Console, see Start the Console in Oracle WebLogic Server AdministrationConsole Online Help.
Parent topic:Installing WebLogic Server for Developers
Upgrading a Development Installation
To upgrade a development installation, you must download and install the new distribution to a new location. After installing the new distribution, use the Fusion Middleware Reconfiguration Wizard or WLST to associate an existing domain with the new installation.
To upgrade a domain by using the Reconfiguration Wizard:
- Change to the
oracle_common/common/bin
directory in the newORACLE_HOME
: - Start the Reconfiguration Wizard:
Environment Command UNIX or Mac
./reconfig.sh
Windows
reconfig.cmd
For more details on the Reconfiguration Wizard, click Help or see Introduction in Online Help.
To upgrade a domain using WLST, see Reconfiguring a WebLogic Domain Using WebLogic Scripting Tool in Upgrading Oracle WebLogic Server.
Parent topic:Installing WebLogic Server for Developers
Patching a Development Installation
You use the Oracle Patching tool (OPatchAuto) to apply patches to a WebLogic Server development installation.
For information about upgrading WebLogic Server, see About Rolling Updates in Upgrading Oracle WebLogic Server.
Parent topic:Installing WebLogic Server for Developers
Removing the WebLogic Server for Developers Installation
Use the Oracle Universal Installer (OUI) deinstallation tool to remove a WebLogic Server for Developers installation.
To remove a WebLogic Server for Developers installation:
No_input Mac Os 11
No_input Mac Os X
- Go to the
oui/bin
directory: - Run the deinstaller:
Environment Command UNIX or Mac
./deinstall.sh
Windows
deinstall.cmd
- Click Next.
- Click Deinstall. Wait for deinstallation to complete.
- Click Finish
- Navigate up three directory levels:
- Remove the
ORACLE_HOME
directory:Environment Command UNIX or Mac
rm -r ORACLE_HOME
Windows
rmdir ORACLE_HOME
For example:
For more about deinstallation, see Uninstalling Oracle WebLogic Server and Coherence.
Parent topic:Installing WebLogic Server for Developers