SlideShare a Scribd company logo
1 of 6
Download to read offline
Weblogic Server Plugin
Plug-In
Plug-ins are small software programs that developers
use to extend a WebLogic Server implementation.
Plug-ins enable WebLogic Server to communicate with
applications deployed on Oracle HTTP Server, Apache
HTTP Server, Sun Java System Web Server, or
Microsoft's Internet Information Server. Typically,
WebLogic Server handles the application requests that
require dynamic functionality, the requests that can
best be served with dynamic HTML pages or JSPs
(Java Server Pages).
Plug-Ins Included with Oracle
WebLogic Server
• Apache HTTP Server
• Microsoft Internet Information Server
• Sun Java System Web Server
Apache HTTP Server Plug-In
● The Apache HTTP Server Plug-In allows requests to be proxied from an Apache
HTTP Server to WebLogic Server. The plug-in enhances an Apache installation by
allowing WebLogic Server to handle requests that require the dynamic functionality
of WebLogic Server.
● The plug-in is intended for use in an environment where an Apache Server serves
static pages, and another part of the document tree (dynamic pages best generated
by HTTP Servlets or JavaServer Pages) is delegated to WebLogic Server, which
may be operating in a different process, possibly on a different host. To the end user
—the browser—the HTTP requests delegated to WebLogic Server still appear to be
coming from the same source.
● HTTP-tunneling, a technique which allows HTTP requests and responses access
through a company's firewall, can also operate through the plug-in, providing non-
browser clients access to WebLogic Server services.
Installing Apache Plug In
● Locate the shared object directory for your platform
● Identify the plug-in shared object file for your version of Apache
● Verify that the WebLogic Server Apache HTTP Server Plug-In mod_so.c module is enabled.
The Apache HTTP Server Plug-In will be installed in your Apache HTTP Server installation as a Dynamic
Shared Object (DSO). DSO support in Apache is based on module mod_so.c, which must be enabled before
mod_wl_20.so is loaded. If you installed Apache HTTP Server using the script supplied by Apache, mod_so.c
is already enabled. Verify that mod_so.c is enabled by executing the following command:
APACHE_HOMEbinapachectl -l
(Where APACHE_HOME is the directory containing your Apache HTTP Server installation.)
This command lists all enabled modules. If mod_so.c is not listed, you must rebuild your Apache HTTP Server,
making sure that the following options are configured:
...
--enable-module=so
--enable-rule=SHARED_CORE
…
● Install the Apache HTTP Server Plug-In module for Apache 2.0.x by copying the mod_wl_20.so file
Installing Apache Plug In
Define any additional parameters for the Apache HTTP Server Plug-In.
To modify the behavior of your Apache HTTP Server Plug-In, define these parameters:
• In a Location block, for parameters that apply to proxying by path, or
• In an IfModule block, for parameters that apply to proxying by MIME type.
Verify the syntax of the APACHE_HOMEconfhttpd.conf file with the following
command:
APACHE_HOMEbinapachectl -t
The output of this command reports any errors in your httpd.conf file or returns:
Syntax OK
Restart Weblogic Server.
Start (or restart if you have changed the configuration) Apache HTTP Server.
Test the plug-in by opening a browser and setting the URL to the Apache Server plus
“/weblogic/”, which should bring up the default WebLogic Server HTML page, welcome file, or
default servlet, as defined for the default Web Application on WebLogic Server. For example:

More Related Content

What's hot

Web server installation_configuration_apache
Web server installation_configuration_apacheWeb server installation_configuration_apache
Web server installation_configuration_apacheShaojie Yang
 
Oracle to MySQL DatabaseLink
Oracle to MySQL DatabaseLinkOracle to MySQL DatabaseLink
Oracle to MySQL DatabaseLinkOsama Mustafa
 
Install oracle grid infrastructure on linux 6.6
Install oracle grid infrastructure on linux 6.6Install oracle grid infrastructure on linux 6.6
Install oracle grid infrastructure on linux 6.6Osama Mustafa
 
Eouc 12 on 12c osama mustafa
Eouc 12 on 12c osama mustafaEouc 12 on 12c osama mustafa
Eouc 12 on 12c osama mustafaOsama Mustafa
 
Install oracle siebel on windows 2008 r2
Install oracle siebel on windows 2008 r2Install oracle siebel on windows 2008 r2
Install oracle siebel on windows 2008 r2Osama Mustafa
 
