Weblogic Server WLST - Basics (PART - 1)

Ғылым және технология

Weblogic Server Installation
Weblogic Server Upgrade
Weblogic Server Tutorial
Learn Weblogic Server
Weblogic Server Interview questions and answers
Weblogic Server Patching
Weblogic Server Upgrade
Weblogic Server Clustering
Weblogic Server Data Source
Weblogic Server Deployment
Weblogic Server Node Manager
Learn Fusion Middleware
Oracle Access Manager
Oracle SOA Suite
Internet Directory Server
Cloud Computing Tutorial
Career in Cloud Computing
Career in Weblogic Server
Career in Fusion MIddleware
Learn Cloud Computing
Business Intelligence and Analytics
Virtualization
Public, Private and Hybrid Cloud
SaaS, PaaS, IaaS
Container, Docker
Upgrade oracle fusion milddeware
Oracle Webcenter
Oracle IDM
Oracle OID
Learn Amazon AWS Cloud
Weblogic Monitoring
Weblogic Troubleshooting
Weblogic Performance Tuning
Weblogic and Web Server Integration
Weblogic and Apache Integration
Apache web server installation
Tomcat Installation
Jboss Wildfly Redhat EAP
Jboss Wildfly EAP Installation
DeApplication Deployment in JBOSS
Application Deployment in Wildfly
Application Deployment in EAP
Domain Controller, Process controller, Host Controller
Jboss wildfly server groups, performance tuning
Weblogic Server WLST
Weblogic JMS Configurations
Learn JMS weblogic
Weblogic Session Management
Change Weblogic password
recover weblogic password
application deployment in weblogic server
create data source in weblogic server
data source, connection pool
JMS module, JMS Server, Queue, Topic, Distributed Queue, Distributed Topic
Connection Factory, JMS messaging bridge configuration
JMS bridge destinations
Node manager and machine
vertical and horizontal clustering
weblogic server clustering
upgrade weblogic 10g to 11g
upgrade weblogic 11g to 12c
IBM Cognos watson
IBM cognos business intelligence and analytics
Oracle OCI
Oracle cloud infrastructure
Cloud computing regions, availability domains, VCN, VPN
amazon AWS cloud free signup
cloud computing creating virtual machine compute
weblogic server admin server
weblogic server managed server
weblogic server cluster
learn basics of weblogic server
weblogic server domain
creaet weblogic serevr domain
load balancing, failover, scalability, reliability
cloud computing deployment models
cloud computing delivery models
weblogic server migration
oracle OHS
Oracle HTTP Server
Collacoated and Standalone mode
install OHS in collocated and standalone mode
install OID in standalone and collocated mode
Oracle OID, OUD, SOA, Webcenter Portal, Webcenter Content, Webcenter Suite

Пікірлер: 26

  • @nareshbandi5447
    @nareshbandi5447 Жыл бұрын

    Thank you very much sir Great helpful to us 💐🤝

  • @digitak.middleware

    @digitak.middleware

    Жыл бұрын

    Most welcome

  • @shaiknazeer7307
    @shaiknazeer7307 Жыл бұрын

    Great class sir TQ so much 😍🤝.

  • @digitak.middleware

    @digitak.middleware

    Жыл бұрын

    Always welcome

  • @vamsikrishna4972
    @vamsikrishna4972 Жыл бұрын

    Hai sir 🙏 Can u plz explain the life cycle of weblogic servers Really after watching ur videos only I learned so many things and got clarity on the following things like: 1) what is domain 2) what is admin server 3) what is managed server, Node manager 4) garbage collector 5) horizontal clustering Thank u so much sir 🙏

  • @digitak.middleware

    @digitak.middleware

    Жыл бұрын

    Thanks friend...will cover requested

  • @nishchalhr2418
    @nishchalhr2418 Жыл бұрын

    Very nice sir

  • @digitak.middleware

    @digitak.middleware

    Жыл бұрын

    Thanks and welcome

  • @avinashnayaka701
    @avinashnayaka701 Жыл бұрын

    First like n comment 🥳🥳

  • @digitak.middleware

    @digitak.middleware

    Жыл бұрын

    thanks friend!

  • @avinashnayaka701

    @avinashnayaka701

    Жыл бұрын

    Thanq fr helping us with ur videos💐

  • @allaboutfitness8371

    @allaboutfitness8371

    11 ай бұрын

    Sir I need full automation using wlst

  • @allaboutfitness8371

    @allaboutfitness8371

    11 ай бұрын

    @@digitak.middlewaresir pls

  • @vamsikrishna4972
    @vamsikrishna4972 Жыл бұрын

    Hai sir we need videos on Apache and websphere also sir So that we will get basic knowledge on weblogic, Apache and websphere from ur videos sir It will be easy to crack interviews by watching ur videos sir 🙏

  • @digitak.middleware

    @digitak.middleware

    Жыл бұрын

    Will upload soon

  • @iliastsoumplekis395
    @iliastsoumplekis39511 ай бұрын

    Hi. Thank you very much. How can i change the value from a readonly file?

  • @digitak.middleware

    @digitak.middleware

    11 ай бұрын

    Didn't get the question friend, kindly elaborate

  • @sumit6190p
    @sumit6190p4 ай бұрын

    Can we edit config.xml file using wlst script? I need to add cipher suite for all the admin and managed domain.

  • @digitak.middleware

    @digitak.middleware

    4 ай бұрын

    There is no way to update customize configuration using WLST. You can update the config file manually by taking backup, so that you can restore in case anything goes wrong

  • @sumit6190p

    @sumit6190p

    4 ай бұрын

    Can i use below approach? To create a WLST script to add a cipher suite to WebLogic, you can use the following code as an example: # Connect to the WebLogic server connect('username', 'password', 't3://localhost:7001') # Get the SSL MBean sslMBean = getMBean('WebLogicSSL:Name=myServer,Type=SSL') # Add the cipher suite sslMBean.setCipherSuites(['TLS_RSA_WITH_AES_256_CBC_SHA256']) # Save the changes edit() startEdit() sslMBean.save() activate() # Disconnect from the server disconnect() Replace 'username', 'password', and 't3://localhost:7001' with your WebLogic server's administrator username, password, and URL. Also, replace 'myServer' with the name of your WebLogic server instance. Save the script as a .py file, and then you can run it using the WLST command line utility with the following command: java weblogic.WLST add_cipher_suite.py

  • @nishchalhr2418
    @nishchalhr2418 Жыл бұрын

    Kindly take the topics of heap dump thread dump pls sir

  • @digitak.middleware

    @digitak.middleware

    Жыл бұрын

    on the way....will publish soon

  • @sasanktripathy1040
    @sasanktripathy104011 ай бұрын

    What's the difference between wlst online and offline please explain sir

  • @digitak.middleware

    @digitak.middleware

    11 ай бұрын

    Online means connected with admin server using connect() command and offline means not connected. You have offline and online mbeans in weblogic, some of the changes you can done offline and some online

  • @prasadjagtap7670
    @prasadjagtap7670 Жыл бұрын

    2nd part of video

  • @digitak.middleware

    @digitak.middleware

    Жыл бұрын

    Will post in few days friend

Келесі