Weblogic Basic - WlST
-
How to find out AdminServer 's URL? How to reset password ? How to find out admin user and password?
-
How to find out AdminServer 's URL?
basiclly track the start log for url and port we can find it
-
How to find out admin user and password?
- check
boot.properties
get the encrypted password and username then try crypt it - if we got the domain create script , wen can find there
- check
-
How to reset username and password ?
- backup
${DOMAIN_HOME}/security/DefaultAuthenticatorInit.ldift
- java -classpath
{DOMAIN_HOME}/security - backup
${DOMAIN_HOME}/server/AdminServer/data
- fill the
new username
andnew password
intoboot.properties
restart
weblogic server and relogin
- backup
-
-
How to find out domain home? Oracle_Home?
-
How to find out domain home?
check
${Oracle_Home}/domain-registry.xml
and this file will show you<?xml version="1.0" encoding="UTF-8"?> <domain-registry xmlns="http://xmlns.oracle.com/weblogic/domain-registry"> <domain location="/Users/bohu/Oracle/Middleware/Oracle_Home/domains/lab"/> <domain location="/Users/bohu/Oracle/Middleware/Oracle_Home/domains/lab2"/> </domain-registry>%
-
How to Find Oracle_Home?
use
ps -ef | grep wlserver
check andwlserver
upper directory is what we are looking for
-
-
How to stop/start WebLogic?
# Start WebLogic cd ${DOMAIN_HOME} && nohup ./startWebLogic.sh 2>&1 & ./startWebLogic.sh 2>&1 | tee start.log & # How you start basiclly depend on what do you want # Stop WebLogic # Make Sure All Applications Are Down , Be Careful With This cd. ${DOMAIN_HOME}/bin && ./stopWebLogic.sh
-
How to create a new managed server?
- access the admin console and create a managed server with
LogicName
and definedlisten port
- Establish connection between managed server and AdminServer
./startManagedWebLogic.sh <Managed Server Logicname> <AdminServer URL>
- check the managed server status on Admin console
- access the admin console and create a managed server with
-
Basic use of WLST(How to invoke wlst? How to run some basic commands?)
-
Some Useful links In Our Support
本文来自博客园,作者:Jas0n0ss,转载请注明原文链接:https://www.cnblogs.com/Jas0n0ss/p/13964499.html
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· 从 HTTP 原因短语缺失研究 HTTP/2 和 HTTP/3 的设计差异
· AI与.NET技术实操系列:向量存储与相似性搜索在 .NET 中的实现
· 基于Microsoft.Extensions.AI核心库实现RAG应用
· Linux系列:如何用heaptrack跟踪.NET程序的非托管内存泄露
· 开发者必知的日志记录最佳实践
· winform 绘制太阳,地球,月球 运作规律
· TypeScript + Deepseek 打造卜卦网站:技术与玄学的结合
· AI 智能体引爆开源社区「GitHub 热点速览」
· 写一个简单的SQL生成工具
· Manus的开源复刻OpenManus初探