Upgrade Oracle Database to 12c
Upgrade Oracle Database to 12c Upgrade Oracle Database to 12c
Upgrade Oracle Database to 12c Osama Mustafa
 
Weblogic 101 for dba
Weblogic  101 for dbaWeblogic  101 for dba
Weblogic 101 for dbaOsama Mustafa
 
Pluggable database tutorial
Pluggable database tutorialPluggable database tutorial
Pluggable database tutorialOsama Mustafa
 
Apache Web server Complete Guide
Apache Web server Complete GuideApache Web server Complete Guide
Apache Web server Complete Guidewebhostingguy
 
Apache serversideincludes(ssi)inae mpages
Apache serversideincludes(ssi)inae mpagesApache serversideincludes(ssi)inae mpages
Apache serversideincludes(ssi)inae mpagesDeepak Bhardwaj
 
Apache web server installation/configuration, Virtual Hosting
Apache web server installation/configuration, Virtual HostingApache web server installation/configuration, Virtual Hosting
Apache web server installation/configuration, Virtual Hostingwebhostingguy
 
Upgrade OBIEE to 11.1.1.7.1
Upgrade OBIEE to 11.1.1.7.1Upgrade OBIEE to 11.1.1.7.1
Upgrade OBIEE to 11.1.1.7.1Osama Mustafa
 

What's hot (18)

Web server installation_configuration_apache
Web server installation_configuration_apacheWeb server installation_configuration_apache
Web server installation_configuration_apache
 
Oracle autovue
Oracle autovueOracle autovue
Oracle autovue
 
Apache
ApacheApache
Apache
 
Ebs clone r12.2.4
Ebs clone r12.2.4Ebs clone r12.2.4
Ebs clone r12.2.4
 
12c on RHEL7
12c on RHEL712c on RHEL7
12c on RHEL7
 
Oracle to MySQL DatabaseLink
Oracle to MySQL DatabaseLinkOracle to MySQL DatabaseLink
Oracle to MySQL DatabaseLink
 
Htaccess
HtaccessHtaccess
Htaccess
 
Servlets
ServletsServlets
Servlets
 
Install oracle grid infrastructure on linux 6.6
Install oracle grid infrastructure on linux 6.6Install oracle grid infrastructure on linux 6.6
Install oracle grid infrastructure on linux 6.6
 
Eouc 12 on 12c osama mustafa
Eouc 12 on 12c osama mustafaEouc 12 on 12c osama mustafa
Eouc 12 on 12c osama mustafa
 
Install oracle siebel on windows 2008 r2
Install oracle siebel on windows 2008 r2Install oracle siebel on windows 2008 r2
Install oracle siebel on windows 2008 r2
 
Upgrade Oracle Database to 12c
Upgrade Oracle Database to 12c Upgrade Oracle Database to 12c
Upgrade Oracle Database to 12c
 
Weblogic 101 for dba
Weblogic  101 for dbaWeblogic  101 for dba
Weblogic 101 for dba
 
Pluggable database tutorial
Pluggable database tutorialPluggable database tutorial
Pluggable database tutorial
 
Apache Web server Complete Guide
Apache Web server Complete GuideApache Web server Complete Guide
Apache Web server Complete Guide
 
Apache serversideincludes(ssi)inae mpages
Apache serversideincludes(ssi)inae mpagesApache serversideincludes(ssi)inae mpages
Apache serversideincludes(ssi)inae mpages
 
Apache web server installation/configuration, Virtual Hosting
Apache web server installation/configuration, Virtual HostingApache web server installation/configuration, Virtual Hosting
Apache web server installation/configuration, Virtual Hosting
 
Upgrade OBIEE to 11.1.1.7.1
Upgrade OBIEE to 11.1.1.7.1Upgrade OBIEE to 11.1.1.7.1
Upgrade OBIEE to 11.1.1.7.1
 

Viewers also liked

그랜드카지노 ''SX797.COM'' 생중계개경주
그랜드카지노 ''SX797.COM'' 생중계개경주그랜드카지노 ''SX797.COM'' 생중계개경주
그랜드카지노 ''SX797.COM'' 생중계개경주hdlkfjgldf
 
