{"id":842,"date":"2008-09-21T13:32:14","date_gmt":"2008-09-21T17:32:14","guid":{"rendered":"http:\/\/onlineappsdba.com\/index.php\/2008\/09\/21\/start-weblogic-server-on-linux-on-port-80-443\/"},"modified":"2015-12-03T09:37:48","modified_gmt":"2015-12-03T13:37:48","slug":"start-weblogic-server-on-linux-on-port-80-443","status":"publish","type":"post","link":"https:\/\/onlineappsdba.com\/index.php\/2008\/09\/21\/start-weblogic-server-on-linux-on-port-80-443\/","title":{"rendered":"Start WebLogic Server on Linux on port 80, 443 <= 1024"},"content":{"rendered":"<p>On <strong>Unix <\/strong>based system (Linux, Solaris ..), only super user (<strong>root<\/strong>) can start any process on port &lt;= 1024\u00a0. From security reasons\u00a0its is not desirable\u00a0to\u00a0run WebLogic server as <strong>root <\/strong>user.\u00a0 Solution is to start WebLogic process as <strong>root<\/strong> (bind on port 80, 443) and then switch process to <strong>non privileged<\/strong> user like <strong>oraweblogic<\/strong> or <strong>nobody<\/strong>.<\/p>\n<p>This is\u00a0done by setting four properties\u00a0in WebLogic\u00a0\u00a0&#8211;<\/p>\n<p>weblogic.system.<strong>enableSetUID<\/strong> (Set User ID)<br \/>\nweblogic.system.<strong>enableSetGID<\/strong> (Set Group ID)<br \/>\nweblogic.system.<strong>nonPrivUser<\/strong>(Non privledged user)<br \/>\nweblogic.system.<strong>nonPrivGroup<\/strong>(Non privledged Group)<\/p>\n<p><strong>1.<\/strong> By setting value of <strong>enableSetUID<\/strong> to <strong>true<\/strong>; you are instructing weblogic server to switch from\u00a0<strong>ROOT<\/strong>(after starting weblogic server on port 80, 443 or &lt;=1024) to lower privileged user.<\/p>\n<p><strong>2.<\/strong> Value assigned to <strong>nonPrivUser <\/strong>will be used to own weblogic server process, once its been started by superuser in port &lt;= 1024<\/p>\n<p><strong>3. <\/strong>Ensure that lower privileged user should have proper access (read, write or both depending on type of type) on files (log, classes..) required by weblogic server.<\/p>\n<p><strong>4. <\/strong>If you wish to start and access weblogic server on both SSL (443) and non SSL (80); you need to define two Listen Port.<\/p>\n<p>.<\/p>\n<p><strong><u>How to start WebLogic Server on port 80 or 443 on Linux\/Unix<\/u><\/strong><\/p>\n<p><strong>1. <\/strong>Login to <strong>Administration Server<\/strong> <strong>Console<\/strong> using<\/p>\n<p><a href=\"http:\/\/host:admin:port\/console\">http:\/\/host:admin:port\/console<\/a><\/p>\n<p><a href=\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2008\/09\/wl_ws_1.JPG\"><img decoding=\"async\" src=\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2008\/09\/wl_ws_1.JPG\" alt=\"\" \/><\/a><\/p>\n<p>.<\/p>\n<p><strong>2.<\/strong>\u00a0Define <strong>new Linux machine<\/strong>\u00a0from Administration\u00a0console<\/p>\n<p>Under <strong>Domain<\/strong> <strong>Structure<\/strong> &gt;&gt; <strong>Environment<\/strong> &gt;&gt; <strong>Machines &gt;&gt;<\/strong>\u00a0<strong>New<\/strong><\/p>\n<p><a href=\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2008\/09\/wl_ws_2.JPG\"><img decoding=\"async\" src=\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2008\/09\/wl_ws_2.JPG\" alt=\"\" \/><\/a><\/p>\n<p>.<\/p>\n<p><strong>3.<\/strong>\u00a0Enter <strong>Name of Machine<\/strong> (Machine1) &amp; <strong>Machine OS<\/strong> (Unix) and click on OK<\/p>\n<p><a href=\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2008\/09\/wl_ws_3.JPG\"><img decoding=\"async\" src=\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2008\/09\/wl_ws_3.JPG\" alt=\"\" \/><\/a><\/p>\n<p>.<\/p>\n<p><strong>4.<\/strong> Click on <strong>machine<\/strong> (Machine1)\u00a0which you created above<\/p>\n<p><a href=\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2008\/09\/wl_ws_4.JPG\"><img decoding=\"async\" src=\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2008\/09\/wl_ws_4.JPG\" alt=\"\" \/><\/a><\/p>\n<p>.<\/p>\n<p><strong>5.<\/strong> Select &#8220;<strong>Enable Post-Bind UID<\/strong>&#8221; and enter Post-Bind UID<br \/>\nSelect &#8220;<strong>Enable Post-Bind GID<\/strong>&#8221; and enter Post-Bind GID<\/p>\n<p>click <strong>Save<\/strong><\/p>\n<p>In my case <strong>oraweblogic<\/strong> is operating system user on <strong>machine1<\/strong> and <strong>dba <\/strong>is group of oraweblogic owning WebLogic installation\/software.<\/p>\n<p><a href=\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2008\/09\/wl_ws_5.JPG\"><img decoding=\"async\" src=\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2008\/09\/wl_ws_5.JPG\" alt=\"\" \/><\/a><\/p>\n<p>.<\/p>\n<p><strong>6.<\/strong> Set Listen Port<\/p>\n<p>Domain Structure &gt;&gt; Environment &gt;&gt; Servers &gt;&gt; (Select your Managed Server)<\/p>\n<p>Set Listen port to 80 or 443 for respective Managed Server\u00a0(Linux\/Unix,\u00a0for which you need to start Server on 443 or 80) and attach <strong>Machine<\/strong> (Machine1) you created above<\/p>\n<p><a href=\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2008\/09\/wl_ws_71.JPG\"><img decoding=\"async\" src=\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2008\/09\/wl_ws_71.JPG\" alt=\"\" \/><\/a><\/p>\n<p>.<\/p>\n<p><strong>7.<\/strong> Depending on <strong>setting <\/strong>on<strong> Admin Console<\/strong> you may have to <strong>activate changes<\/strong> from <strong>Change Center<\/strong> (In my case changes take into effect immediately)<\/p>\n<p><a href=\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2008\/09\/wl_ws_6.JPG\"><img decoding=\"async\" src=\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2008\/09\/wl_ws_6.JPG\" alt=\"\" \/><\/a><\/p>\n<p>.<\/p>\n<p><strong><u>References<\/u><\/strong><\/p>\n<ul>\n<li><a href=\"http:\/\/edocs.bea.com\/wls\/docs103\/config_wls\/web_server.html\" target=\"_blank\">http:\/\/edocs.bea.com\/wls\/docs103\/config_wls\/web_server.html<\/a><\/li>\n<\/ul>\n<p>&nbsp;<\/p>\n<div style=\"padding: 15px; margin-bottom: 15px; background: #ffffde; border: 1px solid #ddd; width: 85%;\" align=\"center\">\n<h2 align=\"left\">Learn Oracle Weblogic Server Administration<\/h2>\n<p>&nbsp;<\/p>\n<p>Get 100 USD OFF + 100% Money Back Guarantee<\/p>\n<p><a href=\"http:\/\/www.k21technologies.com\/oracle-weblogic-admin-training\" target=\"_blank\">Click here to get Early Bird Discounts<\/a><\/p>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>On Unix based system (Linux, Solaris ..), only super user (root) can start any process on port &lt;= 1024\u00a0. From [&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":[217],"tags":[],"class_list":["post-842","post","type-post","status-publish","format-standard","hentry","category-weblogic"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.8 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Start WebLogic Server on Linux on port 80, 443<\/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\/2008\/09\/21\/start-weblogic-server-on-linux-on-port-80-443\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Start WebLogic Server on Linux on port 80, 443\" \/>\n<meta property=\"og:description\" content=\"On Unix based system (Linux, Solaris ..), only super user (root) can start any process on port &lt;= 1024\u00a0. From [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/onlineappsdba.com\/index.php\/2008\/09\/21\/start-weblogic-server-on-linux-on-port-80-443\/\" \/>\n<meta property=\"article:published_time\" content=\"2008-09-21T17:32:14+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2015-12-03T13:37:48+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2008\/09\/wl_ws_1.JPG\" \/>\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=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2008\/09\/21\/start-weblogic-server-on-linux-on-port-80-443\/\",\"url\":\"https:\/\/onlineappsdba.com\/index.php\/2008\/09\/21\/start-weblogic-server-on-linux-on-port-80-443\/\",\"name\":\"Start WebLogic Server on Linux on port 80, 443\",\"isPartOf\":{\"@id\":\"https:\/\/onlineappsdba.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2008\/09\/21\/start-weblogic-server-on-linux-on-port-80-443\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2008\/09\/21\/start-weblogic-server-on-linux-on-port-80-443\/#primaryimage\"},\"thumbnailUrl\":\"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2008\/09\/wl_ws_1.JPG\",\"datePublished\":\"2008-09-21T17:32:14+00:00\",\"dateModified\":\"2015-12-03T13:37:48+00:00\",\"author\":{\"@id\":\"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb\"},\"breadcrumb\":{\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2008\/09\/21\/start-weblogic-server-on-linux-on-port-80-443\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/onlineappsdba.com\/index.php\/2008\/09\/21\/start-weblogic-server-on-linux-on-port-80-443\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2008\/09\/21\/start-weblogic-server-on-linux-on-port-80-443\/#primaryimage\",\"url\":\"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2008\/09\/wl_ws_1.JPG\",\"contentUrl\":\"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2008\/09\/wl_ws_1.JPG\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2008\/09\/21\/start-weblogic-server-on-linux-on-port-80-443\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/onlineappsdba.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Start WebLogic Server on Linux on port 80, 443\"}]},{\"@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":"Start WebLogic Server on Linux on port 80, 443","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\/2008\/09\/21\/start-weblogic-server-on-linux-on-port-80-443\/","og_locale":"en_US","og_type":"article","og_title":"Start WebLogic Server on Linux on port 80, 443","og_description":"On Unix based system (Linux, Solaris ..), only super user (root) can start any process on port &lt;= 1024\u00a0. From [&hellip;]","og_url":"https:\/\/onlineappsdba.com\/index.php\/2008\/09\/21\/start-weblogic-server-on-linux-on-port-80-443\/","article_published_time":"2008-09-21T17:32:14+00:00","article_modified_time":"2015-12-03T13:37:48+00:00","og_image":[{"url":"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2008\/09\/wl_ws_1.JPG","type":"","width":"","height":""}],"author":"Masroof Ahmad","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Masroof Ahmad","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/onlineappsdba.com\/index.php\/2008\/09\/21\/start-weblogic-server-on-linux-on-port-80-443\/","url":"https:\/\/onlineappsdba.com\/index.php\/2008\/09\/21\/start-weblogic-server-on-linux-on-port-80-443\/","name":"Start WebLogic Server on Linux on port 80, 443","isPartOf":{"@id":"https:\/\/onlineappsdba.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/onlineappsdba.com\/index.php\/2008\/09\/21\/start-weblogic-server-on-linux-on-port-80-443\/#primaryimage"},"image":{"@id":"https:\/\/onlineappsdba.com\/index.php\/2008\/09\/21\/start-weblogic-server-on-linux-on-port-80-443\/#primaryimage"},"thumbnailUrl":"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2008\/09\/wl_ws_1.JPG","datePublished":"2008-09-21T17:32:14+00:00","dateModified":"2015-12-03T13:37:48+00:00","author":{"@id":"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb"},"breadcrumb":{"@id":"https:\/\/onlineappsdba.com\/index.php\/2008\/09\/21\/start-weblogic-server-on-linux-on-port-80-443\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/onlineappsdba.com\/index.php\/2008\/09\/21\/start-weblogic-server-on-linux-on-port-80-443\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/onlineappsdba.com\/index.php\/2008\/09\/21\/start-weblogic-server-on-linux-on-port-80-443\/#primaryimage","url":"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2008\/09\/wl_ws_1.JPG","contentUrl":"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2008\/09\/wl_ws_1.JPG"},{"@type":"BreadcrumbList","@id":"https:\/\/onlineappsdba.com\/index.php\/2008\/09\/21\/start-weblogic-server-on-linux-on-port-80-443\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/onlineappsdba.com\/"},{"@type":"ListItem","position":2,"name":"Start WebLogic Server on Linux on port 80, 443"}]},{"@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\/842","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=842"}],"version-history":[{"count":0,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/posts\/842\/revisions"}],"wp:attachment":[{"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/media?parent=842"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/categories?post=842"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/tags?post=842"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}