Chapter 2. Setting Up the Environment

In this chapter we're going to set up all the software required to implement and execute the code that we will be writing along the book. More specifically, we're going to:

  • Install JDK Version 1.7, which will be used by the application server and the development environment
  • Install Oracle WebLogic Server and Eclipse OEPE binaries
  • Install a MySQL RDBMS server and configure a database
  • Create and configure a WebLogic domain
  • Configure the Eclipse IDE to recognize the WebLogic Server
  • Install and configure an OpenLDAP server

About the directory structure

While writing this book, a couple of Unix-like operating systems were used, more specifically Mac OS X and Ubuntu. So, when referencing a directory path, the format adopted is /some/folder. If you are a Windows user, the equivalent path would be C:somefolder.

The base folder used in the book is /opt/packt/. Inside it, we're going to add a few more folders to accommodate the necessary components. Here's the basic structure you have to create before moving on to the next section:

/opt/packt/
  |- domains
  |- etc
  |- install
  |- workspace

Of course, you don't need to follow the preceding definitions. If so, just remember to change the references accordingly, when mentioned.

Tip

Microsoft Windows users: Whenever asked to choose a directory name, remember to select or create one without spaces to avoid potential problems later on.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.144.110.155