Oracle Weblogic Server (Basics) Series - 1 : Installation of Weblogic Server 12.2.1.4.0 (Post 1)

แชร์
ฝัง
  • เผยแพร่เมื่อ 17 ก.ย. 2024
  • Oracle Weblogic Server (Basics) Series - 1 : Installation of Weblogic Server 12.2.1.4.0 (Post 1)

ความคิดเห็น • 10

  • @dileepkumardandeti4249
    @dileepkumardandeti4249 หลายเดือนก่อน

    Is it mandatory to install Fusion Middleware Installer before we installe Oracle Weblogic? Also please explain the difference between Oracle Home, Middleware Home, Weblogic Home, Fuse Middleware Home. Please answer the queries...

    • @digitak.middleware
      @digitak.middleware  หลายเดือนก่อน

      Fusion Middleware installer is nothing but weblogic itself but along with many more features like JRF which is required for fusion Middleware applications like SOA, Webcenter, IDM etc. So when installing any fusion Middleware product we have to install Fusion Middleware Infrastructure not plain Weblogic server. Both are different installers. ORACLE HOME, Oracle Fusion Middleware Home and Middleware Home are the same, it means the main installation directory. Weblogic Home is the folder with name wlserver inside Oracle Home

  • @MamadouDEMBAMalal
    @MamadouDEMBAMalal 3 ปีที่แล้ว

    Hello, How to test with command line a datasource generally please ? If the test connection is Ok with database configuration

    • @digitak.middleware
      @digitak.middleware  3 ปีที่แล้ว

      You can use WLST to test. Something like -
      connect('weblogic', 'weblogic', 't3://localhost:7001')
      serverRuntime()
      dsMBeans = cmo.getJDBCServiceRuntime().getJDBCDataSourceRuntimeMBeans()
      ds_name = "myDataSourceName"
      for ds in dsMBeans:
      if (ds_name == ds.getName()):
      print 'DS name is: '+ds.getName()
      print 'State is ' +ds.getState()
      print ds.testPool()

  • @user-mc4hp7yy9r
    @user-mc4hp7yy9r 9 หลายเดือนก่อน

    If we change the config.xml file will it be updated in only admin server or will it be updated managed servers as well ? if iit is updated ms servers as well how it will be updated ?

    • @digitak.middleware
      @digitak.middleware  9 หลายเดือนก่อน

      Any change in confirg.xml will be reflected for each managed server by the admin server. For remote servers it communicates and replicates the configurations using node manager

  • @anilpatnaik2860
    @anilpatnaik2860 2 ปีที่แล้ว

    Sir, I want to learn web logic server what are the prerequisites, is this enough to get job, I am not interested in programming

    • @digitak.middleware
      @digitak.middleware  2 ปีที่แล้ว +2

      Yes, administration knowledge (install, configure, integrate etc.) in weblogic is sufficient. Programming not really required in that case. You can say it weblogic server administration/administrator. Placement chance will get increase in multiple fold If you can learn one more oracle fusion middleware products along with weblogic, like SOA, IDM, Webcenter etc.

  • @polaiahpemmasani2060
    @polaiahpemmasani2060 23 วันที่ผ่านมา

    Hi sir i want pdf notes

    • @digitak.middleware
      @digitak.middleware  23 วันที่ผ่านมา

      Write us on digitalk.fmw@gmail.com, will share details