Creating your own Weblogic local domain on Windows

Creating your own Weblogic local domain on Windows

If you want create your own weblogic domain you have reached correct destination. You can use this domain for configuring server in Netbeans IDE. This installation is on OS Windows 7. Let's jump to configuring domain.

1. Go to Weblogic configurator and select Quick Launch
2. You will see quick launch screen one like below. Now click on "Getting Started with Weblogic 10.3.6".
3. Now you will see Configuration Wizard screen as below. Select "Create new Weblogic Domain". And click on Next.
4. You can select domain source as below. Configurator wizard will list all the domains.
5. Enter name and location in next screen.
6.Add username and password. Keep password alphanumeric one, should be combination of Letters and numbers like "Welcome1". This is important for logging in to admin console.
7. This is very important step. If you are using this in some IDE then select development version. And select JDK version on which you are building your Java project. I have selected 1.8 but my default is 1.6, because I'm working on Netbeans with JDK 1.8.
8. Select everything default and create domain.
9. Your folder structure will look something like one in below screen.


10. Now start weblogic running startWeblogic.cmd from command line.

11. Go to weblogic console at "http://localhost:7001/console".
This all you need to know to configure weblogic server. Simple, aint it? Happy installing :)

Comments

Popular posts from this blog

How to do AJAX using XMLHttpRequest for large data

Caching mechanisms in modern world browser

Polymorphism in Java OOP