Jbuilder9 + weblogic7 practice
Tool (installation and configuration of weblogic7)
Author:Huang Kai
E_mail:Hk_sz@163.com
Preface
This article will introduce how to obtain and install and configure some tools that will be used in my article later.
Install and configure weblogic7
I. installation and configuration
1. Click the installation file to start installation. First,"NEXT"À select"YEs", Click"NEXT"À
Create a directory, here I use the default, directly"NEXT"À Road"NEXT"Until installation starts.
2. After the installation is complete, we need to configure our own domain and click"Start/Program/BEA Weblogic Platform 7.0/Domain Configuration Wizard"À select"WLS domain", Pay attention to the"NameThe content isMydomain", Click"NEXT"À Road"NEXT"À until"Create administrator user", After entering the user name and password"NEXT"À"Do you want to install this server as Windows Service?" Select"NO"(Default), click"NEXT"À"Do you want to install this server as windows startmenu?" Select"YEs"(Default), click"NEXT"À"CReate"Start to create. Select"End Configuration Wizard."(Default), click"DOne.
3. We can start mydomain to see if it can be used normally.
Click Start/Program/BEA Weblogic Platform 7.0/user projects/start server.
In theEnter username to boot WebLogic Server:Enter your username,Enter password to boot WebLogic Server:"And enter your password. If no exception is reported, it will start normally. The basic installation and configuration of weblogic7 are complete.
4. tips:
Every time we start mydomain, we need to enter username and password. This is not annoying. It is easy to put the "startweblogic. cmd" in "% bea_home %/user_projects/mydomain"Set wls_user =AndSet wls_pw ="Write your username and password.
My article was first published on the Niuer Forum (www.newer.com.cn/bbs) and the programmer Forum (www.csdn.net). You are welcome to repost it. However, please keep the author and author's name. Thank you.