40
RedStack Musings on Integration with Oracle Fusion Middleware Home ADF Applications BPM BPM 10g BPM 11g Content Continuous Integration Recommendations SOA Worklist in .Net About Installing WebLogic Server 10.3.3 on Ubuntu (64-bit) | RedStack http://redstack.wordpress.com/2010/05/20/installing-weblogic-server-10-3-3-on-ubuntu-64-bit/ (1 of 40)06/03/2012 02:27:00 PM

Installing WebLogic Server 10.3.3 on Ubuntu (64-Bit) _ RedStack

Embed Size (px)

Citation preview

Page 1: Installing WebLogic Server 10.3.3 on Ubuntu (64-Bit) _ RedStack

RedStack

Musings on Integration with Oracle Fusion Middleware

● Home

● ADF

● Applications

● BPM

❍ BPM 10g

❍ BPM 11g

● Content

● Continuous Integration

● Recommendations

● SOA

● Worklist

❍ in .Net

● About

Installing WebLogic Server 10.3.3 on Ubuntu (64-bit) | RedStack

Skip to content

http://redstack.wordpress.com/2010/05/20/installing-weblogic-server-10-3-3-on-ubuntu-64-bit/ (1 of 40)06/03/2012 02:27:00 PM

Page 2: Installing WebLogic Server 10.3.3 on Ubuntu (64-Bit) _ RedStack

Installing WebLogic Server 10.3.3 on Ubuntu (64-bit) | RedStack

← Rename all the files in a directory to add a prefix

Exposing PeopleSoft portlets through WebCenter with WS-Security →

Installing WebLogic Server 10.3.3 on Ubuntu (64-bit)Posted on May 20, 2010 by Mark Nelson

Update: This post describes a method for installing WebLogic Server 10.3.3 which involves first installing 10.3.2 and then patching

up to 10.3.3. It also now possible to just install 10.3.3 directly. If you are an Oracle customer, you can download the 10.3.3 installer

from eDelivery.

Another update: You can now download a 10.3.3 installer from Oracle Technology Network, and also a “zip” distribution which you

don’t need to “install” – just unzip -very handy for developers or for scripting test environments.

Yet another update: If you are reading this post because you are interested in installing SOA Suite, BPM Suite or WebCenter on a 64-

bit Linux system, you may find more of what you are looking for in this post. You may also want to install an Oracle database on

Ubuntu? If so, please take a look at this post.

Today, I was asked how to install the 64-bit (generic) version of WebLogic Server 10.3.3 on 64-bit Ubuntu. For this post, I am using

64-bit Ubuntu 10.04 LTS Lucid Lynx, running in Oracle VirtualBox 3.20.

First we need to install the Sun JDK, which is a supported JDK for WebLogic Server. As root, install the Sun JDK:

# cd /usr/lib/jvm

# sh <PATH>/jdk-6u20-linux-x64.bin

Next, we install WebLogic Server 10.3.2. You can download this from Oracle Technology Network. You want the Generic version

of the Oracle WebLogic Server 11gR1 (10.3.2) – Package Installer. Note: 10.3.2, not 10.3.3.

http://redstack.wordpress.com/2010/05/20/installing-weblogic-server-10-3-3-on-ubuntu-64-bit/ (2 of 40)06/03/2012 02:27:00 PM

Page 3: Installing WebLogic Server 10.3.3 on Ubuntu (64-Bit) _ RedStack

Installing WebLogic Server 10.3.3 on Ubuntu (64-bit) | RedStack

To install this, we run the following command, as a normal user:

$ /usr/lib/jvm/jdk1.6.0_20/bin/java -jar wls1032_generic.jar

After a few moments, the installer will appear. Click on the Next button to start.

On the next screen we can set the location for our “Middleware Home.” This is the directory where WebLogic Server will be

installed. I just accepted the default.

http://redstack.wordpress.com/2010/05/20/installing-weblogic-server-10-3-3-on-ubuntu-64-bit/ (3 of 40)06/03/2012 02:27:00 PM

