What Is Oracle WebLogic Server 12c - For Beginners | K21Academy

  Рет қаралды 181,037

K21Academy

K21Academy

Күн бұрын

Пікірлер: 37
@K21Academy
@K21Academy 3 жыл бұрын
💼Join our free Oracle class to build your career, get certified, and land a high-paying job in Oracle: bit.ly/4ijamHM
@lovemusiccrator9828
@lovemusiccrator9828 2 жыл бұрын
Thanx u Sir 😊
@K21Academy
@K21Academy 2 жыл бұрын
Thanks, keep watching!
@openlabtec
@openlabtec 3 жыл бұрын
Is it like a docker? Does Distribuite apps in a app server, send for other environment and run there?
@K21Academy
@K21Academy 3 жыл бұрын
It’s Application server to run J2EE (Java based) Applications. You can run WebLogic server on Docker or VM Atul
@jesuslovesyou7322
@jesuslovesyou7322 2 жыл бұрын
What is javaEE 7 complaint what do you mean about
@MirxaVlogs
@MirxaVlogs 6 жыл бұрын
good job sir
@K21Academy
@K21Academy 3 жыл бұрын
Thank you for watching our video. We are glad you loved the video. Do subscribe, like and share to stay connected with us. Cheers :)
@snehasishdas7901
@snehasishdas7901 4 жыл бұрын
Good job sir but can you please show TCP Keep alive utilization example
@K21Academy
@K21Academy 3 жыл бұрын
We will forward your request to the content team. Do subscribe, like and share to stay connected with us. Cheers :)
@MamoudouDEMBAMalal
@MamoudouDEMBAMalal 3 жыл бұрын
Hello, How to test with command line a datasource generally please ? If the test connection is Ok with database configuration
@srinivasvadla2190
@srinivasvadla2190 4 жыл бұрын
Hi everyone, i need to upgrade my spring boot application to 12.2.1.4 server. Can any help in these. It is a web applications
@simransinghsandhu7827
@simransinghsandhu7827 3 жыл бұрын
Hello Sir, I am into WEBLOGIC 12c , is the certification for OCI cloud Associate for Operations certification appropriate for me ? Or else i shall look more in AWS . Please Suggest
@K21Academy
@K21Academy 3 жыл бұрын
WebLogic & FMW Admins can go for OCI Certification because JCS, SOA CS, ICS, ODI CS, etc run on top of OCI. Begin your journey towards becoming an Oracle Cloud Certified Architect Associate by joining the FREE MasterClass on How To Become Oracle Certified Cloud Architect Associate in 8 weeks: k21academy.com/oci02 Do subscribe, like and share to stay connected with us. Cheers :)
@KrishSanj
@KrishSanj 6 жыл бұрын
Good for starters
@K21Academy
@K21Academy 6 жыл бұрын
Thanks Krishna
@goodheart2817
@goodheart2817 5 жыл бұрын
Hello Oracle Gurus! Please assist me with your advice. I have been developing on 6i ever since I got to know oracle. Most of my clients have everything installed ( Databases,Forms etc) on their laptops. And of recently I upgraded from database 10g,11gR2 and now 12C. The OS is Window 7 and 10. I real see the need to also upgrade from developer 6i to newer supported versions. I decided to recently successfully install and configure Oracle 12c database,Weblogic 12.2.3.0,and forms and reports 12 . My problem is,Since all of my clients run the programs from their laptops(Not connected to the server) and put in mind all the processes of starting (Weblogic,Nodemanger,Form and report server ) from a laptop everyday....Would it make my clients Happy? What are the consequences to my client's of keep running my developer 6i ? Has Oracle not thought of where they come from......(Stand alone laptop based solution?????) Thankx.
@K21Academy
@K21Academy 5 жыл бұрын
Are you talking about Developers running forms & reports 6i on laptop ? For forms 12c as you said WebLogic is required and you need that if you want forms and reports and these days laptops are pretty powerful and you can configure forms and reports including WebLogic to start automatically when laptop starts
@mahmudurkhan5754
@mahmudurkhan5754 5 жыл бұрын
Excellent explanation sir
@K21Academy
@K21Academy 4 жыл бұрын
Thank you Mahmud
@meenakshisundaram3231
@meenakshisundaram3231 4 жыл бұрын
I have a problem: My app is running in weblogic 12c. I have property file inside a path and application works fine normally. When I do start and stop the application in Deployments page after making some configuration changes in property file, changes usually get reflected properly when I use in my data center oracle cluster. But, we migrated to AWS weblogic server which is provisioned thru their aws marketplace. Here, after making config change in property file and make a application restart from Deployments page, changes are not working. Could you please guide if you are getting any possible solution for this issue?
@alexandergill4584
@alexandergill4584 5 жыл бұрын
So basically WebLogic is the LAMP Stack ? Linux, Apache, MySQL, PHP.
@K21Academy
@K21Academy 5 жыл бұрын
Alexander Gill you can consider this as one part of LAMP but in true sense it’s more than Apache Web server it’s Application server so it’s like Apache Tomcat
@patricpotter7381
@patricpotter7381 5 жыл бұрын
Any one in this chanel can help me with the following question. Thanks. In your production environment, you have deployed an application that is accessing a registered Java EE shared library as well as an application deployment plan. In addition, both the library and the application use annotations for some of their configuration properties. You are attempting to understand the current state of the properties that have been used in this deployment. From greatest to least, what is the correct order of precedence that is used by Weblogic Server when applying configuration properties during deployment? a. Deployment Plan, Library descriptors, Library annotations, Application descriptors, Application annotations. b. Deployment Plan, Application descriptors, Library descriptors, Application annotations, Library annotations. c. Deployment Plan, Library descriptors, Application descriptors, Library annotations, Application annotations. d. Deployment Plan, Application annotations, Library annotations, Application descriptors, Library descriptors. e. Deployment Plan, Application descriptors, Application annotations, Library descriptors, Library annotations.
@K21Academy
@K21Academy 5 жыл бұрын
Patric Potter for question like this please post in our FREE but private Facebook so other WebLogic members can help . Post at K21Academy.com/community
@patricpotter7381
@patricpotter7381 5 жыл бұрын
​@@K21Academy Already did the request. Waiting for the acceptance. Thanks.
@BhagwanjiChauhan63
@BhagwanjiChauhan63 3 жыл бұрын
Hello sir, Could you please help me to fix cve-2021-44228 at weblogic level?
@davindertanwar8896
@davindertanwar8896 4 жыл бұрын
Vedio is really helpful need help I am deploying a war file in weblogic, using ./startmanagedServer and ./stopManagedserver to start stop my application and whenever I update a war file it’s deployment getting failed. I need to update the war from front end and than start it from front end I need a solution so that I can deploy a updated war from Command or script.
@abm933
@abm933 5 жыл бұрын
how to access weblogic with public url and also how to do the same for eppm installed
@kevinkozielec6066
@kevinkozielec6066 5 жыл бұрын
I am setting up a DEV environment for Oracle WebLogic 11g (WLS) and wondering if there was a hardware recommendation for the server?
@flexairz
@flexairz 5 жыл бұрын
2 processors and 12 GB memory at least
@ravikanthreddy4972
@ravikanthreddy4972 6 жыл бұрын
Neat!
Installation & Configuration of Weblogic 12c
7:06
K21Academy
Рет қаралды 48 М.
Oracle Weblogic Server Deployment : Part 1 For Beginners
16:32
Digitalk Systems
Рет қаралды 10 М.
Sigma Kid Mistake #funny #sigma
00:17
CRAZY GREAPA
Рет қаралды 30 МЛН
The Best Band 😅 #toshleh #viralshort
00:11
Toshleh
Рет қаралды 22 МЛН
Oracle WebLogic Machine & Node Manage : For Beginners
14:16
K21Academy
Рет қаралды 30 М.
Oracle Weblogic Server Architecture - Part 1
19:48
Digitalk Systems
Рет қаралды 26 М.
Under Oracle Weblogic Server Basic Concepts - For Beginners
19:43
Digitalk Systems
Рет қаралды 21 М.
WebLogic Clusters & Dynamic Cluster For Beginners
9:41
K21Academy
Рет қаралды 32 М.
Docker Crash Course for Absolute Beginners [NEW]
1:07:39
TechWorld with Nana
Рет қаралды 1,9 МЛН
Weblogic Deployment
23:07
S & S Technical Training Institute
Рет қаралды 10 М.
Sigma Kid Mistake #funny #sigma
00:17
CRAZY GREAPA
Рет қаралды 30 МЛН