How to find Oracle EBS Weblogic Server Admin Port and URL

 
Weblogic admin port

Method 1

Open the Application tier context file
vi $CONTEXTFILE

Check the value of 'WLS Admin Server Port' from "s_wls_adminport" parameter

Method 2

Open the EBS domain config file
vi $EBS_DOMAIN_HOME/config/config.xml

Check the 'listen-port' value of the 'AdminServer'

Weblogic console URL

http://<server name>. <domain name> : <weblogic Admin Port>/console

Ex: http://oracle.test.com:7002/console

 
Login User: weblogic
Password: As per environment

最新文章

  1. Java中,异常的处理及抛出
  2. iOS UIView 动画浅谈
  3. Struts2 OGNL 字符串自定义转化对象细节
  4. Python数据库备份脚本
  5. JAVA 设计模式 中介者模式
  6. php示例代码使用mysql_fetch_assoc函数
  7. jmeter beanshell内容
  8. 友盟消息推送和更新XML配置
  9. Dataguard之redo传输服务
  10. RHEL/CentOS 6.x 系统服务详解
  11. 【Nutch2.2.1基础教程之2.2】集成Nutch/Hbase/Solr构建搜索引擎之二:内容分析
  12. easy_install django==1.4.2_百度搜索
  13. Error creating bean with name &#39;contentCategoryController&#39;: Injection of autowired dependencies failed;
  14. python语法_模块_time_datetime_random
  15. 客户端不能连接MySQL - 2003-Can&#39;t connect to MySQL server on &#39;192.168.43.180&#39;(10060 &quot;Unknown error&quot;)
  16. 如何在本地同时管理github仓库和codingnet仓库?
  17. HTML中文本过长时自动隐藏末尾部分或中间等任意部分
  18. c#中枚举类型 显示中文
  19. [转载]基于UML的需求分析和系统设计(完整案例和UML图形演示)
  20. python&#160;以单例模式封装logging相关api实现日志打印类

热门文章

  1. mybatis/tk mybatis下实体字段是关键字/保留字,执行报错
  2. Node中使用MySQL报错:TypeError: Cannot read property &#39;query&#39; of undefined
  3. iOS-UINavigationController多控制器管理
  4. 01.轮播图之四 :imageViews(2 或者 3 个imageview) 轮播
  5. spacemacs:emacs和vim结合,大杀器。vim党转emacs
  6. Spring 设计模式之责任链模式
  7. In-App Purchase(iap)快速指南
  8. java源码 -- AbstractList
  9. 数据结构 -- Trie字典树
  10. python学习-23 函数