Page 4: Installing WebLogic Server 10.3.3 on Ubuntu (64-Bit) _ RedStack

Installing WebLogic Server 10.3.3 on Ubuntu (64-bit) | RedStack

On the next screen you can provide your Oracle Support credentials (if you wish to) so that you can be notified of any important

updates. I just unchecked the box and clicked on Next to continue. You will have to confirm in the popup box as shown.

http://redstack.wordpress.com/2010/05/20/installing-weblogic-server-10-3-3-on-ubuntu-64-bit/ (4 of 40)06/03/2012 02:27:00 PM

Page 5: Installing WebLogic Server 10.3.3 on Ubuntu (64-Bit) _ RedStack

Installing WebLogic Server 10.3.3 on Ubuntu (64-bit) | RedStack

On the next screen, we can select the type of installation. I chose Typical and clicked on Next.

http://redstack.wordpress.com/2010/05/20/installing-weblogic-server-10-3-3-on-ubuntu-64-bit/ (5 of 40)06/03/2012 02:27:00 PM

Page 6: Installing WebLogic Server 10.3.3 on Ubuntu (64-Bit) _ RedStack

Installing WebLogic Server 10.3.3 on Ubuntu (64-bit) | RedStack

Next we select the JDK we wish to use. This should already be showing the one we just installed and used to start the installation

program, so you can go ahead and click on Next.

http://redstack.wordpress.com/2010/05/20/installing-weblogic-server-10-3-3-on-ubuntu-64-bit/ (6 of 40)06/03/2012 02:27:00 PM

Page 7: Installing WebLogic Server 10.3.3 on Ubuntu (64-Bit) _ RedStack

Installing WebLogic Server 10.3.3 on Ubuntu (64-bit) | RedStack

Next, we can specify the product installation directory. I just took the default and clicked on Next.

http://redstack.wordpress.com/2010/05/20/installing-weblogic-server-10-3-3-on-ubuntu-64-bit/ (7 of 40)06/03/2012 02:27:00 PM

Page 8: Installing WebLogic Server 10.3.3 on Ubuntu (64-Bit) _ RedStack

Installing WebLogic Server 10.3.3 on Ubuntu (64-bit) | RedStack

Now we get a summary screen. Click on Next to start the installation.

http://redstack.wordpress.com/2010/05/20/installing-weblogic-server-10-3-3-on-ubuntu-64-bit/ (8 of 40)06/03/2012 02:27:00 PM

Page 9: Installing WebLogic Server 10.3.3 on Ubuntu (64-Bit) _ RedStack

Installing WebLogic Server 10.3.3 on Ubuntu (64-bit) | RedStack

The installation will run, and we can watch the progress.

http://redstack.wordpress.com/2010/05/20/installing-weblogic-server-10-3-3-on-ubuntu-64-bit/ (9 of 40)06/03/2012 02:27:00 PM

Page 10: Installing WebLogic Server 10.3.3 on Ubuntu (64-Bit) _ RedStack

Installing WebLogic Server 10.3.3 on Ubuntu (64-bit) | RedStack

Once installation is completed we will see the following screen. Uncheck the Run Quickstart and then click on Done to exit the

installation program.

http://redstack.wordpress.com/2010/05/20/installing-weblogic-server-10-3-3-on-ubuntu-64-bit/ (10 of 40)06/03/2012 02:27:00 PM

Page 11: Installing WebLogic Server 10.3.3 on Ubuntu (64-Bit) _ RedStack

Installing WebLogic Server 10.3.3 on Ubuntu (64-bit) | RedStack

We now have WebLogic Server 10.3.2 installed. Next we need to download the 10.3.3 Upgrade Installer from Oracle Support. If you

have not used Oracle Support (formerly known as Metalink) for a while, you may notice it looks a little different now!

http://redstack.wordpress.com/2010/05/20/installing-weblogic-server-10-3-3-on-ubuntu-64-bit/ (11 of 40)06/03/2012 02:27:00 PM