Class 12 fall 2016 slides
Class 12 fall 2016 slidesClass 12 fall 2016 slides
Class 12 fall 2016 slidesbmitchslides
 
Credit Card Size Knife2
Credit Card Size Knife2Credit Card Size Knife2
Credit Card Size Knife2Adam Madi
 
Power point l'enemic a la xarxa totes les diapositives (4)
Power point l'enemic a la xarxa totes les diapositives (4)Power point l'enemic a la xarxa totes les diapositives (4)
Power point l'enemic a la xarxa totes les diapositives (4)del rio alicia
 
Weblogic introduction
Weblogic introductionWeblogic introduction
Weblogic introductionAditya Bhuyan
 
라이브바카라¸¸¸FUN7。ASIA˛˛˛카지노사이트
라이브바카라¸¸¸FUN7。ASIA˛˛˛카지노사이트 라이브바카라¸¸¸FUN7。ASIA˛˛˛카지노사이트
라이브바카라¸¸¸FUN7。ASIA˛˛˛카지노사이트 hdlkfjgldf
 
2015CoverletterMW
2015CoverletterMW2015CoverletterMW
2015CoverletterMWMark Wilson
 
탱양의후예『SX797』『СOM』모바일카지노
탱양의후예『SX797』『СOM』모바일카지노탱양의후예『SX797』『СOM』모바일카지노
탱양의후예『SX797』『СOM』모바일카지노hdlkfjgldf
 
Mapa conceptual de los medios de comunicacion
Mapa conceptual de los medios de comunicacionMapa conceptual de los medios de comunicacion
Mapa conceptual de los medios de comunicacionMaria Trejo Jarillo
 
Build-A-Bear Workshop
Build-A-Bear WorkshopBuild-A-Bear Workshop
Build-A-Bear WorkshopMichelle Hand
 
Bain guide management_tools_2015_executives_guide
Bain guide management_tools_2015_executives_guideBain guide management_tools_2015_executives_guide
Bain guide management_tools_2015_executives_guideRoberto Nunez
 
Resume_Utpal
Resume_UtpalResume_Utpal
Resume_UtpalUtpal Das
 
2015 PortfolioMW
2015 PortfolioMW2015 PortfolioMW
2015 PortfolioMWMark Wilson
 

Viewers also liked (16)

그랜드카지노 ''SX797.COM'' 생중계개경주
그랜드카지노 ''SX797.COM'' 생중계개경주그랜드카지노 ''SX797.COM'' 생중계개경주
그랜드카지노 ''SX797.COM'' 생중계개경주
 
Class 12 fall 2016 slides
Class 12 fall 2016 slidesClass 12 fall 2016 slides
Class 12 fall 2016 slides
 
Credit Card Size Knife2
Credit Card Size Knife2Credit Card Size Knife2
Credit Card Size Knife2
 
Power point l'enemic a la xarxa totes les diapositives (4)
Power point l'enemic a la xarxa totes les diapositives (4)Power point l'enemic a la xarxa totes les diapositives (4)
Power point l'enemic a la xarxa totes les diapositives (4)
 
Weblogic introduction
Weblogic introductionWeblogic introduction
Weblogic introduction
 
라이브바카라¸¸¸FUN7。ASIA˛˛˛카지노사이트
라이브바카라¸¸¸FUN7。ASIA˛˛˛카지노사이트 라이브바카라¸¸¸FUN7。ASIA˛˛˛카지노사이트
라이브바카라¸¸¸FUN7。ASIA˛˛˛카지노사이트
 
2015CoverletterMW
2015CoverletterMW2015CoverletterMW
2015CoverletterMW
 
탱양의후예『SX797』『СOM』모바일카지노
탱양의후예『SX797』『СOM』모바일카지노탱양의후예『SX797』『СOM』모바일카지노
탱양의후예『SX797』『СOM』모바일카지노
 
Mapa conceptual de los medios de comunicacion
Mapa conceptual de los medios de comunicacionMapa conceptual de los medios de comunicacion
Mapa conceptual de los medios de comunicacion
 
Build-A-Bear Workshop
Build-A-Bear WorkshopBuild-A-Bear Workshop
Build-A-Bear Workshop
 
Boutique
BoutiqueBoutique
Boutique
 
Bain guide management_tools_2015_executives_guide
Bain guide management_tools_2015_executives_guideBain guide management_tools_2015_executives_guide
Bain guide management_tools_2015_executives_guide
 
