Saturday, May 31, 2014

To install weblogic in 64-bit version

To install 64-bit version in GUI mode:

java –jar ./wls1036_generic.jar

To install 64-bit version in console mode:

java –jar ./wls1036_generic.jar -mode=console

To install 64-bit version in silent mode:

java –jar ./wls1036_generic.jar -mode=silent -silent_xml=silent.xml

Thursday, May 29, 2014

Best Vi Editor commands


Cursor Movement
h       move left (backspace)
j       move down
k       move up
l       move right (spacebar)
[return]   move to the beginning of the next line
$       last column on the current line
0       move cursor to the first column on the 
current line
^       move cursor to first nonblank column on the
current line
w       move to the beginning of the next word or 
punctuation mark
W       move past the next space
b       move to the beginning of the previous word 
or punctuation mark
B       move to the beginning of the previous word,ignores punctuation
        e       end of next word or punctuation mark
        E       end of next word, ignoring punctuation
        H       move cursor to the top of the screen 
        M       move cursor to the middle of the screen
        L       move cursor to the bottom of the screen 
Screen Movement

       G        move to the last line in the file
       xG       move to line x
       z+       move current line to top of screen
       z        move current line to the middle of screen
       z-       move current line to the bottom of screen
       ^F       move forward one screen
       ^B       move backward one line
       ^D       move forward one half screen
       ^U       move backward one half screen
       ^R       redraw screen  does not work with VT100 type terminals )
       ^L       redraw screen 
( does not work with Televideo terminals )
Inserting
       r        replace character under cursor with nextCharacter typed
       R        keep replacing character until [esc] is hit
       i        insert before cursor
       a        append after cursor
       A        append at end of line
       O        open line above cursor and enter append mode
Deleting
x       delete character under cursor
dd      delete line under cursor
        dw      delete word under cursor
        db      delete word before cursor
Copying Code
        yy      (yank)'copies' line which may then be put bythe p(put) command. Precede with a count formultiple lines.
Put Command
        brings back previous deletion or yank of lines,
words, or characters
        P       bring back before cursor
        p       bring back after cursor
 Find Commands
?       finds a word going backwards
/       finds a word going forwards
        f       finds a character on the line under thecursor going forward
        F       finds a character on the line under thecursor going backwards
        t       find a character on the current line goingforward and stop one character before it
T       find a character on the current line goingbackward and stop one character before it
; repeat last f, F, t, T
Miscellaneous Commands
. repeat last command
u undoes last command issued
U undoes all commands on one line
xp deletes first character and inserts aftersecond (swap)
J join current line with the next line
^G display current line number
% if at one parenthesis, will jump to its mate
mx mark current line with character x
'x find line marked with character x
NOTE: Marks are internal and not written to the file.


Weblogic Installation In GUI Mode

1. Download Weblogic Server from the following URL:
2. Review documentation to meet the basic hardware and software requirements:
Installation
1. I’ve created an operating user “oracle” to own the WebLogic Server

2. Now login as “oracle” and invoke the installer (I’ve downloaded the installer at /u01/dumps) as seen below. Click “Next”
3. Enter the location for Middle Ware Home and click “Next”
4.  Register for Security Updates if you wish to and click “Next”
5. Choose Install Type, I’ve chosen “Custom” and click “Next”
6. Choose “Products and Components”  you wish to use and click “Next”
7. If you have previous JDK/JRockit SDK, you can choose to browse the path, although Oracle recommends that you download the latest JRockit SDK to use with WebLogic. You can download the latest JRockit from:
http://www.oracle.com/technology/products/jrockit/index.html
8.  Choose “Product Installation Directories” and click “Next”
9. Review the Installation Summary and click “Next”
10. Once the installation completes, the “Run QuickStart” is checked. We’ll launch the QuickStart by clicking “Done”
11. Once clicked “Done”, You will be presented with the following which lets you choose 3 Options, We’ll go ahead with the 1st  to proceed with the configuration wizard.

Weblogic Version History

Here we can found the version history of weblogic server.

WebLogic Server 12c Release 2 (12.1.2) - July 11, 2013
WebLogic Server 12c Release 1 (12.1.1) - Dec 1, 2011
WebLogic Server 11gR1 PS5 (10.3.6) - February 26, 2012
WebLogic Server 11gR1 PS4 (10.3.5) - May 16, 2011
WebLogic Server 11gR1 PS3 (10.3.4) - January 15, 2011
WebLogic Server 11gR1 PS2 (10.3.3) - April 2010
WebLogic Server 11gR1 PS1 (10.3.2) - November 2009
WebLogic Server 11g (10.3.1) - July 2009
WebLogic Server 10.3 - August 2008
WebLogic Server 10.0 - March 2007
WebLogic Server 9.2
WebLogic Server 9.1
WebLogic Server 9.0 - November 2006
WebLogic Server 8.1-bea - July 2003
WebLogic Server 7.0 - June 2002
WebLogic Server 6.1
WebLogic Server 6.0 - file date March 2001 on an old CD
WebLogic Server 5.1 (code name: Denali) First version supporting hot deployment for applications (via command line)
WebLogic Server 4.0
WebLogic Tengah 3.1 - June 1998
WebLogic Tengah 3.0.1 - March 1998
WebLogic Tengah 3.0 - January 1998
WebLogic Tengah - November 1997

What is Weblogic Server

Today's business environment demands Web and e-commerce applications that accelerate your entry into new markets, help you find new ways to reach and retain customers, and allow you to introduce new products and services quickly. To build and deploy these new solutions, you need a proven, reliable e-commerce platform that can connect and empower all types of users while integrating your corporate data, mainframe applications, and other enterprise applications in a powerful, flexible, end-to-end e-commerce solution. Your solution must provide the performance, scalability, and high availability needed to handle your most critical enterprise-scale computing. 
As the industry-leading e-commerce transaction platform, WebLogic Server allows you to quickly develop and deploy reliable, secure, scalable and manageable applications. It manages system-level details so you can concentrate on business logic and presentation.