我,一个Java初学者,遇到了问题。能帮我看看么?(50分)

R

rzg

Unregistered / Unconfirmed
GUEST, unregistred user!
我安装了WebLogic7+IBuilder8环境。
我的机器名称为:rzg,IP为:192.168.0.5
我创建Weblogic Server的脚本如下:
Domain Name: mydomain
Server Type: Managed Server (with owning Admin Server configuration)
Domain Template Name: WLSdo
main
Server Name: rzg
Install Directory: C:/bea/user_projects/mydomain
Listen Address: localhost
Listen Port: 7001
SSL Listen Port: 7002
Windows Service: yes
Windows Start Menu: no
User Name: system
Password: ********

ADMIN SERVER CONNECTION INFORMATION
Admin Server: 192.168.0.5
Admin Port: 7001
Server Instance Name: rzg
然后我在JBuiler8中配置Server:
Tools->Configure server....
选择Weblogic7.X
配置参数如下:
General 页:
Home Directory :c:/BEA/Weblogic700/Server;
Main Class : weblogic.Server;
VM Parameters :<默认值>
Server Parameters <无>
Working Directory: c:/bea/user_projects/mydomain
Custom 页:
JDK Install Directory: c:/bea/jdk_131_03
BEA Home Directory:c:/bea
Dmomain Directory:c:/bea/user_projects/mydomain
User Name :system(我创建的WLSdo
main 用户名称)
Password :weblogic
Server Name :rzg(我的机器名称)
然后新建一个Project
然后:Project->Project Properties....
打开Server Page...->选择“Single server for all services in projects”
此时问题出现了!:我怎么在下拉框中找不到Weblogic Server 7 啊?!!
注:此时我创建的MyDomain Server已经手工启动了,当前的状态是:“Server started in
RUNNING mode”
.注:可是我在我的机器IE Address Bar中运行:http://localhost:7001/ 却出现如下提示信息:
Error 404--Not Found
From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
10.4.5 404 Not Found
The server has not found anything matching the Request-URI. No indication is given of whether the condition is temporary or permanent.
If the serverdo
es not wish to make this information available to the client, the status code 403 (Forbidden) can be used instead. The 410 (Gone) status code SHOULD be used if the server knows, through some internally configurable mechanism, that an old resource is permanently unavailable and has no forwarding address.

那位帮我看看吧!也给指一个方向!!呵呵,非常的感谢!虽然我的分数不多了,
但是我要穷我所有奉上!


 
Weblogic7有一个向导Domain Configuration Wizard,其作用与你创建Weblogic Server的脚本
相同。Server Type选择Admin Server with Managed server(s)试一试,启动Weblogic后在IE中
输入http://localhost:7001/console或http://localhost:7001/DefaultWebApp/index.html应
该没有问题才对。
 
kehua:我已经成功的启动了Weblogic,而且我在JBiulder7,中配置后,怎么在Default Project
properties Server page中看不到我的Weblogic相关内容,我已经搞了一周了,还不行!
 
JDK Install Directory: c:/bea/jdk_131_03换成JBuilder的JDK试一试。
〉此时问题出现了!:我怎么在下拉框中找不到Weblogic Server 7 啊?!!
说明在JBuilder中没有配置好Weblogic。
 
多人接受答案了。
 
顶部