Page 12: Installing WebLogic Server 10.3.3 on Ubuntu (64-Bit) _ RedStack

Installing WebLogic Server 10.3.3 on Ubuntu (64-bit) | RedStack

Once you have signed in go to the Patches & Updates section.

Click on the link for Product or Family (Advanced Search).

In the Product field, type in Oracle WebLogic Server, or select it from the list.

In the Release field, use the drop down box to select WLS 10.3.3.

http://redstack.wordpress.com/2010/05/20/installing-weblogic-server-10-3-3-on-ubuntu-64-bit/ (12 of 40)06/03/2012 02:27:00 PM

Page 13: Installing WebLogic Server 10.3.3 on Ubuntu (64-Bit) _ RedStack

Installing WebLogic Server 10.3.3 on Ubuntu (64-bit) | RedStack

In the Platform field, use the drop down to select Linux x86-64.

http://redstack.wordpress.com/2010/05/20/installing-weblogic-server-10-3-3-on-ubuntu-64-bit/ (13 of 40)06/03/2012 02:27:00 PM

Page 14: Installing WebLogic Server 10.3.3 on Ubuntu (64-Bit) _ RedStack

Installing WebLogic Server 10.3.3 on Ubuntu (64-bit) | RedStack

Click on the Search button. You should get the following patch in your results. Click on the patch number to open details of the

patch.

On the right hand side, click on the Download button to download the patch and then unzip it.

http://redstack.wordpress.com/2010/05/20/installing-weblogic-server-10-3-3-on-ubuntu-64-bit/ (14 of 40)06/03/2012 02:27:00 PM

Page 15: Installing WebLogic Server 10.3.3 on Ubuntu (64-Bit) _ RedStack

Installing WebLogic Server 10.3.3 on Ubuntu (64-bit) | RedStack

This will give you a README file and the Upgrade Installer, called wls1033_upgrade_generic.jar.

To run the upgrade installer, we issue the following command:

$ /usr/lib/jvm/jdk1.6.0_20/bin/java -jar wls1033_upgrade_generic.jar

After a few moments, the Upgrade Installer will start. Warning: You may experience a little Déjà vu at this point! Click on the

Next button to start.

http://redstack.wordpress.com/2010/05/20/installing-weblogic-server-10-3-3-on-ubuntu-64-bit/ (15 of 40)06/03/2012 02:27:00 PM

Page 16: Installing WebLogic Server 10.3.3 on Ubuntu (64-Bit) _ RedStack

Installing WebLogic Server 10.3.3 on Ubuntu (64-bit) | RedStack

First, we need to select the Middleware Home to use. Pick the same one we used earlier to install WebLogic Server 10.3.2. This

should be automatically selected for you. Click on Next.

http://redstack.wordpress.com/2010/05/20/installing-weblogic-server-10-3-3-on-ubuntu-64-bit/ (16 of 40)06/03/2012 02:27:00 PM

Page 17: Installing WebLogic Server 10.3.3 on Ubuntu (64-Bit) _ RedStack

Installing WebLogic Server 10.3.3 on Ubuntu (64-bit) | RedStack

Again you can provide your Oracle Support credentials, or not, as you choose.

http://redstack.wordpress.com/2010/05/20/installing-weblogic-server-10-3-3-on-ubuntu-64-bit/ (17 of 40)06/03/2012 02:27:00 PM

Page 18: Installing WebLogic Server 10.3.3 on Ubuntu (64-Bit) _ RedStack

Installing WebLogic Server 10.3.3 on Ubuntu (64-bit) | RedStack

A summary screen will be displayed. You may notice that WebLogic Server 10.3.3 includes some new options. Click on Next to

continue.

http://redstack.wordpress.com/2010/05/20/installing-weblogic-server-10-3-3-on-ubuntu-64-bit/ (18 of 40)06/03/2012 02:27:00 PM

Page 19: Installing WebLogic Server 10.3.3 on Ubuntu (64-Bit) _ RedStack

Installing WebLogic Server 10.3.3 on Ubuntu (64-bit) | RedStack

