<?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>How to find Your Oracle Weblogic Version Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/how-to-find-your-oracle-weblogic-version/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Fri, 22 Mar 2019 10:00:27 +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 find Your Oracle Weblogic Version</title>
		<link>https://www.osradar.com/how-to-find-your-oracle-weblogic-version/</link>
					<comments>https://www.osradar.com/how-to-find-your-oracle-weblogic-version/#respond</comments>
		
		<dc:creator><![CDATA[Mel]]></dc:creator>
		<pubDate>Fri, 22 Mar 2019 09:58:51 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[How to find Your Oracle Weblogic Version]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=11527</guid>

					<description><![CDATA[<p>There is many ways to find weblogic version installed on your system, exactly there is 3 ways to find tour Oracle Weblogic Version. lets show you how i did in my case case using my Linux Server . teh same principle should also work in Windows Servers  : WAY1 Using the registry.xml file located in [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-find-your-oracle-weblogic-version/">How to find Your Oracle Weblogic Version</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>There is many ways to find weblogic version installed on your system, exactly there is 3 ways to find tour Oracle Weblogic Version. lets show you how i did in my case case using my Linux Server . teh same principle should also work in Windows Servers  :</p>
<h3><strong>WAY1</strong></h3>
<p>Using the registry.xml file located in your MW_HOME directory. or  just  find  the file registry.xml</p>
<pre>#locate registry.xml
/opt/oracle/middleware/domain-registry.xml
/opt/oracle/middleware/registry.xml
/opt/oracle/middleware/patch_wls1036/registry/patch-registry.xml</pre>
<p><strong>Open The file registry.xml</strong></p>
<pre>#cat /opt/oracle/middleware/registry.xml</pre>
<p><img loading="lazy" class="alignnone size-full wp-image-11528" src="https://www.osradar.com/wp-content/uploads/2019/03/wls11.png" alt="" width="1022" height="349" srcset="https://www.osradar.com/wp-content/uploads/2019/03/wls11.png 1022w, https://www.osradar.com/wp-content/uploads/2019/03/wls11-300x102.png 300w, https://www.osradar.com/wp-content/uploads/2019/03/wls11-768x262.png 768w, https://www.osradar.com/wp-content/uploads/2019/03/wls11-696x238.png 696w" sizes="(max-width: 1022px) 100vw, 1022px" /></p>
<p>you can see ann info about the versio and  the install directory<br />
&lt;component name=”WebLogic Server” version=”10.3.6.0″ InstallDir=”&#8221;/opt/oracle/middleware/wlserver_10.3&#8243;″&gt;</p>
<h3><strong>WAY2:</strong></h3>
<p>Using the .product.properties file located in your WLS_HOME directory.</p>
<p>in Linux Find it with  locate product.properties</p>
<pre>#locate product.properties
/opt/oracle/middleware/oracle_common/.product.properties
/opt/oracle/middleware/wlserver_10.3/.product.properties</pre>
<p><strong>Open   the file  .product.properties</strong></p>
<pre>#cat /opt/oracle/middleware/wlserver_10.3/.product.properties</pre>
<p><img loading="lazy" class="alignnone size-full wp-image-11529" src="https://www.osradar.com/wp-content/uploads/2019/03/wls12.png" alt="" width="1227" height="267" srcset="https://www.osradar.com/wp-content/uploads/2019/03/wls12.png 1227w, https://www.osradar.com/wp-content/uploads/2019/03/wls12-300x65.png 300w, https://www.osradar.com/wp-content/uploads/2019/03/wls12-768x167.png 768w, https://www.osradar.com/wp-content/uploads/2019/03/wls12-1024x223.png 1024w, https://www.osradar.com/wp-content/uploads/2019/03/wls12-696x151.png 696w, https://www.osradar.com/wp-content/uploads/2019/03/wls12-1068x232.png 1068w" sizes="(max-width: 1227px) 100vw, 1227px" /></p>
<p>Fine a line similar to:<br />
WLS_PRODUCT_VERSION=10.3.6.0</p>
<h3><strong>Way3</strong></h3>
<p>Using the Oracle Weblogic Server Administration Console<br />
Use the left hand menu to navigate to Environment -&gt; Servers &gt; AdminServer(admin) . Then, click the [Monitoring] tab. You should see a screen similar to the one below:</p>
<p>&nbsp;</p>
<p><img loading="lazy" class="alignnone size-full wp-image-11530" src="https://www.osradar.com/wp-content/uploads/2019/03/wls13.png" alt="" width="1236" height="552" srcset="https://www.osradar.com/wp-content/uploads/2019/03/wls13.png 1236w, https://www.osradar.com/wp-content/uploads/2019/03/wls13-300x134.png 300w, https://www.osradar.com/wp-content/uploads/2019/03/wls13-768x343.png 768w, https://www.osradar.com/wp-content/uploads/2019/03/wls13-1024x457.png 1024w, https://www.osradar.com/wp-content/uploads/2019/03/wls13-696x311.png 696w, https://www.osradar.com/wp-content/uploads/2019/03/wls13-1068x477.png 1068w, https://www.osradar.com/wp-content/uploads/2019/03/wls13-940x420.png 940w" sizes="(max-width: 1236px) 100vw, 1236px" /></p>
<p>Enjoy</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-find-your-oracle-weblogic-version/">How to find Your Oracle Weblogic Version</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-find-your-oracle-weblogic-version/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