Resume_Utpal
Resume_UtpalResume_Utpal
Resume_Utpal
 
Social graces
Social gracesSocial graces
Social graces
 
2015 PortfolioMW
2015 PortfolioMW2015 PortfolioMW
2015 PortfolioMW
 
160210125046
160210125046160210125046
160210125046
 

Similar to Weblogic monitoring

Java servlet technology
Java servlet technologyJava servlet technology
Java servlet technologyMinal Maniar
 
APACHE
APACHEAPACHE
APACHEARJUN
 
Web container and Apache Tomcat
Web container and Apache TomcatWeb container and Apache Tomcat
Web container and Apache TomcatAuwal Amshi
 
Apache web server tutorial for linux
Apache web server tutorial for linuxApache web server tutorial for linux
Apache web server tutorial for linuxSahad Sali
 
Using aphace-as-proxy-server
Using aphace-as-proxy-serverUsing aphace-as-proxy-server
Using aphace-as-proxy-serverHARRY CHAN PUTRA
 
Elastic beanstalk
Elastic beanstalkElastic beanstalk
Elastic beanstalkParag Patil
 
Raisa anthony web programming 1st week
Raisa anthony   web programming 1st weekRaisa anthony   web programming 1st week
Raisa anthony web programming 1st weekRaisa Anjani
 
Building RESTful services using SCA and JAX-RS
Building RESTful services using SCA and JAX-RSBuilding RESTful services using SCA and JAX-RS
Building RESTful services using SCA and JAX-RSLuciano Resende
 
Configuration of Apache Web Server On CentOS 8
Configuration of Apache Web Server On CentOS 8Configuration of Apache Web Server On CentOS 8
Configuration of Apache Web Server On CentOS 8Kaan Aslandağ
 
Ibm web sphere application server interview questions
Ibm web sphere application server interview questionsIbm web sphere application server interview questions
Ibm web sphere application server interview questionspraveen_guda
 
Advance Java Topics (J2EE)
Advance Java Topics (J2EE)Advance Java Topics (J2EE)
Advance Java Topics (J2EE)slire
 
Ppt for Online music store
Ppt for Online music storePpt for Online music store
Ppt for Online music storeADEEBANADEEM
 
Scale Apache with Nginx
Scale Apache with NginxScale Apache with Nginx
Scale Apache with NginxBud Siddhisena
 

Similar to Weblogic monitoring (20)

Java servlet technology
Java servlet technologyJava servlet technology
Java servlet technology
 
APACHE
APACHEAPACHE
APACHE
 
Web container and Apache Tomcat
Web container and Apache TomcatWeb container and Apache Tomcat
Web container and Apache Tomcat
 
Apache web server tutorial for linux
Apache web server tutorial for linuxApache web server tutorial for linux
Apache web server tutorial for linux
 
Using aphace-as-proxy-server
Using aphace-as-proxy-serverUsing aphace-as-proxy-server
Using aphace-as-proxy-server
 
Elastic beanstalk
Elastic beanstalkElastic beanstalk
Elastic beanstalk
 
Raisa anthony web programming 1st week
Raisa anthony   web programming 1st weekRaisa anthony   web programming 1st week
Raisa anthony web programming 1st week
 
Building RESTful services using SCA and JAX-RS
Building RESTful services using SCA and JAX-RSBuilding RESTful services using SCA and JAX-RS
Building RESTful services using SCA and JAX-RS
 
Configuration of Apache Web Server On CentOS 8
Configuration of Apache Web Server On CentOS 8Configuration of Apache Web Server On CentOS 8
Configuration of Apache Web Server On CentOS 8
 
Unit5 servlets
Unit5 servletsUnit5 servlets
Unit5 servlets
 
Ibm web sphere application server interview questions
Ibm web sphere application server interview questionsIbm web sphere application server interview questions
Ibm web sphere application server interview questions
 
Servlets
ServletsServlets
Servlets
 
AJppt.pptx
AJppt.pptxAJppt.pptx
AJppt.pptx
 
Advance Java Topics (J2EE)
Advance Java Topics (J2EE)Advance Java Topics (J2EE)
Advance Java Topics (J2EE)
 
Apache - Quick reference guide
Apache - Quick reference guideApache - Quick reference guide
Apache - Quick reference guide
 