If you accept the defaults and leave that option selected, like I did, you will get a screen confirming where you want to install it. Just

accept the defaults again and click on Next to continue.

http://redstack.wordpress.com/2010/05/20/installing-weblogic-server-10-3-3-on-ubuntu-64-bit/ (19 of 40)06/03/2012 02:27:00 PM

Page 20: Installing WebLogic Server 10.3.3 on Ubuntu (64-Bit) _ RedStack

Installing WebLogic Server 10.3.3 on Ubuntu (64-bit) | RedStack

The installation will run, and you can watch progress.

http://redstack.wordpress.com/2010/05/20/installing-weblogic-server-10-3-3-on-ubuntu-64-bit/ (20 of 40)06/03/2012 02:27:00 PM

Page 21: Installing WebLogic Server 10.3.3 on Ubuntu (64-Bit) _ RedStack

Installing WebLogic Server 10.3.3 on Ubuntu (64-bit) | RedStack

Again, uncheck the Run Quickstart option and click on Done to exit the installer.

http://redstack.wordpress.com/2010/05/20/installing-weblogic-server-10-3-3-on-ubuntu-64-bit/ (21 of 40)06/03/2012 02:27:00 PM

Page 22: Installing WebLogic Server 10.3.3 on Ubuntu (64-Bit) _ RedStack

Installing WebLogic Server 10.3.3 on Ubuntu (64-bit) | RedStack

Now that the installation is finished, we want to create a domain. This is done using the “config” script.

$ cd /home/mark/Oracle/Middleware/wlserver_10.3/common/bin

$ ./config.sh

After a few moments, the Configuration Wizard will start. Select Create a new WebLogic Domain and click on Next to get

started.

http://redstack.wordpress.com/2010/05/20/installing-weblogic-server-10-3-3-on-ubuntu-64-bit/ (22 of 40)06/03/2012 02:27:00 PM

Page 23: Installing WebLogic Server 10.3.3 on Ubuntu (64-Bit) _ RedStack

Installing WebLogic Server 10.3.3 on Ubuntu (64-bit) | RedStack

On the next screen you get the option to add some extensions. I just accepted the defaults and clicked on Next.

http://redstack.wordpress.com/2010/05/20/installing-weblogic-server-10-3-3-on-ubuntu-64-bit/ (23 of 40)06/03/2012 02:27:00 PM

Page 24: Installing WebLogic Server 10.3.3 on Ubuntu (64-Bit) _ RedStack

Installing WebLogic Server 10.3.3 on Ubuntu (64-bit) | RedStack

Here you can give your domain a name and set the location where it will be stored. Again, accept the defaults and click on Next.

http://redstack.wordpress.com/2010/05/20/installing-weblogic-server-10-3-3-on-ubuntu-64-bit/ (24 of 40)06/03/2012 02:27:00 PM

Page 25: Installing WebLogic Server 10.3.3 on Ubuntu (64-Bit) _ RedStack

Installing WebLogic Server 10.3.3 on Ubuntu (64-bit) | RedStack

On the next screen you need to set the administrator’s password by entering it twice. Then click on Next.

http://redstack.wordpress.com/2010/05/20/installing-weblogic-server-10-3-3-on-ubuntu-64-bit/ (25 of 40)06/03/2012 02:27:00 PM

Page 26: Installing WebLogic Server 10.3.3 on Ubuntu (64-Bit) _ RedStack

Installing WebLogic Server 10.3.3 on Ubuntu (64-bit) | RedStack

Now you can select whether you want the server to run in Development or Production Mode, and which JDK to use. Again, just

accept the defaults and click on Next.

http://redstack.wordpress.com/2010/05/20/installing-weblogic-server-10-3-3-on-ubuntu-64-bit/ (26 of 40)06/03/2012 02:27:00 PM

Page 27: Installing WebLogic Server 10.3.3 on Ubuntu (64-Bit) _ RedStack

Installing WebLogic Server 10.3.3 on Ubuntu (64-bit) | RedStack

