<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>weblogic Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/weblogic/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Thu, 11 Jun 2020 05:09:22 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.8.12</generator>
	<item>
		<title>How to install Weblogic on Windows 10/Server 2019</title>
		<link>https://www.osradar.com/how-to-install-weblogic-on-windows-10-server-2019/</link>
					<comments>https://www.osradar.com/how-to-install-weblogic-on-windows-10-server-2019/#respond</comments>
		
		<dc:creator><![CDATA[roger]]></dc:creator>
		<pubDate>Thu, 11 Jun 2020 05:09:20 +0000</pubDate>
				<category><![CDATA[Servers]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[sdk]]></category>
		<category><![CDATA[weblogic]]></category>
		<category><![CDATA[Windows 10]]></category>
		<category><![CDATA[Windows server]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=21002</guid>

					<description><![CDATA[<p>Hi, how are you? Today we will see how to install Weblogic on Microsoft&#8217;s operating systems. Indeed, Oracle Weblogic Server is a Java EE application server developed by Oracle. In addition, this product is part of the Oracle Fusion Middleware portfolio. It also supports, Oracle, DB2, MSSQL, MySQL and other compatible databases. It&#8217;s a bit [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-weblogic-on-windows-10-server-2019/">How to install Weblogic on Windows 10/Server 2019</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Hi, how are you? Today we will see how to install Weblogic on Microsoft&#8217;s operating systems. Indeed, Oracle Weblogic Server is a Java EE application server developed by Oracle. In addition, this product is part of the Oracle Fusion Middleware portfolio. It also supports, Oracle, DB2, MSSQL, MySQL and other compatible databases. It&#8217;s a bit of a long process, but with our instructions you&#8217;ll get it right. Join us to see how to install Weblogic on Windows 10/Server 2019.</p>



<h2>Prerequisite</h2>



<p>In order to run this server successfully, it is necessary to have JDK installed and configured. In order to mount this server successfully, it is necessary to have JDK installed and configured. To know how to do it, look <a rel="noreferrer noopener" href="https://www.osradar.com/how-to-install-jdk-on-windows-10-server-2019/" target="_blank">here.</a></p>



<h2>How to download Weblogic</h2>



<p>This software is currently in its 14c version. In order to download it, you must go to this <a rel="noreferrer noopener" href="https://www.oracle.com/middleware/technologies/fusionmiddleware-downloads.html" target="_blank">link.</a> Please note that you must create a free account, as explained in the previous post. The download weighs just under 900 megs. In addition, it is a ZIP file containing a jar file. This type of file is multi-platform so it can be installed on Windows, Mac, and Linux.</p>



<h2>How to install Weblogic 14c on Windows</h2>



<p>As mentioned, it is necessary to use JDK in order to install the server. Therefore, we will use a Command Prompt as administrator. With this intention, press the Win+E combination and in the search box, type CMD and launch it.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="840" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2020/06/web23-1024x840.png" alt="Run a CMD as an administrator." class="wp-image-21014" srcset="https://www.osradar.com/wp-content/uploads/2020/06/web23-1024x840.png 1024w, https://www.osradar.com/wp-content/uploads/2020/06/web23-300x246.png 300w, https://www.osradar.com/wp-content/uploads/2020/06/web23-768x630.png 768w, https://www.osradar.com/wp-content/uploads/2020/06/web23-696x571.png 696w, https://www.osradar.com/wp-content/uploads/2020/06/web23-1068x876.png 1068w, https://www.osradar.com/wp-content/uploads/2020/06/web23.png 1178w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>Run a CMD as an administrator.</figcaption></figure>



<p>Then use the <strong>CD</strong> command until you reach the location of the previously unzipped jar file. Once there, please execute the following command:</p>



<pre class="wp-block-preformatted">java -jar fmw_14.1.1.0.0_wls.jar</pre>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="544" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2020/06/web1-1024x544.png" alt="Launch the installer from the console" class="wp-image-21015" srcset="https://www.osradar.com/wp-content/uploads/2020/06/web1-1024x544.png 1024w, https://www.osradar.com/wp-content/uploads/2020/06/web1-300x159.png 300w, https://www.osradar.com/wp-content/uploads/2020/06/web1-768x408.png 768w, https://www.osradar.com/wp-content/uploads/2020/06/web1-1536x816.png 1536w, https://www.osradar.com/wp-content/uploads/2020/06/web1-696x370.png 696w, https://www.osradar.com/wp-content/uploads/2020/06/web1-1068x567.png 1068w, https://www.osradar.com/wp-content/uploads/2020/06/web1.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>Launch the installer from the console</figcaption></figure>



<p>This command will launch the installer. In addition, from the same Command Prompt, it will perform requirements checks in order to complete the installation. If the parameters are met, then the graphical installer will be deployed. Please press Next to continue</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="804" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2020/06/web2-1024x804.png" alt="Start the installation of Weblogic Server" class="wp-image-21017" srcset="https://www.osradar.com/wp-content/uploads/2020/06/web2-1024x804.png 1024w, https://www.osradar.com/wp-content/uploads/2020/06/web2-300x236.png 300w, https://www.osradar.com/wp-content/uploads/2020/06/web2-768x603.png 768w, https://www.osradar.com/wp-content/uploads/2020/06/web2-696x547.png 696w, https://www.osradar.com/wp-content/uploads/2020/06/web2-1068x839.png 1068w, https://www.osradar.com/wp-content/uploads/2020/06/web2.png 1180w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>Start the installation of Weblogic Server</figcaption></figure>



<p>In the next window, leave the default options and press Next to continue.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="804" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2020/06/web4-1024x804.png" alt="Keep the default options regarding Auto Update" class="wp-image-21018" srcset="https://www.osradar.com/wp-content/uploads/2020/06/web4-1024x804.png 1024w, https://www.osradar.com/wp-content/uploads/2020/06/web4-300x236.png 300w, https://www.osradar.com/wp-content/uploads/2020/06/web4-768x603.png 768w, https://www.osradar.com/wp-content/uploads/2020/06/web4-696x547.png 696w, https://www.osradar.com/wp-content/uploads/2020/06/web4-1068x839.png 1068w, https://www.osradar.com/wp-content/uploads/2020/06/web4.png 1180w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>Keep the default options regarding Auto Update</figcaption></figure>



<p>Then set the installation path.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="804" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2020/06/web5-1024x804.png" alt="Please set the installation path" class="wp-image-21019" srcset="https://www.osradar.com/wp-content/uploads/2020/06/web5-1024x804.png 1024w, https://www.osradar.com/wp-content/uploads/2020/06/web5-300x236.png 300w, https://www.osradar.com/wp-content/uploads/2020/06/web5-768x603.png 768w, https://www.osradar.com/wp-content/uploads/2020/06/web5-696x547.png 696w, https://www.osradar.com/wp-content/uploads/2020/06/web5-1068x839.png 1068w, https://www.osradar.com/wp-content/uploads/2020/06/web5.png 1180w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>Please set the installation path</figcaption></figure>



<p>Please establish the type of installation. Again, leave the default options.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="804" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2020/06/web6-1024x804.png" alt="Select the type of installation" class="wp-image-21020" srcset="https://www.osradar.com/wp-content/uploads/2020/06/web6-1024x804.png 1024w, https://www.osradar.com/wp-content/uploads/2020/06/web6-300x236.png 300w, https://www.osradar.com/wp-content/uploads/2020/06/web6-768x603.png 768w, https://www.osradar.com/wp-content/uploads/2020/06/web6-696x547.png 696w, https://www.osradar.com/wp-content/uploads/2020/06/web6-1068x839.png 1068w, https://www.osradar.com/wp-content/uploads/2020/06/web6.png 1180w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>Select the type of installation</figcaption></figure>



<p>Please wait while the assistant checks the prerequisites. When it has finished his task, press Next to continue.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="804" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2020/06/web7-1024x804.png" alt="Please wait while the assistant checks the prerequisites." class="wp-image-21021" srcset="https://www.osradar.com/wp-content/uploads/2020/06/web7-1024x804.png 1024w, https://www.osradar.com/wp-content/uploads/2020/06/web7-300x236.png 300w, https://www.osradar.com/wp-content/uploads/2020/06/web7-768x603.png 768w, https://www.osradar.com/wp-content/uploads/2020/06/web7-696x547.png 696w, https://www.osradar.com/wp-content/uploads/2020/06/web7-1068x839.png 1068w, https://www.osradar.com/wp-content/uploads/2020/06/web7.png 1180w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>Please wait while the assistant checks the prerequisites.</figcaption></figure>



<p>Then check the installation summary and press Next to continue.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="804" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2020/06/web8-1024x804.png" alt="Check the installation summary" class="wp-image-21022" srcset="https://www.osradar.com/wp-content/uploads/2020/06/web8-1024x804.png 1024w, https://www.osradar.com/wp-content/uploads/2020/06/web8-300x236.png 300w, https://www.osradar.com/wp-content/uploads/2020/06/web8-768x603.png 768w, https://www.osradar.com/wp-content/uploads/2020/06/web8-696x547.png 696w, https://www.osradar.com/wp-content/uploads/2020/06/web8-1068x839.png 1068w, https://www.osradar.com/wp-content/uploads/2020/06/web8.png 1180w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>Check the installation summary</figcaption></figure>



<p>The next screen will show the progress of the installation. Please wait until it reaches 100% and press Next.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="804" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2020/06/web9-1024x804.png" alt="" class="wp-image-21024" srcset="https://www.osradar.com/wp-content/uploads/2020/06/web9-1024x804.png 1024w, https://www.osradar.com/wp-content/uploads/2020/06/web9-300x236.png 300w, https://www.osradar.com/wp-content/uploads/2020/06/web9-768x603.png 768w, https://www.osradar.com/wp-content/uploads/2020/06/web9-696x547.png 696w, https://www.osradar.com/wp-content/uploads/2020/06/web9-1068x839.png 1068w, https://www.osradar.com/wp-content/uploads/2020/06/web9.png 1180w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>Wait while the installation of the components is completed.</figcaption></figure>



<p>Finally, the installation has been successfully completed. Now, check the box to automatically launch the setup wizard. And then press Finish to close this wizard.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="804" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2020/06/web10-1024x804.png" alt="Once the installation is complete, launch the configuration wizard." class="wp-image-21025" srcset="https://www.osradar.com/wp-content/uploads/2020/06/web10-1024x804.png 1024w, https://www.osradar.com/wp-content/uploads/2020/06/web10-300x236.png 300w, https://www.osradar.com/wp-content/uploads/2020/06/web10-768x603.png 768w, https://www.osradar.com/wp-content/uploads/2020/06/web10-696x547.png 696w, https://www.osradar.com/wp-content/uploads/2020/06/web10-1068x839.png 1068w, https://www.osradar.com/wp-content/uploads/2020/06/web10.png 1180w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>Once the installation is complete, launch the configuration wizard.</figcaption></figure>



<h2>Configuring the domain in Weblogic</h2>



<p>Once the server is installed, it is time to correctly configure the domain. So once the new wizard is displayed, please click on Create new domain, and then on Next.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="772" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2020/06/web11-1024x772.png" alt="Create a new domain" class="wp-image-21026" srcset="https://www.osradar.com/wp-content/uploads/2020/06/web11-1024x772.png 1024w, https://www.osradar.com/wp-content/uploads/2020/06/web11-300x226.png 300w, https://www.osradar.com/wp-content/uploads/2020/06/web11-768x579.png 768w, https://www.osradar.com/wp-content/uploads/2020/06/web11-696x525.png 696w, https://www.osradar.com/wp-content/uploads/2020/06/web11-1068x806.png 1068w, https://www.osradar.com/wp-content/uploads/2020/06/web11-80x60.png 80w, https://www.osradar.com/wp-content/uploads/2020/06/web11.png 1180w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>Create a new domain</figcaption></figure>



<p>The following are the available templates. Please select the default option and continue with the installation.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="772" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2020/06/web12-1024x772.png" alt="Select Default Templates" class="wp-image-21027" srcset="https://www.osradar.com/wp-content/uploads/2020/06/web12-1024x772.png 1024w, https://www.osradar.com/wp-content/uploads/2020/06/web12-300x226.png 300w, https://www.osradar.com/wp-content/uploads/2020/06/web12-768x579.png 768w, https://www.osradar.com/wp-content/uploads/2020/06/web12-696x525.png 696w, https://www.osradar.com/wp-content/uploads/2020/06/web12-1068x806.png 1068w, https://www.osradar.com/wp-content/uploads/2020/06/web12-80x60.png 80w, https://www.osradar.com/wp-content/uploads/2020/06/web12.png 1180w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>Select Default Templates</figcaption></figure>



<p>It&#8217;s time to create an administrator account with your password. After setting it up, press Next to continue.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="772" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2020/06/web13-1024x772.png" alt="Create an administrator account" class="wp-image-21030" srcset="https://www.osradar.com/wp-content/uploads/2020/06/web13-1024x772.png 1024w, https://www.osradar.com/wp-content/uploads/2020/06/web13-300x226.png 300w, https://www.osradar.com/wp-content/uploads/2020/06/web13-768x579.png 768w, https://www.osradar.com/wp-content/uploads/2020/06/web13-696x525.png 696w, https://www.osradar.com/wp-content/uploads/2020/06/web13-1068x806.png 1068w, https://www.osradar.com/wp-content/uploads/2020/06/web13-80x60.png 80w, https://www.osradar.com/wp-content/uploads/2020/06/web13.png 1180w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>Create an administrator account</figcaption></figure>



<p>Then configure the Domain and JDK mode. Please set the default options.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="772" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2020/06/web14-1024x772.png" alt="Set the Domain mode and JDK" class="wp-image-21031" srcset="https://www.osradar.com/wp-content/uploads/2020/06/web14-1024x772.png 1024w, https://www.osradar.com/wp-content/uploads/2020/06/web14-300x226.png 300w, https://www.osradar.com/wp-content/uploads/2020/06/web14-768x579.png 768w, https://www.osradar.com/wp-content/uploads/2020/06/web14-696x525.png 696w, https://www.osradar.com/wp-content/uploads/2020/06/web14-1068x806.png 1068w, https://www.osradar.com/wp-content/uploads/2020/06/web14-80x60.png 80w, https://www.osradar.com/wp-content/uploads/2020/06/web14.png 1180w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>Set the Domain mode and JDK</figcaption></figure>



<p>Then enter the advanced settings. At this point you can keep the configuration as it is and go ahead.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="772" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2020/06/web15-1024x772.png" alt="Press Next to continue" class="wp-image-21032" srcset="https://www.osradar.com/wp-content/uploads/2020/06/web15-1024x772.png 1024w, https://www.osradar.com/wp-content/uploads/2020/06/web15-300x226.png 300w, https://www.osradar.com/wp-content/uploads/2020/06/web15-768x579.png 768w, https://www.osradar.com/wp-content/uploads/2020/06/web15-696x525.png 696w, https://www.osradar.com/wp-content/uploads/2020/06/web15-1068x806.png 1068w, https://www.osradar.com/wp-content/uploads/2020/06/web15-80x60.png 80w, https://www.osradar.com/wp-content/uploads/2020/06/web15.png 1180w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>Press Next to continue</figcaption></figure>



<p>Once all the settings are made, the wizard is ready to create the domain. With this intention, press the Create button.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="772" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2020/06/web16-1024x772.png" alt="Please create the domain" class="wp-image-21034" srcset="https://www.osradar.com/wp-content/uploads/2020/06/web16-1024x772.png 1024w, https://www.osradar.com/wp-content/uploads/2020/06/web16-300x226.png 300w, https://www.osradar.com/wp-content/uploads/2020/06/web16-768x579.png 768w, https://www.osradar.com/wp-content/uploads/2020/06/web16-696x525.png 696w, https://www.osradar.com/wp-content/uploads/2020/06/web16-1068x806.png 1068w, https://www.osradar.com/wp-content/uploads/2020/06/web16-80x60.png 80w, https://www.osradar.com/wp-content/uploads/2020/06/web16.png 1180w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>Please create the domain</figcaption></figure>



<p>Then the process of creating the domain will begin. Please wait until 100% of the tasks are completed.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="772" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2020/06/web17-1024x772.png" alt="Wait until the assistant completes 100% of the tasks" class="wp-image-21037" srcset="https://www.osradar.com/wp-content/uploads/2020/06/web17-1024x772.png 1024w, https://www.osradar.com/wp-content/uploads/2020/06/web17-300x226.png 300w, https://www.osradar.com/wp-content/uploads/2020/06/web17-768x579.png 768w, https://www.osradar.com/wp-content/uploads/2020/06/web17-696x525.png 696w, https://www.osradar.com/wp-content/uploads/2020/06/web17-1068x806.png 1068w, https://www.osradar.com/wp-content/uploads/2020/06/web17-80x60.png 80w, https://www.osradar.com/wp-content/uploads/2020/06/web17.png 1180w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>Wait until the assistant completes 100% of the tasks</figcaption></figure>



<p>Finally, he has completed his work and the domain has been successfully created. Check the box to launch the server and press Finish.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="772" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2020/06/web18-1024x772.png" alt="Successfully created domain." class="wp-image-21039" srcset="https://www.osradar.com/wp-content/uploads/2020/06/web18-1024x772.png 1024w, https://www.osradar.com/wp-content/uploads/2020/06/web18-300x226.png 300w, https://www.osradar.com/wp-content/uploads/2020/06/web18-768x579.png 768w, https://www.osradar.com/wp-content/uploads/2020/06/web18-696x525.png 696w, https://www.osradar.com/wp-content/uploads/2020/06/web18-1068x806.png 1068w, https://www.osradar.com/wp-content/uploads/2020/06/web18-80x60.png 80w, https://www.osradar.com/wp-content/uploads/2020/06/web18.png 1180w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>Successfully created domain.</figcaption></figure>



<h2>Validating the installation and domain</h2>



<p>After the wizard is finished, the process of initiating the domain is displayed on the console. Please verify that the message<em> Server state changed to RUNNING</em> is displayed. This indicates that the server is running successfully.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="544" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2020/06/web20-1-1024x544.png" alt="" class="wp-image-21041" srcset="https://www.osradar.com/wp-content/uploads/2020/06/web20-1-1024x544.png 1024w, https://www.osradar.com/wp-content/uploads/2020/06/web20-1-300x159.png 300w, https://www.osradar.com/wp-content/uploads/2020/06/web20-1-768x408.png 768w, https://www.osradar.com/wp-content/uploads/2020/06/web20-1-1536x816.png 1536w, https://www.osradar.com/wp-content/uploads/2020/06/web20-1-696x370.png 696w, https://www.osradar.com/wp-content/uploads/2020/06/web20-1-1068x567.png 1068w, https://www.osradar.com/wp-content/uploads/2020/06/web20-1.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<p>Then go to a web browser and enter the following address:</p>



<pre class="wp-block-preformatted">http://localhost:7001/console</pre>



<p>The administrator login screen is displayed. Please enter the previously created credentials.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="544" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2020/06/web21-1024x544.png" alt="Enter administrator credentials" class="wp-image-21042" srcset="https://www.osradar.com/wp-content/uploads/2020/06/web21-1024x544.png 1024w, https://www.osradar.com/wp-content/uploads/2020/06/web21-300x159.png 300w, https://www.osradar.com/wp-content/uploads/2020/06/web21-768x408.png 768w, https://www.osradar.com/wp-content/uploads/2020/06/web21-1536x816.png 1536w, https://www.osradar.com/wp-content/uploads/2020/06/web21-696x370.png 696w, https://www.osradar.com/wp-content/uploads/2020/06/web21-1068x567.png 1068w, https://www.osradar.com/wp-content/uploads/2020/06/web21.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>Enter administrator credentials</figcaption></figure>



<p>Finally, the Weblogic management console is displayed.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="544" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2020/06/web22-1024x544.png" alt="Weblogic Server administration console running in the browser." class="wp-image-21043" srcset="https://www.osradar.com/wp-content/uploads/2020/06/web22-1024x544.png 1024w, https://www.osradar.com/wp-content/uploads/2020/06/web22-300x159.png 300w, https://www.osradar.com/wp-content/uploads/2020/06/web22-768x408.png 768w, https://www.osradar.com/wp-content/uploads/2020/06/web22-1536x816.png 1536w, https://www.osradar.com/wp-content/uploads/2020/06/web22-696x370.png 696w, https://www.osradar.com/wp-content/uploads/2020/06/web22-1068x567.png 1068w, https://www.osradar.com/wp-content/uploads/2020/06/web22.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>Weblogic Server administration console running in the browser.</figcaption></figure>



<p>This way, we have seen how to install Weblogic on Windows 10/Server 2019. I hope that with these instructions the procedure is completely clear. See you soon!</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-weblogic-on-windows-10-server-2019/">How to install Weblogic on Windows 10/Server 2019</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/how-to-install-weblogic-on-windows-10-server-2019/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