Ppt for Online music store
Ppt for Online music storePpt for Online music store
Ppt for Online music store
 
sveltekit-en.pdf
sveltekit-en.pdfsveltekit-en.pdf
sveltekit-en.pdf
 
Scale Apache with Nginx
Scale Apache with NginxScale Apache with Nginx
Scale Apache with Nginx
 
SynapseIndia asp.net2.0 ajax Development
SynapseIndia asp.net2.0 ajax DevelopmentSynapseIndia asp.net2.0 ajax Development
SynapseIndia asp.net2.0 ajax Development
 
Lect06 tomcat1
Lect06 tomcat1Lect06 tomcat1
Lect06 tomcat1
 

More from Aditya Bhuyan

Weblogic performance tuning2
Weblogic performance tuning2Weblogic performance tuning2
Weblogic performance tuning2Aditya Bhuyan
 
Weblogic performance tuning1
Weblogic performance tuning1Weblogic performance tuning1
Weblogic performance tuning1Aditya Bhuyan
 
Weblogic installation
Weblogic installationWeblogic installation
Weblogic installationAditya Bhuyan
 
Weblogic configuration
Weblogic configurationWeblogic configuration
Weblogic configurationAditya Bhuyan
 
Weblogic command line
Weblogic command lineWeblogic command line
Weblogic command lineAditya Bhuyan
 
Design patterns through java
Design patterns through javaDesign patterns through java
Design patterns through javaAditya Bhuyan
 
September 2013 Lok Kalyan Setu
September 2013  Lok Kalyan SetuSeptember 2013  Lok Kalyan Setu
September 2013 Lok Kalyan SetuAditya Bhuyan
 
October 2013 Lok Kalyan Setu
October 2013 Lok Kalyan SetuOctober 2013 Lok Kalyan Setu
October 2013 Lok Kalyan SetuAditya Bhuyan
 
November 2013 Lok Kalyan Setu
November 2013 Lok Kalyan SetuNovember 2013 Lok Kalyan Setu
November 2013 Lok Kalyan SetuAditya Bhuyan
 
May 2014 Lok Kalyan Setu
May 2014 Lok Kalyan SetuMay 2014 Lok Kalyan Setu
May 2014 Lok Kalyan SetuAditya Bhuyan
 
March 2014 Lok Kalyan Setu
March 2014 Lok Kalyan SetuMarch 2014 Lok Kalyan Setu
March 2014 Lok Kalyan SetuAditya Bhuyan
 
June 2104 Lok Kalyan Setu
June 2104  Lok Kalyan SetuJune 2104  Lok Kalyan Setu
June 2104 Lok Kalyan SetuAditya Bhuyan
 
July 2014 Lok Kalyan Setu
July 2014 Lok Kalyan SetuJuly 2014 Lok Kalyan Setu
July 2014 Lok Kalyan SetuAditya Bhuyan
 

More from Aditya Bhuyan (20)

Weblogic snmp
Weblogic snmpWeblogic snmp
Weblogic snmp
 
Weblogic security
Weblogic securityWeblogic security
Weblogic security
 
Weblogic plug in
Weblogic plug inWeblogic plug in
Weblogic plug in
 
Weblogic performance tuning2
Weblogic performance tuning2Weblogic performance tuning2
Weblogic performance tuning2
 
Weblogic performance tuning1
Weblogic performance tuning1Weblogic performance tuning1
Weblogic performance tuning1
 
Weblogic installation
Weblogic installationWeblogic installation
Weblogic installation
 
Weblogic domain
Weblogic domainWeblogic domain
Weblogic domain
 
Weblogic deployment
Weblogic deploymentWeblogic deployment
Weblogic deployment
 
Weblogic console
Weblogic consoleWeblogic console
Weblogic console
 
Weblogic configuration
Weblogic configurationWeblogic configuration
Weblogic configuration
 
Weblogic command line
Weblogic command lineWeblogic command line
Weblogic command line
 
Weblogic cluster
Weblogic clusterWeblogic cluster
Weblogic cluster
 
Design patterns through java
Design patterns through javaDesign patterns through java
Design patterns through java
 
September 2013 Lok Kalyan Setu
September 2013  Lok Kalyan SetuSeptember 2013  Lok Kalyan Setu
September 2013 Lok Kalyan Setu
 