Here you get the option to change many other settings, and next time you create a domain, you might like to experiment with some

of those, instead of just taking the defaults all the time! But for now, let’s just click on Next again.

http://redstack.wordpress.com/2010/05/20/installing-weblogic-server-10-3-3-on-ubuntu-64-bit/ (27 of 40)06/03/2012 02:27:00 PM

Page 28: Installing WebLogic Server 10.3.3 on Ubuntu (64-Bit) _ RedStack

Installing WebLogic Server 10.3.3 on Ubuntu (64-bit) | RedStack

Here we see the summary screen, click on Next.

http://redstack.wordpress.com/2010/05/20/installing-weblogic-server-10-3-3-on-ubuntu-64-bit/ (28 of 40)06/03/2012 02:27:00 PM

Page 29: Installing WebLogic Server 10.3.3 on Ubuntu (64-Bit) _ RedStack

Installing WebLogic Server 10.3.3 on Ubuntu (64-bit) | RedStack

The domain will be created, and we can watch the progress.

http://redstack.wordpress.com/2010/05/20/installing-weblogic-server-10-3-3-on-ubuntu-64-bit/ (29 of 40)06/03/2012 02:27:00 PM

Page 30: Installing WebLogic Server 10.3.3 on Ubuntu (64-Bit) _ RedStack

Installing WebLogic Server 10.3.3 on Ubuntu (64-bit) | RedStack

After a few moments, the domain creation will be finished and we can click on Done to exit the Configuration Wizard.

http://redstack.wordpress.com/2010/05/20/installing-weblogic-server-10-3-3-on-ubuntu-64-bit/ (30 of 40)06/03/2012 02:27:00 PM

Page 31: Installing WebLogic Server 10.3.3 on Ubuntu (64-Bit) _ RedStack

Installing WebLogic Server 10.3.3 on Ubuntu (64-bit) | RedStack

Now we are ready to start up our server using the following commands:

$ cd /home/mark/Oracle/Middleware/user_projects/domains/base_domain

$ ./startWebLogic.sh

As the server starts up, if you look carefully at the output messages you may notice that it tells us it is running in 64-bit mode.

http://redstack.wordpress.com/2010/05/20/installing-weblogic-server-10-3-3-on-ubuntu-64-bit/ (31 of 40)06/03/2012 02:27:00 PM

Page 32: Installing WebLogic Server 10.3.3 on Ubuntu (64-Bit) _ RedStack

Installing WebLogic Server 10.3.3 on Ubuntu (64-bit) | RedStack

Once you get the message telling you the server is RUNNING, you can open up a browser and go to the WebLogic Server console.

This will be at http://yourserver:7001/console, and you can log on with the user weblogic and the password you created a moment

ago.

http://redstack.wordpress.com/2010/05/20/installing-weblogic-server-10-3-3-on-ubuntu-64-bit/ (32 of 40)06/03/2012 02:27:00 PM

Page 33: Installing WebLogic Server 10.3.3 on Ubuntu (64-Bit) _ RedStack

Installing WebLogic Server 10.3.3 on Ubuntu (64-bit) | RedStack

When you click on Log In, you will see the console:

http://redstack.wordpress.com/2010/05/20/installing-weblogic-server-10-3-3-on-ubuntu-64-bit/ (33 of 40)06/03/2012 02:27:00 PM

Page 34: Installing WebLogic Server 10.3.3 on Ubuntu (64-Bit) _ RedStack

Installing WebLogic Server 10.3.3 on Ubuntu (64-bit) | RedStack

So, there we have it, a 64-bit WebLogic Server running on 64-bit Ubuntu. The procedure for other Linux variants, Solaris, etc. is

pretty similar and even installing on 64-bit Windows is not too different! Good luck.

P.S.: If there are any Ubuntu developers reading this post, I have not used Ubuntu for years and I must say that it looks fantastic

and was very easy to install and use. Congratulations on the great work!

Share this:

● Share

Like

Be the first to like this post.

