Saturday, October 29, 2016

Weblogic Basics

         




 To provide security/SSL to end users ,Weblogic uses OHS to connect to application.
 the http server could run PHP, mod_plsql, servlets, beans, whatever.

  ps -ef | grep ohs 

    $ORACLE_HOME-> Configuration files 
             $ORACLE_HOME/ohs/conf     httpd.conf
    $ORACLE_INSTANCE -> OHS service status 
          To check OPMN service status 
               $ORACLE_INSTANCE/bin opmnctl status -l




Middleware Home (fmw) - >
      location :$MW_HOME   :/SOA/oracle/soab2b/fmw
      registry.xml ->  Contains record of all installed weblogic product.
                                We can see weblogic server version from this file.
                                component = Weblogic server
     domain-registry.xml -> Contains records of all domains.

Weblogic Server Home ->
     location : $WL_HOME  :/SOA/oracle/soab2b/fmw/wlserver_10.3

  Node manager
 
$WL_HOME/common/nodemanager
  1.)nodemanager.domains
  2.)nodemanager.properties

Start ,Stop and checking status

start : $WL_HOME/server/bin/startNodeManager.sh
stop : kill the process
status :
  Navigate to Environment --> Machines --> LocalMachine --> Monitoring Tab --> Node Manager Status.

SOA ORACLE HOME: 
  location : $ORACLE_HOME  :   /SOA/oracle/soab2b/fmw/soa


User_projects :
$MW_HOME/user_projects/domains/soa_domain/bin/setSOADomainEnv.sh
 

Changing Memory Settings and JVM











No comments:

Post a Comment