October 2013 Lok Kalyan Setu
October 2013 Lok Kalyan SetuOctober 2013 Lok Kalyan Setu
October 2013 Lok Kalyan Setu
 
November 2013 Lok Kalyan Setu
November 2013 Lok Kalyan SetuNovember 2013 Lok Kalyan Setu
November 2013 Lok Kalyan Setu
 
May 2014 Lok Kalyan Setu
May 2014 Lok Kalyan SetuMay 2014 Lok Kalyan Setu
May 2014 Lok Kalyan Setu
 
March 2014 Lok Kalyan Setu
March 2014 Lok Kalyan SetuMarch 2014 Lok Kalyan Setu
March 2014 Lok Kalyan Setu
 
June 2104 Lok Kalyan Setu
June 2104  Lok Kalyan SetuJune 2104  Lok Kalyan Setu
June 2104 Lok Kalyan Setu
 
July 2014 Lok Kalyan Setu
July 2014 Lok Kalyan SetuJuly 2014 Lok Kalyan Setu
July 2014 Lok Kalyan Setu
 

Recently uploaded

Advancing Engineering with AI through the Next Generation of Strategic Projec...
Advancing Engineering with AI through the Next Generation of Strategic Projec...Advancing Engineering with AI through the Next Generation of Strategic Projec...
Advancing Engineering with AI through the Next Generation of Strategic Projec...OnePlan Solutions
 
SuccessFactors 1H 2024 Release - Sneak-Peek by Deloitte Germany
SuccessFactors 1H 2024 Release - Sneak-Peek by Deloitte GermanySuccessFactors 1H 2024 Release - Sneak-Peek by Deloitte Germany
SuccessFactors 1H 2024 Release - Sneak-Peek by Deloitte GermanyChristoph Pohl
 
Software Project Health Check: Best Practices and Techniques for Your Product...
Software Project Health Check: Best Practices and Techniques for Your Product...Software Project Health Check: Best Practices and Techniques for Your Product...
Software Project Health Check: Best Practices and Techniques for Your Product...Velvetech LLC
 
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...stazi3110
 
chapter--4-software-project-planning.ppt
chapter--4-software-project-planning.pptchapter--4-software-project-planning.ppt
chapter--4-software-project-planning.pptkotipi9215
 
ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...
ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...
ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...Christina Lin
 
Implementing Zero Trust strategy with Azure
Implementing Zero Trust strategy with AzureImplementing Zero Trust strategy with Azure
Implementing Zero Trust strategy with AzureDinusha Kumarasiri
 
Automate your Kamailio Test Calls - Kamailio World 2024
Automate your Kamailio Test Calls - Kamailio World 2024Automate your Kamailio Test Calls - Kamailio World 2024
Automate your Kamailio Test Calls - Kamailio World 2024Andreas Granig
 
Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...
Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...
Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...OnePlan Solutions
 
Intelligent Home Wi-Fi Solutions | ThinkPalm
Intelligent Home Wi-Fi Solutions | ThinkPalmIntelligent Home Wi-Fi Solutions | ThinkPalm
Intelligent Home Wi-Fi Solutions | ThinkPalmSujith Sukumaran
 
The Evolution of Karaoke From Analog to App.pdf
The Evolution of Karaoke From Analog to App.pdfThe Evolution of Karaoke From Analog to App.pdf
The Evolution of Karaoke From Analog to App.pdfPower Karaoke
 
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptx
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptxKnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptx
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptxTier1 app
 
Der Spagat zwischen BIAS und FAIRNESS (2024)
Der Spagat zwischen BIAS und FAIRNESS (2024)Der Spagat zwischen BIAS und FAIRNESS (2024)
Der Spagat zwischen BIAS und FAIRNESS (2024)OPEN KNOWLEDGE GmbH
 
Call Us🔝>༒+91-9711147426⇛Call In girls karol bagh (Delhi)
Call Us🔝>༒+91-9711147426⇛Call In girls karol bagh (Delhi)Call Us🔝>༒+91-9711147426⇛Call In girls karol bagh (Delhi)
Call Us🔝>༒+91-9711147426⇛Call In girls karol bagh (Delhi)jennyeacort
 
