如何修改weblogic console登陆的win10登陆用户名修改和密码

博客访问: 67488
博文数量: 147
注册时间:
认证徽章:
不断学习!慢慢进步!
IT168企业级官微
微信号:IT168qiye
系统架构师大会
微信号:SACC2013
分类: IT综合技术
weblogic安装后,很久不用,忘记访问控制台的用户名或者密码,可通过以下步骤来重置用户名密码。&
版本:WebLogic Server 11g&
说明:%DOMAIN_HOME%:指WebLogic Server 域(Domain)目录&
例如我的做测试的域的根目录 DOMAIN_HOME=D:/bea10/user_projects/domains/testcluster_domain&
1.为了保证操作安全,备份%DOMAIN_HOME%/security/DefaultAuthenticatorInit.ldift&
2. 进入%DOMAIN_HOME%/security目录,执行下列命令:&
java -classpath D:/bea10/wlserver_10.0/server/lib/weblogic.jar weblogic.security.utils.AdminAccount &NewAdminUserName& &NewAdminPassword& .&
打开一个cmd窗口,进入D:/bea/user_projects/domains/base_domain/security&
执行java -classpath D:/bea/wlserver_10.3/server/lib/weblogic.jar weblogic.security.utils.AdminAccount weblogic weblogic .&
特点注意最后有个“ .”,一个空格和一个点。&
此命令将生成新的DefaultAuthenticatorInit.ldift文件覆盖原来的。&
3. 进入管理服务器的AdminServer目录,如:%DOMAIN_HOME%/servers/AdminServer。将其中的data目录重命名,如:data_old。或者备份到别的地方。&
4. 修改管理服务器的boot.properties文件,如:%DOMAIN_HOME%/servers/AdminServer/security /boot.properties,修改其中的用户名与密码(用明文,第一次启动服务器时明文将被加密),要和上面命令&
中的用户名密码一致。&
例:修改后:&
username=weblogic&
password=weblogic&
5. 重新启动服务器后,就可以使用用户weblogic登录管理控制台了。&
第一次启动后,%DOMAIN_HOME%/servers/AdminServer/security/boot.properties中的用户名密码被加密为:&
#Tue Feb 07 09:55:44 CST 2012&
password={AES}eCAESwlBym9A6ZI6HMOSf1ACl85BwDDouZ2+FaamP1s\=&
username={AES}YVuNv07/Yi3EjhDUoUjWl/S1jUDamfLpm9/iXAb3gto\=
阅读(259) | 评论(0) | 转发(0) |
相关热门文章
给主人留下些什么吧!~~
请登录后评论。weblogic的console用户跟密码哪里可以查_百度知道alexluo98 的BLOG
用户名:alexluo98
访问量:947
注册日期:
阅读量:5863
阅读量:12276
阅读量:321843
阅读量:1032459
51CTO推荐博文
&weblogic密码修改
by&Alex-luo&@四夕alex&
进入web端console控制台
进入域结构安全服务如图:
双击myrealm选择用户和组展开如图:
双击weblogic选择口令如图:
eb端修改密码要求长度8位,必须字母与数字组合
我修改全部为:&&&username=&&&weblogic&&&password&=&weblogic1
在web端修改完密码之后刷新weblogic&web端console&会报错
&BEA-090402&&&Authentication&denied:&Boot&identity&not&&The&user&name&and/or&password&from&the&boot&identity&file&(boot.properties)&is&not&valid。The&boot&identity&may&have&been&changed&since&the&boot&identity&file&was&created.&Please&edit&and&update&
因为boot.properties的文件中的密码与新设置的密码不一致导致的,所以在这里我们把这个配置文件重设一下就可以了。
具体路径:/bea/user_projects/domains/wlotx/servers/AdminServer/security/boot.properties
将文件里的username和password改为我们的新密码,在下次重启时会自动用3DES加密成密文
重启weblogic。即可。
By&Alexluo
本文出自 “” 博客,请务必保留此出处
了这篇文章
类别:┆阅读(0)┆评论(0)经验谈:weblogic8.1 console登录密码丢失的解决以及在MyEclipse中...
经验谈:weblogic8.1 console登录密码丢失的解决以及在MyEclipse中...
经验谈:weblogic8.1 console登录密码丢失的解决以及在MyEclipse中的配置&&&&&&& 密码丢失的解决&&&&&& Weblogic8.1缺省安装的情况下,使用的管理员登录名称和登录密码分别为weblogic/weblogic。但有时候由于迫切使用新的软件的心理,在安装过程中总是忙乱的输入有关管理员的名称和密码,更或是其它一些爱遗忘的人士,当在登录控制台时已经忘记了登录名称和密码。&&&&&&& 最近我也碰到了这种情况,诉求网络之后终于找到了一种行之有效的方法。这里我有必要总结一下,因为参考的资料写的不够清晰。根据我的使用,我认为这个方法就是按照重新设定的用户名和密码生成新的域下的服务器的配置文件。&&&&&&& 操作系统为windows2003。现在开始操作,步骤分别为:&&&&&& 1、修改两个配置文件的名称进行备份· %BEA_HOME%\user_projects\domains\mydomain\ boot.properties· %BEA_HOME%\user_projects\domains\mydomain\myserver\ldap\DefaultAuthenticatormyrealmInit.initialized&2、进入命令行窗口,并进入想要登录的域的目录。cd %BEA_HOME%\user_projects\domains\mydomain&3、运行java命令设定新的用户名和密码,注意此命令后还有一个“.”。java –cp C:\bea\weblogic81\server\lib\weblogic.jar &weblogic.security.utils.AdminAccount NewAccount
.&4、重新启动weblogic,进入console,使用新的用户名和密码登录即可。但是我在试验的过程中使用原有的用户名和密码依然还是可以登录的。
发表评论:
TA的最新馆藏[转]&[转]&WebLogic安装完成,控制台无法登录原因之一
案例:WebLogic安装没问题,当进入控制台时候输入的是:http:机器名:7001/console
这时候进入WebLogic控制台,问题是不管怎么输入用户名和密码都无法登录。很是奇怪,关闭防火墙也没用,控制台也没有错误提示。
控制台输出:
JAVA Memory arguments: -Xms256m -Xmx512m -XX:CompileThreshold=8000 -XX:PermSize=
-XX:MaxPermSize=128m
WLS Start Mode=Development
CLASSPATH=C:\Oracle\MIDDLE~1\patch_wls1032\profiles\default\sys_manifest_classpa
th\weblogic_patch.C:\Oracle\MIDDLE~1\JDK160~1.5-3\lib\tools.C:\Oracle\MI
DDLE~1\utils\config\10.3\config-launch.C:\Oracle\MIDDLE~1\WLSERV~1.3\server\
lib\weblogic_sp.C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.C:\Ora
cle\MIDDLE~1\modules\features\weblogic.server.modules_10.3.2.0.C:\Oracle\MID
DLE~1\WLSERV~1.3\server\lib\webservices.C:\Oracle\MIDDLE~1\modules\ORGAPA~1.
0/lib/ant-all.C:\Oracle\MIDDLE~1\modules\NETSFA~1.0_1/lib/ant-contrib.C:
\Oracle\MIDDLE~1\WLSERV~1.3\common\eval\pointbase\lib\pbclient57.C:\Oracle\M
IDDLE~1\WLSERV~1.3\server\lib\xqrl.jar
PATH=C:\Oracle\MIDDLE~1\patch_wls1032\profiles\default\C:\Oracle\MIDDLE~1
\WLSERV~1.3\server\native\win\32;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\C:\Ora
cle\MIDDLE~1\modules\ORGAPA~1.0\C:\Oracle\MIDDLE~1\JDK160~1.5-3\jre\C:\O
racle\MIDDLE~1\JDK160~1.5-3\D:\app\ning_zhang\product\11.1.0\db_1\C:\Win
dows\system32;C:\WC:\Windows\System32\WC:\Windows\System32\WindowsPow
erShell\v1.0\;C:\Program Files\AMD\ATI.ACE\Core-SC:\Program Files\\jdk
1.6.0_02\C:\Program Files\Java\jdk1.6.0_02\jre\%CATALINA_HOME%\%CATA
LINA_HOME%\C:\Program Files\ArcGIS\ArcSDE\ora11gexe\C:\\MIDDLE~1\W
LSERV~1.3\server\native\win\32\oci920_8
***************************************************
To start WebLogic Server, use a username and
password assigned to an admin-level user.
server administration, use the WebLogic Server *
console at http:\\hostname:port\console
***************************************************
starting weblogic with Java version:
java version &1.6.0_14&
Java(TM) SE Runtime Environment (build 1.6.0_14-b08)
Java HotSpot(TM) Client VM (build 14.0-b16, mixed mode)
Starting WLS with line:
C:\Oracle\MIDDLE~1\JDK160~1.5-3\bin\java -client
-Xms256m -Xmx512m -XX:Compile
Threshold=8000 -XX:PermSize=48m
-XX:MaxPermSize=128m -Dweblogic.Name=AdminServe
r -Djava.security.policy=C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.polic
-Xverify:none
-da -Dplatform.home=C:\Oracle\MIDDLE~1\WLSERV~1.3 -Dwls.home=C
:\Oracle\MIDDLE~1\WLSERV~1.3\server -Dweblogic.home=C:\Oracle\MIDDLE~1\WLSERV~1.
-Dweblogic.management.discover=true
-Dwlw.iterativeDev= -Dwlw.testCo
nsole= -Dwlw.logErrorsToConsole= -Dweblogic.ext.dirs=C:\Oracle\MIDDLE~1\patch_wl
s1032\profiles\default\sysext_manifest_classpath
weblogic.Server
& 下午02时32分31秒 CST& &Info& &WebLogicServer& &BEA-000377& &Starting
WebLogic Server with Java HotSpot(TM) Client VM Version 14.0-b16 from Sun Micros
ystems Inc.&
& 下午02时32分31秒 CST& &Info& &Management& &BEA-141107& &Version: WebL
ogic Server 10.3.2.0
Tue Oct 20 12:16:15 PDT
& 下午02时32分32秒 CST& &Notice& &WebLogicServer& &BEA-000365& &Server
state changed to STARTING&
& 下午02时32分32秒 CST& &Info& &WorkManager& &BEA-002900& &Initializing
self-tuning thread pool&
& 下午02时32分32秒 CST& &Notice& &LoggingService& &BEA-320400& &The log
file C:\Oracle\Middleware\user_projects\domains\weblogic\servers\AdminServer\lo
gs\AdminServer.log will be rotated. Reopen the log file if tailing has stopped.
This can happen on some platforms like Windows.&
& 下午02时32分32秒 CST& &Notice& &LoggingService& &BEA-320401& &The log
file has been rotated to C:\Oracle\Middleware\user_projects\domains\weblogic\se
rvers\AdminServer\logs\AdminServer.log00009. Log messages will continue to be lo
gged in C:\Oracle\Middleware\user_projects\domains\weblogic\servers\AdminServer\
logs\AdminServer.log.&
& 下午02时32分32秒 CST& &Notice& &Log Management& &BEA-170019& &The ser
ver log file C:\Oracle\Middleware\user_projects\domains\weblogic\servers\AdminSe
rver\logs\AdminServer.log is opened. All server side log events will be written
to this file.&
& 下午02时32分34秒 CST& &Notice& &Security& &BEA-090082& &Security init
ializing using security realm myrealm.&
& 下午02时32分35秒 CST& &Notice& &WebLogicServer& &BEA-000365& &Server
state changed to STANDBY&
& 下午02时32分35秒 CST& &Notice& &WebLogicServer& &BEA-000365& &Server
state changed to STARTING&
& 下午02时32分35秒 CST& &Notice& &LoggingService& &BEA-320400& &The log
file C:\Oracle\Middleware\user_projects\domains\weblogic\servers\AdminServer\lo
gs\weblogic.log will be rotated. Reopen the log file if tailing has stopped. Thi
s can happen on some platforms like Windows.&
& 下午02时32分35秒 CST& &Notice& &LoggingService& &BEA-320401& &The log
file has been rotated to C:\Oracle\Middleware\user_projects\domains\weblogic\se
rvers\AdminServer\logs\weblogic.log00009. Log messages will continue to be logge
d in C:\Oracle\Middleware\user_projects\domains\weblogic\servers\AdminServer\log
s\weblogic.log.&
& 下午02时32分35秒 CST& &Notice& &Log Management& &BEA-170027& &The Ser
ver has established connection with the Domain level Diagnostic Service successf
& 下午02时32分36秒 CST& &Notice& &WebLogicServer& &BEA-000365& &Server
state changed to ADMIN&
& 下午02时32分36秒 CST& &Notice& &WebLogicServer& &BEA-000365& &Server
state changed to RESUMING&
& 下午02时32分36秒 CST& &Warning& &Server& &BEA-002611& &Hostname &ning
_zhang.&, maps to multiple IP addresses: 172.18.124.179, fe80:0:
0:0:7a:c668:fd79:989c%11&
& 下午02时32分36秒 CST& &Notice& &Server& &BEA-002613& &Channel &Defaul
t& is now listening on 172.18.124.179:7001 for protocols iiop, t3, ldap, snmp, h
& 下午02时32分36秒 CST& &Notice& &Server& &BEA-002613& &Channel &Defaul
t[3]& is now listening on fe80:0:0:0:0:5efe:ac12:7cb3:7001 for protocols iiop, t
3, ldap, snmp, http.&
& 下午02时32分36秒 CST& &Notice& &Server& &BEA-002613& &Channel &Defaul
t[2]& is now listening on fe80:0:0:0:7a:c668:fd79:989c:7001 for protocols iiop,
t3, ldap, snmp, http.&
& 下午02时32分36秒 CST& &Notice& &Server& &BEA-002613& &Channel &Defaul
t[4]& is now listening on fe80:0:0:0::d326:1a7:7001 for protocols iiop,
t3, ldap, snmp, http.&
& 下午02时32分36秒 CST& &Notice& &Server& &BEA-002613& &Channel &Defaul
t[6]& is now listening on 127.0.0.1:7001 for protocols iiop, t3, ldap, snmp, htt
& 下午02时32分36秒 CST& &Notice& &Server& &BEA-002613& &Channel &Defaul
t[5]& is now listening on 0:0:0:0:0:0:0:1:7001 for protocols iiop, t3, ldap, snm
& 下午02时32分36秒 CST& &Notice& &Server& &BEA-002613& &Channel &Defaul
t[1]& is now listening on 172.18.114.121:7001 for protocols iiop, t3, ldap, snmp
& 下午02时32分36秒 CST& &Notice& &WebLogicServer& &BEA-000331& &Started
WebLogic Admin Server &AdminServer& for domain &weblogic& running in Developmen
& 下午02时32分36秒 CST& &Notice& &WebLogicServer& &BEA-000365& &Server
state changed to RUNNING&
& 下午02时32分36秒 CST& &Notice& &WebLogicServer& &BEA-000360& &Server
started in RUNNING mode&
14:32:42 com.sun.faces.config.ConfigureListener contextInitialized
信息: Initializing Sun's JavaServer Faces implementation (1.2_03-b04-FCS) for co
ntext '/console'
14:32:42 com.sun.faces.config.ConfigureListener contextInitialized
信息: Completed initializing Sun's JavaServer Faces implementation (1.2_03-b04-F
CS) for context '/console'
经过测试:把url地址的 机器名,修改为localhost或者127.0.0.1就OK了
具体原因还没查到什么地方原因,若有知道的朋友还请留言 谢谢!
(window.slotbydup=window.slotbydup || []).push({
id: '2467140',
container: s,
size: '1000,90',
display: 'inlay-fix'
(window.slotbydup=window.slotbydup || []).push({
id: '2467141',
container: s,
size: '1000,90',
display: 'inlay-fix'
(window.slotbydup=window.slotbydup || []).push({
id: '2467142',
container: s,
size: '1000,90',
display: 'inlay-fix'
(window.slotbydup=window.slotbydup || []).push({
id: '2467143',
container: s,
size: '1000,90',
display: 'inlay-fix'
(window.slotbydup=window.slotbydup || []).push({
id: '2467148',
container: s,
size: '1000,90',
display: 'inlay-fix'

我要回帖

更多关于 weblogic console端口 的文章

 

随机推荐