Oracle-weblogic
文章平均质量分 80
sunny_feng
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
start/stop weblogic server in shell.
1. Knowledge: nohup: we can use that command to run job in the background. remember the last '&'start managed weblogic: connect using HTTP protocal, the user/pwd passed to command line u...2009-12-18 11:43:49 · 171 阅读 · 0 评论 -
Using weblogic.WLST to create userConfigFile and userConfigKey
Weblogic provide script tool to create userConfigFile and userConfigKey, that encrypt the current user login and password, can be used by auto_deploy tools.1. Set domain variable: cd ${DOMAIN_H...原创 2010-01-05 14:43:52 · 465 阅读 · 0 评论 -
Weblogic WLST Information Commands
Information CommandsUse the WLST information commands, listed in Table, to interrogate domains, servers, and variables, and provide configuration bean, runtime bean, and WLST-related information....原创 2010-01-06 09:18:40 · 158 阅读 · 0 评论 -
Start weblogic without prompt of user and password
when we start weblogic, in some conditions, it will let you input the admin user and password. so the interaction mode can NOT used by your script to start the weblogic bypass the user and password....原创 2010-01-15 16:09:22 · 125 阅读 · 0 评论 -
java.lang.ClassNotFoundException: oracle.security.jps.wls.listeners.JpsApplicati
1. issue description: I got exception when deploy my web application in weblogic server java.lang.ClassNotFoundException: oracle.adf.share.weblogic.listeners.ADFApplicationLifecycleListenerjava....原创 2011-09-23 17:26:45 · 308 阅读 · 0 评论
分享