Weblogic

Use config.sh to create a new Weblogic 12c domain

The domain creation script config.sh runs by default in GUI mode, so your X display has to be set appropriately – or there is a console switch to run non-GUI (see Oracle Docs) oracle@mid1 bin]$ echo $WL_HOME /u01/app/oracle/product/12.2.1/wlserver [oracle@mid1 bin]$ cd $WL_HOME/common/bin [oracle@mid1 bin]$ ls -al total 76 drwxr-x— 2 oracle oinstall 4096 Jul 2 …

Use config.sh to create a new Weblogic 12c domain Read More »

You can find the following UNIX / Linux based WebLogic Domain specific files for a given domain home in…

You can find the following UNIX / Linux based WebLogic Domain specific files for a given domain home in: Start and stop scripts for the servers under $DOMAIN_HOME/bin The core configuration file in $DOMAIN_HOME/config/config.xml Log files for each server in $DOMAIN_HOME/servers/SERVER_NAME/logs [oracle@mid1 ~]$ ls $DOMAIN_HOME/bin generateArchive.sh setNMJavaHome.sh startWebLogic.sh nodemanager setStartupEnv.sh stopComponent.sh patching startComponent.sh stopManagedWebLogic.sh server_migration …

You can find the following UNIX / Linux based WebLogic Domain specific files for a given domain home in… Read More »

Check for a running Weblogic NodeManager from a Linux command line and startup/shutdown

# startup node manager cd $WL_HOME/server/bin nohup ./startNodeManager.sh & # shutdown node manager cd $WL_HOME/server/bin . ./stopNodeManager.sh # the following command will give you just the PID a running Weblogic NodeManager- leave off the “awk” part of the pipes and you’ll see more info about the process than just the PID ps aux | grep …

Check for a running Weblogic NodeManager from a Linux command line and startup/shutdown Read More »

Using Webstart and installing Weblogic 12.2 on Linux to run an Oracle Forms 12.2 application

The first part, installing Weblogic on RHEL / Oracle Linux 6 and configuring it Oracle Forms 12.2 is quite drawn out. Tim H. has some very good articles that are very useful, click on the “here” links below for Tim’s most excellent blogs regarding Weblogic installs, and configs specifically for Oracle forms, the Oracle documentation …

Using Webstart and installing Weblogic 12.2 on Linux to run an Oracle Forms 12.2 application Read More »

How to Install and Configure Oracle Forms & Reports 12cR2 with OHS 12cR2 Using a Single Domain (Doc ID 2127048.1)

Default URLs and Ports: Admin Console and EM are 7001, Forms 9001 Administration Server Console http://host:port/console Enterprise Manager Console http://host:port/em Oracle Forms http://host:port/forms/frmservlet Oracle Reports http://host:port/reports/rwservlet How to Install and Configure Oracle Forms & Reports 12cR2 with OHS 12cR2 Using a Single Domain (Doc ID 2127048.1) Per – the doc id: APPLIES TO: Oracle Reports Developer …

How to Install and Configure Oracle Forms & Reports 12cR2 with OHS 12cR2 Using a Single Domain (Doc ID 2127048.1) Read More »

Starting 12c OBIEE from the command line on RHEL 6

I’ll do another post on the entire install later – but for now – java was installed by root as an RPM – and OBIEE was installed as the Linux user oracle.oinstall. I did a default installation of 12c 12.2.0.2 OBIEE with java, weblogic and OBIEE deployed as follows (note: the environment variables are in …

Starting 12c OBIEE from the command line on RHEL 6 Read More »