[Weblogic] Create a domain in weblogic in linux (Getting Started), weblogicdomain
Find the/common/bin directory under weblogic,/home/weblogic/Oracle/Middleware/wlserver_10.3/common/bin
./Config. sh-mode = console (installed in console mode)
(1) Select "create Weblogic domain", enter "1", and press Enter;
(2) Press enter directly;
(3) Select a template as needed. The first template is selected here;
(4) Name the domain;
(5) set the directory of the domain, which can be set by default or by yourself;
(6) set the name and password, with letters and numbers, for example, weblogic1/weblogic1;
(7) Select the development mode;
(8) set the jdk path used;
(9) Select the first one;
(10) set the service name and port. Here we set demo/9998;
(11) after the settings are complete, press enter and wait for a prompt to pop up, the creation is successful;
(12) Go to the domain directory set in step 1 and start it;
(13) log display indicates that the startup is successful;
(14) Go to the console: open a browser, enter the address (http: // ip: Port Number/console), for example, http: // 127.0.0.1: 9998/console/(15) enter the login name and password set in step 2, and click log on.
(16) set the data source
(17) deployment project