Skip to main content

Install and configure Bea Weblogic 81 on Ubuntu Linux using Console Mode



I was bit confused with BEA WebLogic server 8.1.0.4 installation on my Ubuntu 7.10 machine there was no package for ubuntu in BEA.Officially Weblogic is supported on Suse and RedHat only.
I download the BEA WebLogic server 8.1.0.4 RedHat Enterprise version which is free license for development.

To download the installer from BEA you must register at the site Register With BEA For Installing WebLogic Platform Using Graphical-Mode Installation click here:
Create the following directory
root@techgyaan:#mkdir /usr/bea

Assign the permission to the package
root@techgyaan:#chmod a + x net_platform814_linux32.bin
Run the installer root@techgyaan:# ./net_platform814_linux32.bin

by simply following the default installation instructions you will be done with installation.

Congratulations! WebLogic Platform 8.1 SP4 has been successfully installed to /usr/bea/weblogic81.

After downloading, you must choose the product installation directory (WL_HOME), for me:

/usr/bea/weblogic81

Configuration and start-ups

You will first be initiated the quick start.

You can then run the sample application (medrec), connect to: http://localhost:7001/console and authenticate with:

* username = WebLogic
* password = WebLogic

An excellent tutorial explains how to start working with wls through the sample application.
Creating a new domain

To create a new domain run:

root@techgyaan:# sh /usr/bea/weblogic81/common/bin/config.sh

quick start Or use the links in quick start

During the configuration of new domain should be set:

the template configuration or with simple sample applications already installed
* customization of the domain (name server, doors, etc.).
* choose the JDK J Rockit and the "development mode"
* choose the name of the directory of domain (in my case "missing")

After you have:

* the domain directory /usr/bea/user_projects/domains/missing
* the config.xml
* scripts startup/shutdown

To test it all, start the server:

root@techgyaan:# /usr/bea/user_projects/domains/missing $. / startWebLogic.sh

Point your browser to http://localhost:7001/console/ to start the console, with login credentials approach in creating domain:

* username = WebLogic
* password = WebLogic

Testing the sample application: http://localhost:7001/examplesWebApp/index.jsp

Original Configuration Soruce Wiki

Related Links:
How to WebLogic 8 in Solaris in Cmd Prompt

Feedbacks:
We appreciate feedbacks and suggestions about our tutorials from readers to info@techgyaan.org

Comments

Popular posts from this blog

Download of the Day!

Amarok 2.0.2 has released Amarok is an open source alternative music player for iTunes. Amarok supports Linux, Unix, MacOSX and windows Operating system. It is smiliar to iTunes just drag & drop the songs to play list. Amarok also lets you listen to internet radio ( mp3 streaming ) including music from last.fm . Features Automatic cover Lyrics download Dynamic playlists Visualizations and Podcasting. These are only some of the great new features of Amarok 2. Give it a try! Download here An least but not last - Amarok will also synchronize your music to your iPod. For the more technical users a scripting interface allows you to extend the functionality of Amarok. Print Page Feedbacks: We appreciate feedbacks and suggestions about our website info@techgyaan.org

How to fix Solaris "/lib/svc/method/net-physical "network settings is misconfigured”

Yesterday I came across an issue with the server being unable to access it switched to the  maintenance mode with some a strange message; “ How to fix Solaris "/lib/svc/method/net-physical "network settings is misconfigured”. Dec  9 10:05:59 techgyaansvr svc.startd[7]: [ID 652011 daemon.warning] svc:/network/physical:default: Method "/lib/svc/method/net-physical" failed with exit status 96. Dec  9 10:05:59 techgyaansvr svc.startd[7]: [ID 748625 daemon.error] network/physical:default misconfigured: transitioned to maintenance (see 'svcs -xv' for details) Actual message is that the IP address already exists, but is not configured. We need to clear the network & flush the settings to make it accessible Resolution: Check the service which is disabled #svcs –xv [this command will show you the services which is disabled by system] Take the network interface offline #ifconfig eri0 down [this command will bring the interface down] #ifconfig eri0 unplumb [this co...

Increase your RAM? free of cost…Really Worth It!!!!

A Very useful tip . Please try this and use RAM efficiently. Now this is called a tip of the year! While working with the Task Manager I observed the following. You can also try it out. 1.Start any application, say Word. Open some large documents. 2.Now start the Task Manager processor tab and sort the list in descending order on Memory Usage. You will notice that Winword.exe will be somewhere at the top, using multiple MBs of memory. Note down the number. 3.Now switch to Word and simply minimise it. (Do not use the Minimize All option of the task bar). 4. Now go back to the Task Manager and see where Winword.exe is listed. Most probably you will not find it at the top. You will typically have to Scroll to the bottom of the list to find Word. Now check out the amount of RAM it is using. Compare it with the original. Surprised? The memory utilisation has reduced by a huge amount. 5.So where is the tip of the year? Simple? Minimise each application that you are currently not working on ...