办理学位证(UQ文凭证书)昆士兰大学毕业证成绩单原版一模一样
办理学位证(UQ文凭证书)昆士兰大学毕业证成绩单原版一模一样办理学位证(UQ文凭证书)昆士兰大学毕业证成绩单原版一模一样
办理学位证(UQ文凭证书)昆士兰大学毕业证成绩单原版一模一样umasea
 
英国UN学位证,北安普顿大学毕业证书1:1制作
英国UN学位证,北安普顿大学毕业证书1:1制作英国UN学位证,北安普顿大学毕业证书1:1制作
英国UN学位证,北安普顿大学毕业证书1:1制作qr0udbr0
 
MYjobs Presentation Django-based project
MYjobs Presentation Django-based projectMYjobs Presentation Django-based project
MYjobs Presentation Django-based projectAnoyGreter
 
Building Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
Building Real-Time Data Pipelines: Stream & Batch Processing workshop SlideBuilding Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
Building Real-Time Data Pipelines: Stream & Batch Processing workshop SlideChristina Lin
 
EY_Graph Database Powered Sustainability
EY_Graph Database Powered SustainabilityEY_Graph Database Powered Sustainability
EY_Graph Database Powered SustainabilityNeo4j
 

Recently uploaded (20)

Advancing Engineering with AI through the Next Generation of Strategic Projec...
Advancing Engineering with AI through the Next Generation of Strategic Projec...Advancing Engineering with AI through the Next Generation of Strategic Projec...
Advancing Engineering with AI through the Next Generation of Strategic Projec...
 
SuccessFactors 1H 2024 Release - Sneak-Peek by Deloitte Germany
SuccessFactors 1H 2024 Release - Sneak-Peek by Deloitte GermanySuccessFactors 1H 2024 Release - Sneak-Peek by Deloitte Germany
SuccessFactors 1H 2024 Release - Sneak-Peek by Deloitte Germany
 
Software Project Health Check: Best Practices and Techniques for Your Product...
Software Project Health Check: Best Practices and Techniques for Your Product...Software Project Health Check: Best Practices and Techniques for Your Product...
Software Project Health Check: Best Practices and Techniques for Your Product...
 
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
 
chapter--4-software-project-planning.ppt
chapter--4-software-project-planning.pptchapter--4-software-project-planning.ppt
chapter--4-software-project-planning.ppt
 
ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...
ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...
ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...
 
Implementing Zero Trust strategy with Azure
Implementing Zero Trust strategy with AzureImplementing Zero Trust strategy with Azure
Implementing Zero Trust strategy with Azure
 
Automate your Kamailio Test Calls - Kamailio World 2024
Automate your Kamailio Test Calls - Kamailio World 2024Automate your Kamailio Test Calls - Kamailio World 2024
Automate your Kamailio Test Calls - Kamailio World 2024
 
Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...
Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...
Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...
 
Intelligent Home Wi-Fi Solutions | ThinkPalm
Intelligent Home Wi-Fi Solutions | ThinkPalmIntelligent Home Wi-Fi Solutions | ThinkPalm
Intelligent Home Wi-Fi Solutions | ThinkPalm
 
The Evolution of Karaoke From Analog to App.pdf
The Evolution of Karaoke From Analog to App.pdfThe Evolution of Karaoke From Analog to App.pdf
The Evolution of Karaoke From Analog to App.pdf
 
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptx
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptxKnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptx
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptx
 
Der Spagat zwischen BIAS und FAIRNESS (2024)
Der Spagat zwischen BIAS und FAIRNESS (2024)Der Spagat zwischen BIAS und FAIRNESS (2024)
Der Spagat zwischen BIAS und FAIRNESS (2024)
 
Call Us🔝>༒+91-9711147426⇛Call In girls karol bagh (Delhi)
Call Us🔝>༒+91-9711147426⇛Call In girls karol bagh (Delhi)Call Us🔝>༒+91-9711147426⇛Call In girls karol bagh (Delhi)
Call Us🔝>༒+91-9711147426⇛Call In girls karol bagh (Delhi)
 
办理学位证(UQ文凭证书)昆士兰大学毕业证成绩单原版一模一样
办理学位证(UQ文凭证书)昆士兰大学毕业证成绩单原版一模一样办理学位证(UQ文凭证书)昆士兰大学毕业证成绩单原版一模一样
办理学位证(UQ文凭证书)昆士兰大学毕业证成绩单原版一模一样
 
