Posts

overview

Image
Overview Weblogic Server Domain suppose Machine A hosts one instance of WebLogic Server, the Administration Server. The System Administration Tools communicate with the Administration Server to perform configuration and monitoring of the servers and applications in the domain. The Administration Server communicates with each Managed Server on behalf of the System Administration Tools. The configuration for all the servers in the domain is stored in the configuration repositorythe config.xml file, which resides on the machine hosting the Administration Server. Machines B and C each host two instances of WebLogic Server, WebLogic Servers 1 through 4. These instances are called Managed Servers. The Administration Server communicates with an instance of Node Manager running on each machine to control startup and shutdown of the Managed Servers. WebLogic Servers 2 and 4 are part of a WebLogic Cluster (outlined in red). This cluster is running an application that responds to HTTP re...

Deploy

How do you deploy the web application in weblogic? We will place the war file or ear file under the upload folder of AdminServer from there we will choose the application from the console and deploy an application on to the respective cluster. Once we done the installation the application would go to prepared state for the first time when we are doing the deployment it will go to the prepared state so we have to start that application it will go to active state so once that deployment is done you can check the application by going to deployments tab or setting tab and then click on the link. That is about the deployment. The deployment on tomcat server what you do? You will just place under webapps folder under that you place this war file and then you restart the tomcat server. So that application will deploy. For JBoss you can just go on to the console one you login to the console you can see the deployments choose the file and place it on the respective cluster and then acti...

host

Image
Requirement to start Admin Server example fully qualified hosts name:   inddlvtwlmas.weblogic.net. find the ip address which is by executing in the  the terminal - ifconfig there you find the ip address  or host ip. Syntax sudo has root access. so root access is given for the Admin account. Node Manager Node manager starts when the host is matched with the exact name of the host.Th ehost name is located in three places. they are 1.node manager.properties 2.config.xml 3.Admin console NodeManager configuration properties from '/apps/weblogic12/user_projects/domains/infra_domain/nodemanager/nodemanager.properties' sudo bala vi /etc/hosts                                  |   add :hostname at the end of the hosts file 127.0.0.1   localhost localhost.localdomain localhost4 localhost4.localdomain4 ::1         localhost localh...

reference

Weblogic jboss tutorial Weblogic tutorials Http Status codes ITIL Wiki Hand oVer Out of Memory issue

Test

WEBLOGIC INTERVIEW AND CERTIFICATION QUESTIONS 1) Oracle WebLogic Server 10.3.1 is certified with JDK 1.6. 1. True 2. False 2) Net installer is preferred over the package installer if you want  to install select components using only the Custom option and have access to the Internet. 1. True 2. False 3) Which JDK does Oracle WebLogic Server 10.3.1 come bundled with for a Linux platform? 1. Sun SDK 1.6 2. JRockit SDK 1.6 3. Both 4) Which directory within a domain directory is used to maintain its  configuration repository? 1. /console 2. /cache 3. /config 4. /logs 5. /AdminServer 5) Invoke the Domain Configuration Wizard by using _____. 1. config.sh under <WL_HOME>/common/bin 2. config_builder.sh under <WL_HOME>/common/bin 6) What is the main configuration file for the domain called? 1. configuration.xml 2. wlsconfig.xml 3. wls.xml 4. config.xml 7) You can use boot identity files to start the following without being prompted for the admi...

JMS

JMS (JAVA MESSAGING SERVICES) → Javamessaging service is used for the cross platform communication. JMS can keep track of every message that is being transferred between two Applications. → An enterprise messaging system enables applications to communicate with one another through the exchange of messages. →  A message is a request, report, and/or event that contains information needed to coordinate communication between different applications. →  A message provides a level of abstraction, allowing you to separate the details about the destination system from the application code. The Java Message Service (JMS) is a standard API for accessing enterprise messaging systems. Specifically, JMS: 1.     Enables Java applications sharing a messaging system to exchange messages 2.     Simplifies application development by providing a standard interface for creating, sending, and receiving messages The following figure illustrates Weblogic JMS ...

Weblogic Topics

WebLogic Topics Introduction to WebLogic WebLogic Server Domains Directory Structures Install WebLogic Server The Configuration Wizard The Configuration Wizard: Creating A New Domain Starting The Administrative Server The Administration Console Administrative Tasks Setting the Domain Environment Automatically Starting Admin Servers Managed Servers Password boot.properties. Examining Server Status. Shutting Down Servers. Start Scripts. config.xml. WLST The WLST MBeans And JMX Administration MBeans And WLST Starting WLST Simple WLST Commands WLST Is Hierarchical Navigating WLST MBean Operations Other WLST Commands Scripting With WLST Recording WLST Scripts Sample Recorded Script WebLogic Logging: Introduction WebLogic Logging Services Java Logging API Log4j Specifying the Logging Implementation Message Severity WebLogic Server Logs HTTP Access Log JMS Log Domain Log Viewing Logs Application Structure Java Web Application Architecture...