1. In JBuilder, choose: Tools | Configure Servers... and select
"WebLogic Application Server 6.x+" from the left-hand pane.
2. Next, in the right-hand pane, click the "Enable Server"
checkbox.
3. Under the General tab, select and edit the following fields:
Home directory: /bea/weblogic700/server
4. Now, under the Custom tab, select and edit the following
fields:
JDK installation directory: /bea/jdk131_03
BEA home directory: /bea
Domain directory: (e.g. /bea/user_projects/mydomain -- if
you have not yet created a domain in WebLogic 7, see below)
To create a domain in Weblogic 7,
use the "Domain Configuration Untility" from Start | Programs
| BEA Weblogic Platorm 7.0 | Domain Configuration Wizard. When the dialog
appears, choose a template (e.g. WLS Examples")--
the domain will be shown in the Name field below Next, choose the Server
type (e.g. Single Server). Finally, choose the domain location (e.g.
/bea/user_projects).
User name: type your WebLogic 7 user name
Password: type your WebLogic 7 password
Domain name: type the WebLogic 7 domain name (e.g. mydomain)
Server name: type the WebLogic 7 server name (e.g. myserver)
Version: click on the combobox and select "7.0 (/bea/weblogic700)"
5. Finally, to associate Weblogic 7 with a particular project, open the
project properties and choose the Server tab. Click on the "Single
server for all services in project" combobox and choose "WebLogic
Application Server 6.x+." This will automatically add the necessary
libraries for WebLogic to the Required Libraries for the project.