英国UN学位证,北安普顿大学毕业证书1:1制作
英国UN学位证,北安普顿大学毕业证书1:1制作英国UN学位证,北安普顿大学毕业证书1:1制作
英国UN学位证,北安普顿大学毕业证书1:1制作
 
MYjobs Presentation Django-based project
MYjobs Presentation Django-based projectMYjobs Presentation Django-based project
MYjobs Presentation Django-based project
 
Hot Sexy call girls in Patel Nagar🔝 9953056974 🔝 escort Service
Hot Sexy call girls in Patel Nagar🔝 9953056974 🔝 escort ServiceHot Sexy call girls in Patel Nagar🔝 9953056974 🔝 escort Service
Hot Sexy call girls in Patel Nagar🔝 9953056974 🔝 escort Service
 
Building Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
Building Real-Time Data Pipelines: Stream & Batch Processing workshop SlideBuilding Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
Building Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
 
EY_Graph Database Powered Sustainability
EY_Graph Database Powered SustainabilityEY_Graph Database Powered Sustainability
EY_Graph Database Powered Sustainability
 

Weblogic monitoring

  • 2. Plug-In Plug-ins are small software programs that developers use to extend a WebLogic Server implementation. Plug-ins enable WebLogic Server to communicate with applications deployed on Oracle HTTP Server, Apache HTTP Server, Sun Java System Web Server, or Microsoft's Internet Information Server. Typically, WebLogic Server handles the application requests that require dynamic functionality, the requests that can best be served with dynamic HTML pages or JSPs (Java Server Pages).
  • 3. Plug-Ins Included with Oracle WebLogic Server • Apache HTTP Server • Microsoft Internet Information Server • Sun Java System Web Server
  • 4. Apache HTTP Server Plug-In ● The Apache HTTP Server Plug-In allows requests to be proxied from an Apache HTTP Server to WebLogic Server. The plug-in enhances an Apache installation by allowing WebLogic Server to handle requests that require the dynamic functionality of WebLogic Server. ● The plug-in is intended for use in an environment where an Apache Server serves static pages, and another part of the document tree (dynamic pages best generated by HTTP Servlets or JavaServer Pages) is delegated to WebLogic Server, which may be operating in a different process, possibly on a different host. To the end user —the browser—the HTTP requests delegated to WebLogic Server still appear to be coming from the same source. ● HTTP-tunneling, a technique which allows HTTP requests and responses access through a company's firewall, can also operate through the plug-in, providing non- browser clients access to WebLogic Server services.
  • 5. Installing Apache Plug In ● Locate the shared object directory for your platform ● Identify the plug-in shared object file for your version of Apache ● Verify that the WebLogic Server Apache HTTP Server Plug-In mod_so.c module is enabled. The Apache HTTP Server Plug-In will be installed in your Apache HTTP Server installation as a Dynamic Shared Object (DSO). DSO support in Apache is based on module mod_so.c, which must be enabled before mod_wl_20.so is loaded. If you installed Apache HTTP Server using the script supplied by Apache, mod_so.c is already enabled. Verify that mod_so.c is enabled by executing the following command: APACHE_HOMEbinapachectl -l (Where APACHE_HOME is the directory containing your Apache HTTP Server installation.) This command lists all enabled modules. If mod_so.c is not listed, you must rebuild your Apache HTTP Server, making sure that the following options are configured: ... --enable-module=so --enable-rule=SHARED_CORE … ● Install the Apache HTTP Server Plug-In module for Apache 2.0.x by copying the mod_wl_20.so file
  • 6. Installing Apache Plug In Define any additional parameters for the Apache HTTP Server Plug-In. To modify the behavior of your Apache HTTP Server Plug-In, define these parameters: • In a Location block, for parameters that apply to proxying by path, or • In an IfModule block, for parameters that apply to proxying by MIME type. Verify the syntax of the APACHE_HOMEconfhttpd.conf file with the following command: APACHE_HOMEbinapachectl -t The output of this command reports any errors in your httpd.conf file or returns: Syntax OK Restart Weblogic Server. Start (or restart if you have changed the configuration) Apache HTTP Server. Test the plug-in by opening a browser and setting the URL to the Apache Server plus “/weblogic/”, which should bring up the default WebLogic Server HTML page, welcome file, or default servlet, as defined for the default Web Application on WebLogic Server. For example: