{"id":3414,"date":"2012-06-01T04:02:53","date_gmt":"2012-06-01T08:02:53","guid":{"rendered":"http:\/\/onlineappsdba.com\/?p=3414"},"modified":"2012-06-01T04:07:56","modified_gmt":"2012-06-01T08:07:56","slug":"http-web-dsmladmin-gateway-in-ovd","status":"publish","type":"post","link":"https:\/\/onlineappsdba.com\/index.php\/2012\/06\/01\/http-web-dsmladmin-gateway-in-ovd\/","title":{"rendered":"HTTP Web DSML\/Admin Gateway in OVD"},"content":{"rendered":"<figure id=\"attachment_3415\" aria-describedby=\"caption-attachment-3415\" style=\"width: 450px\" class=\"wp-caption aligncenter\"><a href=\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2012\/05\/gateway.png\"><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-3415\" title=\"gateway\" src=\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2012\/05\/gateway.png\" alt=\"\" width=\"450\" height=\"327\" srcset=\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2012\/05\/gateway.png 450w, https:\/\/onlineappsdba.com\/wp-content\/uploads\/2012\/05\/gateway-300x218.png 300w\" sizes=\"auto, (max-width: 450px) 100vw, 450px\" \/><\/a><figcaption id=\"caption-attachment-3415\" class=\"wp-caption-text\">OVD Gateway<\/figcaption><\/figure>\n<p>&nbsp;<\/p>\n<div>\n<p>When you configure Oracle Virtual Directory (OVD), configuration tools configures <strong>two type<\/strong> of listeners (as shown above) <strong>HTTP Web Gateway<\/strong> and <strong>LDAP<\/strong>\u00a0.<\/p>\n<p>This post covers what these listeners are and where these are used.<\/p>\n<p><strong>LDAP<\/strong> : Lightweight Directory Access Protocol<br \/>\n<strong>DSML<\/strong> : Directory Service Markup Language<br \/>\n<strong>ODSM<\/strong> : Oracle Directory Service Manager<br \/>\n<strong>OVD<\/strong> : Oracle Virtual Directory<br \/>\n<strong> WLST<\/strong> : WebLogic Scripting Tool<br \/>\n<strong>XSLT<\/strong> : eXtensible Stylesheet Language Transformations<\/p>\n<p>Listeners in OVD are similar to Database Listener (for DBAs) which listen for client&#8217;s request and passes it to OVD server for processing.<\/p>\n<p>There are two type of listeners in OVD<br \/>\n<strong>a) LDAP Listener<\/strong> : This listener provides LDAP v3 service. This type of listener serves request from any LDAP client. OVD by default configures two LDAP listener; <strong>LDAPS<\/strong> (<strong>LDAP Secure listener<\/strong> listening on default port 7501) and <strong>LDAP<\/strong> (<strong>LDAP listening<\/strong> on default port 6501)<\/p>\n<p><a href=\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2012\/06\/gateway_3_listener.png\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-3438\" title=\"gateway_3_listener\" src=\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2012\/06\/gateway_3_listener.png\" alt=\"\" width=\"450\" height=\"231\" srcset=\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2012\/06\/gateway_3_listener.png 450w, https:\/\/onlineappsdba.com\/wp-content\/uploads\/2012\/06\/gateway_3_listener-300x154.png 300w\" sizes=\"auto, (max-width: 450px) 100vw, 450px\" \/><\/a><\/p>\n<p><strong>b) HTTP Listener<\/strong> : This type of listener provides service like <strong>\u00a0<a href=\"http:\/\/en.wikipedia.org\/wiki\/Directory_Services_Markup_Language\">DSML<\/a><\/strong> or white page functions provided by an XSLT enabled Web Gateway. This listener is also referred as <strong>HTTP Web Gateway<\/strong>. There are <strong>two HTTP Listeners<\/strong>; <strong>DSML Gateway<\/strong> (listening on default port 2223 non ssl) and <strong>Admin Gateway<\/strong> (listening on default port 8899).<\/p>\n<p><strong>Note<\/strong>: When you connect to OVD using <a href=\"https:\/\/onlineappsdba.com\/index.php\/2009\/09\/30\/oid-11g-oracle-directory-services-manager-odsm\/\">ODSM<\/a>\u00a0, you use Admin Gateway Port as shown below &#8211; <span style=\"color: #ff0000;\">I changed OVD admin gateway port from 8899 to 8929<\/span><\/p>\n<p><a href=\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2012\/06\/16_access_oid_ovd.png\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-3437\" title=\"16_access_oid_ovd\" src=\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2012\/06\/16_access_oid_ovd.png\" alt=\"\" width=\"401\" height=\"255\" srcset=\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2012\/06\/16_access_oid_ovd.png 401w, https:\/\/onlineappsdba.com\/wp-content\/uploads\/2012\/06\/16_access_oid_ovd-300x190.png 300w\" sizes=\"auto, (max-width: 401px) 100vw, 401px\" \/><\/a><\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<p>Other good things to know about OVD Listeners (LDAP or HTTP Web Gateway)<\/p>\n<p><strong>1.<\/strong> HTTP Listener (DSML Gateway and Admin Gateway) is the interface that OVD uses to talk to\u00a0<a href=\"https:\/\/onlineappsdba.com\/index.php\/2009\/09\/30\/oid-11g-oracle-directory-services-manager-odsm\/\">ODSM<\/a>\u00a0and Enterprise Manager Fusion Middleware Control (\/em) (<span style=\"color: #ff0000;\">where em is a web application deployed on WebLogic Admin Server<\/span>)<br \/>\n2. You can modify existing or add additional HTTP or LDAP Listener ports using <strong>em<\/strong> or <strong>WLST<\/strong>, more\u00a0<a href=\"http:\/\/docs.oracle.com\/cd\/E14571_01\/oid.1111\/e10046\/basic_listeners.htm\">here<\/a><\/p>\n<p>&nbsp;<\/p>\n<p><span style=\"text-decoration: underline;\"><strong>References\/Related<\/strong><\/span><\/p>\n<ul>\n<li><a href=\"http:\/\/docs.oracle.com\/cd\/E14571_01\/oid.1111\/e10046\/basic_listeners.htm\">Managing OVD Listeners<\/a><\/li>\n<li><a href=\"http:\/\/docs.oracle.com\/cd\/E14571_01\/oid.1111\/e10046\/app_web_gate.htm#MPBBCBBQ\">HTTP Listener&#8217;s WebGate Service<\/a><\/li>\n<\/ul>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>&nbsp; When you configure Oracle Virtual Directory (OVD), configuration tools configures two type of listeners (as shown above) HTTP Web [&hellip;]<\/p>\n","protected":false},"author":115,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[371],"tags":[],"class_list":["post-3414","post","type-post","status-publish","format-standard","hentry","category-ovd"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.8 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>HTTP Web DSML\/Admin Gateway in OVD -<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/onlineappsdba.com\/index.php\/2012\/06\/01\/http-web-dsmladmin-gateway-in-ovd\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"HTTP Web DSML\/Admin Gateway in OVD -\" \/>\n<meta property=\"og:description\" content=\"&nbsp; When you configure Oracle Virtual Directory (OVD), configuration tools configures two type of listeners (as shown above) HTTP Web [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/onlineappsdba.com\/index.php\/2012\/06\/01\/http-web-dsmladmin-gateway-in-ovd\/\" \/>\n<meta property=\"article:published_time\" content=\"2012-06-01T08:02:53+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2012-06-01T08:07:56+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2012\/05\/gateway.png\" \/>\n<meta name=\"author\" content=\"Masroof Ahmad\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Masroof Ahmad\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2012\/06\/01\/http-web-dsmladmin-gateway-in-ovd\/\",\"url\":\"https:\/\/onlineappsdba.com\/index.php\/2012\/06\/01\/http-web-dsmladmin-gateway-in-ovd\/\",\"name\":\"HTTP Web DSML\/Admin Gateway in OVD -\",\"isPartOf\":{\"@id\":\"https:\/\/onlineappsdba.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2012\/06\/01\/http-web-dsmladmin-gateway-in-ovd\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2012\/06\/01\/http-web-dsmladmin-gateway-in-ovd\/#primaryimage\"},\"thumbnailUrl\":\"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2012\/05\/gateway.png\",\"datePublished\":\"2012-06-01T08:02:53+00:00\",\"dateModified\":\"2012-06-01T08:07:56+00:00\",\"author\":{\"@id\":\"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb\"},\"breadcrumb\":{\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2012\/06\/01\/http-web-dsmladmin-gateway-in-ovd\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/onlineappsdba.com\/index.php\/2012\/06\/01\/http-web-dsmladmin-gateway-in-ovd\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2012\/06\/01\/http-web-dsmladmin-gateway-in-ovd\/#primaryimage\",\"url\":\"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2012\/05\/gateway.png\",\"contentUrl\":\"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2012\/05\/gateway.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2012\/06\/01\/http-web-dsmladmin-gateway-in-ovd\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/onlineappsdba.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"HTTP Web DSML\/Admin Gateway in OVD\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/onlineappsdba.com\/#website\",\"url\":\"https:\/\/onlineappsdba.com\/\",\"name\":\"\",\"description\":\"Oracle Implementation &amp; Training Experts\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/onlineappsdba.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb\",\"name\":\"Masroof Ahmad\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/onlineappsdba.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/10f9db7bdbbd7f9ccfbe9b2d208e5978fc28315e9c704383e639a926ea0fce5f?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/10f9db7bdbbd7f9ccfbe9b2d208e5978fc28315e9c704383e639a926ea0fce5f?s=96&d=mm&r=g\",\"caption\":\"Masroof Ahmad\"},\"url\":\"https:\/\/onlineappsdba.com\/index.php\/author\/masroof\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"HTTP Web DSML\/Admin Gateway in OVD -","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/onlineappsdba.com\/index.php\/2012\/06\/01\/http-web-dsmladmin-gateway-in-ovd\/","og_locale":"en_US","og_type":"article","og_title":"HTTP Web DSML\/Admin Gateway in OVD -","og_description":"&nbsp; When you configure Oracle Virtual Directory (OVD), configuration tools configures two type of listeners (as shown above) HTTP Web [&hellip;]","og_url":"https:\/\/onlineappsdba.com\/index.php\/2012\/06\/01\/http-web-dsmladmin-gateway-in-ovd\/","article_published_time":"2012-06-01T08:02:53+00:00","article_modified_time":"2012-06-01T08:07:56+00:00","og_image":[{"url":"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2012\/05\/gateway.png","type":"","width":"","height":""}],"author":"Masroof Ahmad","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Masroof Ahmad","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/onlineappsdba.com\/index.php\/2012\/06\/01\/http-web-dsmladmin-gateway-in-ovd\/","url":"https:\/\/onlineappsdba.com\/index.php\/2012\/06\/01\/http-web-dsmladmin-gateway-in-ovd\/","name":"HTTP Web DSML\/Admin Gateway in OVD -","isPartOf":{"@id":"https:\/\/onlineappsdba.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/onlineappsdba.com\/index.php\/2012\/06\/01\/http-web-dsmladmin-gateway-in-ovd\/#primaryimage"},"image":{"@id":"https:\/\/onlineappsdba.com\/index.php\/2012\/06\/01\/http-web-dsmladmin-gateway-in-ovd\/#primaryimage"},"thumbnailUrl":"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2012\/05\/gateway.png","datePublished":"2012-06-01T08:02:53+00:00","dateModified":"2012-06-01T08:07:56+00:00","author":{"@id":"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb"},"breadcrumb":{"@id":"https:\/\/onlineappsdba.com\/index.php\/2012\/06\/01\/http-web-dsmladmin-gateway-in-ovd\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/onlineappsdba.com\/index.php\/2012\/06\/01\/http-web-dsmladmin-gateway-in-ovd\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/onlineappsdba.com\/index.php\/2012\/06\/01\/http-web-dsmladmin-gateway-in-ovd\/#primaryimage","url":"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2012\/05\/gateway.png","contentUrl":"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2012\/05\/gateway.png"},{"@type":"BreadcrumbList","@id":"https:\/\/onlineappsdba.com\/index.php\/2012\/06\/01\/http-web-dsmladmin-gateway-in-ovd\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/onlineappsdba.com\/"},{"@type":"ListItem","position":2,"name":"HTTP Web DSML\/Admin Gateway in OVD"}]},{"@type":"WebSite","@id":"https:\/\/onlineappsdba.com\/#website","url":"https:\/\/onlineappsdba.com\/","name":"","description":"Oracle Implementation &amp; Training Experts","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/onlineappsdba.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb","name":"Masroof Ahmad","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/onlineappsdba.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/10f9db7bdbbd7f9ccfbe9b2d208e5978fc28315e9c704383e639a926ea0fce5f?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/10f9db7bdbbd7f9ccfbe9b2d208e5978fc28315e9c704383e639a926ea0fce5f?s=96&d=mm&r=g","caption":"Masroof Ahmad"},"url":"https:\/\/onlineappsdba.com\/index.php\/author\/masroof\/"}]}},"_links":{"self":[{"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/posts\/3414","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/users\/115"}],"replies":[{"embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/comments?post=3414"}],"version-history":[{"count":0,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/posts\/3414\/revisions"}],"wp:attachment":[{"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/media?parent=3414"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/categories?post=3414"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/tags?post=3414"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}