http://redstack.wordpress.com/2010/05/20/installing-weblogic-server-10-3-3-on-ubuntu-64-bit/ (34 of 40)06/03/2012 02:27:00 PM

Page 35: Installing WebLogic Server 10.3.3 on Ubuntu (64-Bit) _ RedStack

Installing WebLogic Server 10.3.3 on Ubuntu (64-bit) | RedStack

About Mark Nelson

Mark Nelson is a Consulting Solution Architect in the Fusion Middleware Architects Team (known as ”The A-Team”) in Oracle

Development. Their mission is to supply deep technical expertise to support customers deploying Oracle Fusion Middleware,

and to collect real world feedback to continuously improve the product set. Before joining Oracle Development in 2010, Mark

worked in Sales Consulting at Oracle since 2006 and various roles at IBM since 1994, including several in Software Group and

System/390 Group across Asia Pacific.

View all posts by Mark Nelson →

This entry was posted in Uncategorized and tagged Ubuntu, upgrade, WebLogic. Bookmark the permalink.

← Rename all the files in a directory to add a prefix

Exposing PeopleSoft portlets through WebCenter with WS-Security →

6 Responses to Installing WebLogic Server 10.3.3 on Ubuntu (64-bit)

1.

Zakki Ahmed says:

July 23, 2010 at 11:22 am

Hi,

Very nice round up, I’ve written a similar blog, please echo your thoughts

http://zakkiahmed.wordpress.com/2010/07/23/step-by-step-install-and-configure-weblogic-server/

http://redstack.wordpress.com/2010/05/20/installing-weblogic-server-10-3-3-on-ubuntu-64-bit/ (35 of 40)06/03/2012 02:27:00 PM

Page 36: Installing WebLogic Server 10.3.3 on Ubuntu (64-Bit) _ RedStack

Installing WebLogic Server 10.3.3 on Ubuntu (64-bit) | RedStack

Log in to Reply

markxnelson says:

August 3, 2010 at 9:45 am

Thanks Zakki. Readers here may wish to take a look at Zakki’s post too

Log in to Reply

2. Pingback: Upgrade #Oracle #OIF to 11.1.1.3 #IDM #Identity « Deploying Identity Solutions

3.

johngwheeler says:

December 10, 2010 at 10:19 am

You might also want to consider using the Smart Updater to perform the upgrade from 10.3.2 to 10.3.3. This *might* involve a

smaller download size than the upgrade-installer. See http://soa-street.blogspot.com/2010/12/upgrade-weblogic-server-10320-to.

html for details.

John Wheeler.

Log in to Reply

Mark Nelson says:

December 10, 2010 at 10:26 am

Thanks John, you’re right, that may be a good way for some people to do the upgrade. It is also possible to just download WebLogic

http://redstack.wordpress.com/2010/05/20/installing-weblogic-server-10-3-3-on-ubuntu-64-bit/ (36 of 40)06/03/2012 02:27:00 PM

Page 37: Installing WebLogic Server 10.3.3 on Ubuntu (64-Bit) _ RedStack

10.3.3 installers directly from OTN now, so the upgrade is not really needed for a new install any more.

Log in to Reply

4.

Laxman Thapa says:

August 24, 2011 at 8:07 am

I was looking for a screen shot driven tutorial for installing Oracle Weblogic Server.

This is the best one I found on the web..

Thanks a lot!

Log in to Reply

Leave a Reply Cancel reply

Please log in using one of these methods to post your comment:

Installing WebLogic Server 10.3.3 on Ubuntu (64-bit) | RedStack

Enter your comment here...

http://redstack.wordpress.com/2010/05/20/installing-weblogic-server-10-3-3-on-ubuntu-64-bit/ (37 of 40)06/03/2012 02:27:00 PM

Page 38: Installing WebLogic Server 10.3.3 on Ubuntu (64-Bit) _ RedStack

Notify me of follow-up comments via email.

● Thank you visitors!

❍ 264,295 people have been kind enough to visit our humble blog. Others get our posts by RSS or email or through syndicators. We hope you took away something of value. Please

