Goto WebLogic server home directory
in my case
/home/shamim/Oracle/Middleware/wlserver_10.3
Run
./common/bin/config.sh
Type [1] to choose Create a new WebLogic domain
Type [1] to Choose Weblogic Platform components. You can also choose [2] the custom template option.
Application Template Selection:
In my case I want deploy EJB service beans on webLogic server so I choose Basic WebLogic Server Domain and Type [Next]
Edit Domain Information:
the default domain name is 'base_domain' you can change the name or type [Next]
Select the target domain directory for this domain:
you can change the location or type [Next] to use default one.
Configure Administrator User Name and Password:
The default user name for Administrator user is 'weblogic'. Type [1] to change this or not.
Type [2] to set "User password". Minimum length of the password should be 8. This password will be used to login into console.
Type [3] to confirm password.
Type [Next]
Domain Mode Configuration:
Type [1] for Development Mode which dose not include some security features.
Java SDK Selection:
You should see a list of available JDK and choose one from them.
Select Optional Configuration:
Type [1] because if you have only one server it should be the Administration Server.
Configure the Administration Server:
...
Remember the port number and type [Next] if you don't like to change it.
In few seconds domain creation should be completed. And you will find the server instance ready for use into server domain.
in my case [/home/shamim/Oracle/Middleware/user_projects/domains/ejb_services] this is the admin server home.
Following command will start the server.
./bin/startWebLogic.sh
Console url
http://localhost:7001/console