come again!

● Tags

.Net 11g Active Directory ADF BPEL BPM C# Continuous Integration customization database E-Business Suite Hudson Human Task iPhone JDeveloper

JDK JMS JVM Mac OS X Maven memory OAM OPA OSB PeopleSoft Performance Process purge SOA Spaces SSO Subversion task flow Tricks Ubuntu UCM upgrade WCI

WebCenter WebLogic Web Service Worklist WS-Security WSRP XE

● Subscribe

Click here to subscribe using RSS

● Blogroll❍ Antony Reynolds

❍ Arun Pareek

❍ Chris Muir

❍ Dave Shaffer

❍ Deepak Arora

❍ Eidleman, Johnson et al

❍ Gary Niu

❍ George Maggessy

❍ Jacco H. Landlust

❍ Jack Desai

❍ Jan Kettenis

❍ Mike Somekh

❍ Paul Done

❍ Peter Moskovits

❍ Practical BPM

Installing WebLogic Server 10.3.3 on Ubuntu (64-bit) | RedStack

Search for:

http://redstack.wordpress.com/2010/05/20/installing-weblogic-server-10-3-3-on-ubuntu-64-bit/ (38 of 40)06/03/2012 02:27:00 PM

Page 39: Installing WebLogic Server 10.3.3 on Ubuntu (64-Bit) _ RedStack

Installing WebLogic Server 10.3.3 on Ubuntu (64-bit) | RedStack

❍ Rubicon Red

❍ Steve Button

❍ WordPress.com

● Top Posts❍ What BPM adds to SOA Suite

❍ Installing WebLogic Server 10.3.3 on Ubuntu (64-bit)

❍ Getting started with Continuous Integration for SOA projects

❍ A simple JMS client for WebLogic 11g

❍ Worklist

❍ Human Workflow in 11g

❍ Continuous Integration

❍ Deploying WebLogic applications with Maven

❍ Configuring Maven to run your Java application

❍ Installing WebLogic Server on Mac OS X

Copyright 2009-2012 Mark Nelson, Tanya Williams, Brenda Yin, Joe Qiao, David Shaffer and other contributors. All Rights Reserved. The views expressed in this blog are our own and

do not necessarily reflect the views of Oracle Corporation. All content is provided on an 'as is' basis, without warranties or conditions of any kind, either express or implied, including,

without limitation, any warranties or conditions of title, non-infringement, merchantability, or fitness for a particular purpose. You are solely responsible for determining the

appropriateness of using or redistributing and assume any risks.

The header image is a photograph of Uluru/Ayers Rock, an Australian Aboriginal sacred site, located in the 'red centre' of outback Australia. It is famed both for being a huge rock -

348m high and 9.4km in circumference - and for appearing to change colour over the course of a day or a year. For example, it appears to glow red at dawn and sunset.

● About Advertising

WordPress does not allow blog owners to advertise on blogs hosted on wordpress.com, however they do sometimes inject their own advertisments into some pages for some users in

order to produce revenue to support the great service they provide to us at no charge. WordPress provide blog owners with the ability to opt-out of this advertising for a small yearly fee.

We prefer not to have advertisements displayed to readers of our blog and have opted out for your viewing pleasure.

RedStack Theme: Twenty Ten Blog at WordPress.com.

Follow

Follow “RedStack”http://redstack.wordpress.com/2010/05/20/installing-weblogic-server-10-3-3-on-ubuntu-64-bit/ (39 of 40)06/03/2012 02:27:00 PM

Page 40: Installing WebLogic Server 10.3.3 on Ubuntu (64-Bit) _ RedStack

Installing WebLogic Server 10.3.3 on Ubuntu (64-bit) | RedStack

http://redstack.wordpress.com/2010/05/20/installing-weblogic-server-10-3-3-on-ubuntu-64-bit/ (40 of 40)06/03/2012 02:27:00 PM

Get every new post delivered to your Inbox.

Join 120 other followers

Powered by WordPress.com