<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>KB-1486 How to reset the WebLogic Administrator password</title><link>https://community.appian.com/support/w/kb/805/kb-1486-how-to-reset-the-weblogic-administrator-password</link><description /><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>KB-1486 How to reset the WebLogic Administrator password</title><link>https://community.appian.com/support/w/kb/805/kb-1486-how-to-reset-the-weblogic-administrator-password</link><pubDate>Wed, 31 Jan 2018 23:38:18 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c5515f91-d38a-4fa2-bff7-c4db5a4b326a</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/805/kb-1486-how-to-reset-the-weblogic-administrator-password#comments</comments><description>Current Revision posted to Appian Knowledge Base by Parmida Borhani on 1/31/2018 11:38:18 PM&lt;br /&gt;
&lt;p&gt;&lt;span style="font-size:200%;"&gt;Purpose&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;The purpose of this article is to provide the steps to reset the Administrator password in a WebLogic installation.&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:200%;"&gt;Instructions&lt;/span&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Set up the following environment variables. They are not necessary for the process itself, but they will help you navigate. The domain in the example below is called &amp;quot;ClassicDomain&amp;quot;. Remember to change the value to match your domain.&lt;br /&gt;
&lt;pre&gt;export MW_HOME=/u01/app/oracle/middleware
export DOMAIN_HOME=$MW_HOME/user_projects/domains/ClassicDomain
&lt;/pre&gt;
&lt;/li&gt;
&lt;li&gt;Shut down the WebLogic domain.&lt;br /&gt;
&lt;pre&gt;DOMAIN_HOME/bin/stopWebLogic.sh&lt;/pre&gt;
&lt;/li&gt;
&lt;li&gt;Rename the &lt;code&gt;data&lt;/code&gt; folder. &lt;br /&gt;
&lt;pre&gt;mv $DOMAIN_HOME/servers/AdminServer/data $DOMAIN_HOME/servers/AdminServer/data-old&lt;/pre&gt;
&lt;/li&gt;
&lt;li&gt;Set the environment variables. &lt;br /&gt;
&lt;pre&gt;$DOMAIN_HOME/bin/setDomainEnv.sh&lt;/pre&gt;
&lt;/li&gt;
&lt;li&gt;Reset the password using the following command. Remember to substitute the appropriate username and password.&lt;br /&gt;
&lt;pre&gt;cd $DOMAIN_HOME/security&lt;br /&gt;java weblogic.security.utils.AdminAccount &amp;lt;username&amp;gt; &amp;lt;password&amp;gt;&amp;nbsp;&lt;/pre&gt;
&lt;/li&gt;
&lt;li&gt;Update the &lt;strong&gt;boot.properties&lt;/strong&gt; file located in &lt;code&gt;$DOMAIN_HOME/servers/AdminServer/security/&lt;/code&gt; with the new username and password. The file format is shown below:&lt;br /&gt;
&lt;pre&gt;username=&amp;lt;username&amp;gt;&lt;br /&gt;password=&amp;lt;password&amp;gt;&lt;/pre&gt;
&lt;/li&gt;
&lt;li&gt;Start the WebLogic domain.&lt;br /&gt;
&lt;pre&gt;$DOMAIN_HOME/bin/startWebLogic.sh&lt;/pre&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;span style="font-size:200%;"&gt;Affected Versions&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;This article applies to all versions of Appian using WebLogic as the application server.&lt;/p&gt;
&lt;p&gt;Last Reviewed: January 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: weblogic, administration, how-to&lt;/div&gt;
</description></item><item><title>INT-1486 How to reset the WebLogic Administrator password</title><link>https://community.appian.com/support/w/kb/805/kb-1486-how-to-reset-the-weblogic-administrator-password/revision/19</link><pubDate>Wed, 31 Jan 2018 21:30:05 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c5515f91-d38a-4fa2-bff7-c4db5a4b326a</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/805/kb-1486-how-to-reset-the-weblogic-administrator-password#comments</comments><description>Revision 19 posted to Appian Knowledge Base by Parmida Borhani on 1/31/2018 9:30:05 PM&lt;br /&gt;
&lt;p&gt;&lt;span style="font-size:200%;"&gt;Purpose&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;The purpose of this article is to provide the steps to reset the Administrator password in a WebLogic installation.&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:200%;"&gt;Instructions&lt;/span&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Set up the following environment variables. They are not necessary for the process itself, but they will help you navigate. The domain in the example below is called &amp;quot;ClassicDomain&amp;quot;. Remember to change the value to match your domain.&lt;br /&gt;
&lt;pre&gt;export MW_HOME=/u01/app/oracle/middleware
export DOMAIN_HOME=$MW_HOME/user_projects/domains/ClassicDomain
&lt;/pre&gt;
&lt;/li&gt;
&lt;li&gt;Shut down the WebLogic domain.&lt;br /&gt;
&lt;pre&gt;DOMAIN_HOME/bin/stopWebLogic.sh&lt;/pre&gt;
&lt;/li&gt;
&lt;li&gt;Rename the &lt;code&gt;data&lt;/code&gt; folder. &lt;br /&gt;
&lt;pre&gt;mv $DOMAIN_HOME/servers/AdminServer/data $DOMAIN_HOME/servers/AdminServer/data-old&lt;/pre&gt;
&lt;/li&gt;
&lt;li&gt;Set the environment variables. &lt;br /&gt;
&lt;pre&gt;$DOMAIN_HOME/bin/setDomainEnv.sh&lt;/pre&gt;
&lt;/li&gt;
&lt;li&gt;Reset the password using the following command. Remember to substitute the appropriate username and password.&lt;br /&gt;
&lt;pre&gt;cd $DOMAIN_HOME/security&lt;br /&gt;java weblogic.security.utils.AdminAccount &amp;lt;username&amp;gt; &amp;lt;password&amp;gt;&amp;nbsp;&lt;/pre&gt;
&lt;/li&gt;
&lt;li&gt;Update the &lt;strong&gt;boot.properties&lt;/strong&gt; file located in &lt;code&gt;$DOMAIN_HOME/servers/AdminServer/security/&lt;/code&gt; with the new username and password. The file format is shown below:&lt;br /&gt;
&lt;pre&gt;username=&amp;lt;username&amp;gt;&lt;br /&gt;password=&amp;lt;password&amp;gt;&lt;/pre&gt;
&lt;/li&gt;
&lt;li&gt;Start the WebLogic domain.&lt;br /&gt;
&lt;pre&gt;$DOMAIN_HOME/bin/startWebLogic.sh&lt;/pre&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;span style="font-size:200%;"&gt;Affected Versions&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;This article applies to all versions of Appian using WebLogic as the application server.&lt;/p&gt;
&lt;p&gt;Last Reviewed: January 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: weblogic, administration, how-to&lt;/div&gt;
</description></item><item><title>INT-1486 How to reset the WebLogic Administrator password</title><link>https://community.appian.com/support/w/kb/805/kb-1486-how-to-reset-the-weblogic-administrator-password/revision/18</link><pubDate>Wed, 31 Jan 2018 21:29:55 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c5515f91-d38a-4fa2-bff7-c4db5a4b326a</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/805/kb-1486-how-to-reset-the-weblogic-administrator-password#comments</comments><description>Revision 18 posted to Appian Knowledge Base by Parmida Borhani on 1/31/2018 9:29:55 PM&lt;br /&gt;
&lt;p&gt;&lt;span style="font-size:200%;"&gt;Purpose&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;The purpose of this article is to provide the steps to reset the Administrator password in a WebLogic installation.&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:200%;"&gt;Instructions&lt;/span&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Set up the following environment variables. They are not necessary for the process itself, but they will help you navigate. The domain in the example below is called &amp;quot;ClassicDomain&amp;quot;. Remember to change the value to match your domain.&lt;br /&gt;
&lt;pre&gt;export MW_HOME=/u01/app/oracle/middleware
export DOMAIN_HOME=$MW_HOME/user_projects/domains/ClassicDomain
&lt;/pre&gt;
&lt;/li&gt;
&lt;li&gt;Shut down the WebLogic domain.&lt;br /&gt;
&lt;pre&gt;DOMAIN_HOME/bin/stopWebLogic.sh&lt;/pre&gt;
&lt;/li&gt;
&lt;li&gt;Rename the &lt;code&gt;data&lt;/code&gt; folder. &lt;br /&gt;
&lt;pre&gt;mv $DOMAIN_HOME/servers/AdminServer/data $DOMAIN_HOME/servers/AdminServer/data-old&lt;/pre&gt;
&lt;/li&gt;
&lt;li&gt;Set the environment variables. &lt;br /&gt;
&lt;pre&gt;$DOMAIN_HOME/bin/setDomainEnv.sh&lt;/pre&gt;
&lt;/li&gt;
&lt;li&gt;Reset the password using the following command. Remember to substitute the appropriate username and password.&lt;br /&gt;
&lt;pre&gt;cd $DOMAIN_HOME/security&lt;br /&gt;java weblogic.security.utils.AdminAccount &amp;lt;username&amp;gt; &amp;lt;password&amp;gt;&amp;nbsp;&lt;/pre&gt;
&lt;/li&gt;
&lt;li&gt;Update the &lt;strong&gt;boot.properties&lt;/strong&gt; file located in &lt;code&gt;$DOMAIN_HOME/servers/AdminServer/security/&lt;/code&gt; with the new username and password. The file format is shown below:&lt;br /&gt;
&lt;pre&gt;username=&amp;lt;username&amp;gt;&lt;br /&gt;password=&amp;lt;password&amp;gt;&lt;/pre&gt;
&lt;/li&gt;
&lt;li&gt;Start the WebLogic domain.&lt;br /&gt;
&lt;pre&gt;$DOMAIN_HOME/bin/startWebLogic.sh&lt;/pre&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;span style="font-size:200%;"&gt;Affected Versions&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;This article applies to all versions of Appian using WebLogic as the application server.&lt;/p&gt;
&lt;p&gt;Last Reviewed: January 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: weblogic, how-to&lt;/div&gt;
</description></item><item><title>INT-1486 How to reset the WebLogic Administrator password</title><link>https://community.appian.com/support/w/kb/805/kb-1486-how-to-reset-the-weblogic-administrator-password/revision/17</link><pubDate>Wed, 31 Jan 2018 19:48:24 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c5515f91-d38a-4fa2-bff7-c4db5a4b326a</guid><dc:creator>Nick Vigilante</dc:creator><comments>https://community.appian.com/support/w/kb/805/kb-1486-how-to-reset-the-weblogic-administrator-password#comments</comments><description>Revision 17 posted to Appian Knowledge Base by Nick Vigilante on 1/31/2018 7:48:24 PM&lt;br /&gt;
&lt;p&gt;&lt;span style="font-size:200%;"&gt;Purpose&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;The purpose of this article is to provide the steps to reset the Administrator password in a WebLogic installation.&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:200%;"&gt;Instructions&lt;/span&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Set up the following environment variables. They are not necessary for the process itself, but they will help you navigate. The domain in the example below is called &amp;quot;ClassicDomain&amp;quot;. Remember to change the value to match your domain.&lt;br /&gt;
&lt;pre&gt;export MW_HOME=/u01/app/oracle/middleware
export DOMAIN_HOME=$MW_HOME/user_projects/domains/ClassicDomain
&lt;/pre&gt;
&lt;/li&gt;
&lt;li&gt;Shut down the WebLogic domain.&lt;br /&gt;
&lt;pre&gt;DOMAIN_HOME/bin/stopWebLogic.sh&lt;/pre&gt;
&lt;/li&gt;
&lt;li&gt;Rename the &lt;code&gt;data&lt;/code&gt; folder. &lt;br /&gt;
&lt;pre&gt;mv $DOMAIN_HOME/servers/AdminServer/data $DOMAIN_HOME/servers/AdminServer/data-old&lt;/pre&gt;
&lt;/li&gt;
&lt;li&gt;Set the environment variables. &lt;br /&gt;
&lt;pre&gt;$DOMAIN_HOME/bin/setDomainEnv.sh&lt;/pre&gt;
&lt;/li&gt;
&lt;li&gt;Reset the password using the following command. Remember to substitute the appropriate username and password.&lt;br /&gt;
&lt;pre&gt;cd $DOMAIN_HOME/security&lt;br /&gt;java weblogic.security.utils.AdminAccount &amp;lt;username&amp;gt; &amp;lt;password&amp;gt;&amp;nbsp;&lt;/pre&gt;
&lt;/li&gt;
&lt;li&gt;Update the &lt;strong&gt;boot.properties&lt;/strong&gt; file located in &lt;code&gt;$DOMAIN_HOME/servers/AdminServer/security/&lt;/code&gt; with the new username and password. The file format is shown below:&lt;br /&gt;
&lt;pre&gt;username=&amp;lt;username&amp;gt;&lt;br /&gt;password=&amp;lt;password&amp;gt;&lt;/pre&gt;
&lt;/li&gt;
&lt;li&gt;Start the WebLogic domain.&lt;br /&gt;
&lt;pre&gt;$DOMAIN_HOME/bin/startWebLogic.sh&lt;/pre&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;span style="font-size:200%;"&gt;Affected Versions:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;This article applies to all versions of WebLogic.&lt;/p&gt;
&lt;p&gt;Last Reviewed: January 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: weblogic, how-to&lt;/div&gt;
</description></item><item><title>DRAFT-INT-XXXX How to reset the WebLogic Administrator password</title><link>https://community.appian.com/support/w/kb/805/kb-1486-how-to-reset-the-weblogic-administrator-password/revision/15</link><pubDate>Wed, 31 Jan 2018 18:42:06 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c5515f91-d38a-4fa2-bff7-c4db5a4b326a</guid><dc:creator>Margaret Haymann</dc:creator><comments>https://community.appian.com/support/w/kb/805/kb-1486-how-to-reset-the-weblogic-administrator-password#comments</comments><description>Revision 15 posted to Appian Knowledge Base by Margaret Haymann on 1/31/2018 6:42:06 PM&lt;br /&gt;
&lt;p&gt;&lt;span style="font-size:200%;"&gt;Purpose&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;The purpose of this article is to provide the steps to reset the Administrator password in a WebLogic installation.&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:200%;"&gt;Instructions&lt;/span&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Set up the following environment variables. They are not necessary for the process itself, but they will help you navigate. The domain in the example below is called &amp;quot;ClassicDomain&amp;quot;. Remember to change the value to match your domain.&lt;br /&gt;
&lt;pre&gt;export MW_HOME=/u01/app/oracle/middleware
export DOMAIN_HOME=$MW_HOME/user_projects/domains/ClassicDomain
&lt;/pre&gt;
&lt;/li&gt;
&lt;li&gt;Shut down the WebLogic domain.&lt;br /&gt;
&lt;pre&gt;DOMAIN_HOME/bin/stopWebLogic.sh&lt;/pre&gt;
&lt;/li&gt;
&lt;li&gt;Rename the &lt;code&gt;data&lt;/code&gt; folder. &lt;br /&gt;
&lt;pre&gt;mv $DOMAIN_HOME/servers/AdminServer/data $DOMAIN_HOME/servers/AdminServer/data-old&lt;/pre&gt;
&lt;/li&gt;
&lt;li&gt;Set the environment variables. &lt;br /&gt;
&lt;pre&gt;$DOMAIN_HOME/bin/setDomainEnv.sh&lt;/pre&gt;
&lt;/li&gt;
&lt;li&gt;Reset the password using the following command. Remember to substitute the appropriate username and password.&lt;br /&gt;
&lt;pre&gt;cd $DOMAIN_HOME/security&lt;br /&gt;java weblogic.security.utils.AdminAccount &amp;lt;username&amp;gt; &amp;lt;password&amp;gt;&amp;nbsp;&lt;/pre&gt;
&lt;/li&gt;
&lt;li&gt;Update the &lt;strong&gt;boot.properties&lt;/strong&gt; file located in &lt;code&gt;$DOMAIN_HOME/servers/AdminServer/security/&lt;/code&gt; with the new username and password. The file format is shown below:&lt;br /&gt;
&lt;pre&gt;username=&amp;lt;username&amp;gt;&lt;br /&gt;password=&amp;lt;password&amp;gt;&lt;/pre&gt;
&lt;/li&gt;
&lt;li&gt;Start the WebLogic domain.&lt;br /&gt;
&lt;pre&gt;$DOMAIN_HOME/bin/startWebLogic.sh&lt;/pre&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;span style="font-size:200%;"&gt;Affected Versions:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;This article applies to all versions of WebLogic.&lt;/p&gt;
&lt;p&gt;For more information:&lt;/p&gt;
&lt;p&gt;https://oracle-base.com/articles/11g/reset-the-adminserver-password-in-weblogic-11g-and-12c&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: weblogic, password&lt;/div&gt;
</description></item><item><title>DRAFT-INT-XXXX How to reset the WebLogic Administrator password</title><link>https://community.appian.com/support/w/kb/805/kb-1486-how-to-reset-the-weblogic-administrator-password/revision/14</link><pubDate>Wed, 31 Jan 2018 15:55:28 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c5515f91-d38a-4fa2-bff7-c4db5a4b326a</guid><dc:creator>Margaret Haymann</dc:creator><comments>https://community.appian.com/support/w/kb/805/kb-1486-how-to-reset-the-weblogic-administrator-password#comments</comments><description>Revision 14 posted to Appian Knowledge Base by Margaret Haymann on 1/31/2018 3:55:28 PM&lt;br /&gt;
&lt;p&gt;&lt;span style="font-size:200%;"&gt;Purpose&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;The purpose of this article is to provide the steps to reset the Administrator password in a WebLogic installation.&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:200%;"&gt;Instructions&lt;/span&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Set up the following environment variables. They are not necessary for the process itself, but they will help you navigate. The domain in the example below is called &amp;quot;ClassicDomain&amp;quot;. Remember to change the value to match your domain.&lt;br /&gt;
&lt;pre&gt;export MW_HOME=/u01/app/oracle/middleware
export DOMAIN_HOME=$MW_HOME/user_projects/domains/ClassicDomain
&lt;/pre&gt;
&lt;/li&gt;
&lt;li&gt;Shut down the WebLogic domain.&lt;br /&gt;
&lt;pre&gt;DOMAIN_HOME/bin/stopWebLogic.sh&lt;/pre&gt;
&lt;/li&gt;
&lt;li&gt;Rename the &lt;code&gt;data&lt;/code&gt; folder. &lt;br /&gt;
&lt;pre&gt;mv $DOMAIN_HOME/servers/AdminServer/data $DOMAIN_HOME/servers/AdminServer/data-old&lt;/pre&gt;
&lt;/li&gt;
&lt;li&gt;Set the environment variables. &lt;br /&gt;
&lt;pre&gt;$DOMAIN_HOME/bin/setDomainEnv.sh&lt;/pre&gt;
&lt;/li&gt;
&lt;li&gt;Reset the password using the following command. Remember to substitute the appropriate username and password.&lt;br /&gt;
&lt;pre&gt;cd $DOMAIN_HOME/security&lt;br /&gt;java weblogic.security.utils.AdminAccount &amp;lt;username&amp;gt; &amp;lt;password&amp;gt;&amp;nbsp;&lt;/pre&gt;
&lt;/li&gt;
&lt;li&gt;Update the &lt;strong&gt;boot.properties&lt;/strong&gt; file located in &lt;code&gt;$DOMAIN_HOME/servers/AdminServer/security/&lt;/code&gt; with the new username and password. The file format is shown below:&lt;br /&gt;
&lt;pre&gt;username=&amp;lt;username&amp;gt;&lt;br /&gt;password=&amp;lt;password&amp;gt;&lt;/pre&gt;
&lt;/li&gt;
&lt;li&gt;Start the WebLogic domain.&lt;br /&gt;
&lt;pre&gt;$DOMAIN_HOME/bin/startWebLogic.sh&lt;/pre&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;span style="font-size:200%;"&gt;Affected Versions:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;This article applies to all versions of WebLogic.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: weblogic, password&lt;/div&gt;
</description></item><item><title>DRAFT-INT-XXXX How to reset the WebLogic Administrator password</title><link>https://community.appian.com/support/w/kb/805/kb-1486-how-to-reset-the-weblogic-administrator-password/revision/13</link><pubDate>Wed, 31 Jan 2018 15:45:55 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c5515f91-d38a-4fa2-bff7-c4db5a4b326a</guid><dc:creator>Margaret Haymann</dc:creator><comments>https://community.appian.com/support/w/kb/805/kb-1486-how-to-reset-the-weblogic-administrator-password#comments</comments><description>Revision 13 posted to Appian Knowledge Base by Margaret Haymann on 1/31/2018 3:45:55 PM&lt;br /&gt;
&lt;p&gt;&lt;span style="font-size:200%;"&gt;Purpose&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;The purpose of this article is to provide the steps to reset the Administrator password in a WebLogic installation.&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:200%;"&gt;Instructions&lt;/span&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;ol&gt;
&lt;li&gt;Set up the following environment variables. They are not necessary for the process itself, but they will help you navigate. The domain in the example below is called &amp;quot;ClassicDomain&amp;quot;. Remember to change the value to match your domain.&lt;br /&gt;
&lt;pre&gt;export MW_HOME=/u01/app/oracle/middleware
export DOMAIN_HOME=$MW_HOME/user_projects/domains/ClassicDomain
&lt;/pre&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;ol&gt;
&lt;li&gt;Shut down the WebLogic domain.&lt;br /&gt;
&lt;pre&gt;DOMAIN_HOME/bin/stopWebLogic.sh&lt;/pre&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;ol&gt;
&lt;li&gt;Rename the &lt;code&gt;data&lt;/code&gt; folder. &lt;br /&gt;
&lt;pre&gt;mv $DOMAIN_HOME/servers/AdminServer/data $DOMAIN_HOME/servers/AdminServer/data-old&lt;/pre&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;ol&gt;
&lt;li&gt;Set the environment variables. &lt;br /&gt;
&lt;pre&gt;$DOMAIN_HOME/bin/setDomainEnv.sh&lt;/pre&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;ol&gt;
&lt;li&gt;Reset the password using the following command. Remember to substitute the appropriate username and password.&lt;br /&gt;
&lt;pre&gt;cd $DOMAIN_HOME/security&lt;br /&gt;java weblogic.security.utils.AdminAccount &amp;lt;username&amp;gt; &amp;lt;password&amp;gt;&amp;nbsp;&lt;/pre&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;ol&gt;
&lt;li&gt;Update the &lt;strong&gt;boot.properties&lt;/strong&gt; file located in &lt;code&gt;$DOMAIN_HOME/servers/AdminServer/security/&lt;/code&gt; with the new username and password. The file format is shown below:&lt;br /&gt;
&lt;pre&gt;username=&amp;lt;username&amp;gt;&lt;br /&gt;password=&amp;lt;password&amp;gt;&lt;/pre&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;ol&gt;
&lt;li&gt;Start the WebLogic domain.&lt;br /&gt;
&lt;pre&gt;$DOMAIN_HOME/bin/startWebLogic.sh&lt;/pre&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;&lt;/ol&gt;
&lt;p&gt;&lt;span style="font-size:200%;"&gt;Affected Versions:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;This article applies to all versions of WebLogic.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: weblogic, password&lt;/div&gt;
</description></item><item><title>DRAFT-INT-XXXX How to reset the WebLogic Administrator password</title><link>https://community.appian.com/support/w/kb/805/kb-1486-how-to-reset-the-weblogic-administrator-password/revision/16</link><pubDate>Wed, 31 Jan 2018 14:48:11 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c5515f91-d38a-4fa2-bff7-c4db5a4b326a</guid><dc:creator>Nick Vigilante</dc:creator><comments>https://community.appian.com/support/w/kb/805/kb-1486-how-to-reset-the-weblogic-administrator-password#comments</comments><description>Revision 16 posted to Appian Knowledge Base by Nick Vigilante on 1/31/2018 2:48:11 PM&lt;br /&gt;
&lt;p&gt;&lt;span style="font-size:200%;"&gt;Purpose&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;The purpose of this article is to provide the steps to reset the Administrator password in a WebLogic installation.&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:200%;"&gt;Instructions&lt;/span&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Set up the following environment variables. They are not necessary for the process itself, but they will help you navigate. The domain in the example below is called &amp;quot;ClassicDomain&amp;quot;. Remember to change the value to match your domain.&lt;br /&gt;
&lt;pre&gt;export MW_HOME=/u01/app/oracle/middleware
export DOMAIN_HOME=$MW_HOME/user_projects/domains/ClassicDomain
&lt;/pre&gt;
&lt;/li&gt;
&lt;li&gt;Shut down the WebLogic domain.&lt;br /&gt;
&lt;pre&gt;DOMAIN_HOME/bin/stopWebLogic.sh&lt;/pre&gt;
&lt;/li&gt;
&lt;li&gt;Rename the &lt;code&gt;data&lt;/code&gt; folder. &lt;br /&gt;
&lt;pre&gt;mv $DOMAIN_HOME/servers/AdminServer/data $DOMAIN_HOME/servers/AdminServer/data-old&lt;/pre&gt;
&lt;/li&gt;
&lt;li&gt;Set the environment variables. &lt;br /&gt;
&lt;pre&gt;$DOMAIN_HOME/bin/setDomainEnv.sh&lt;/pre&gt;
&lt;/li&gt;
&lt;li&gt;Reset the password using the following command. Remember to substitute the appropriate username and password.&lt;br /&gt;
&lt;pre&gt;cd $DOMAIN_HOME/security&lt;br /&gt;java weblogic.security.utils.AdminAccount &amp;lt;username&amp;gt; &amp;lt;password&amp;gt;&amp;nbsp;&lt;/pre&gt;
&lt;/li&gt;
&lt;li&gt;Update the &lt;strong&gt;boot.properties&lt;/strong&gt; file located in &lt;code&gt;$DOMAIN_HOME/servers/AdminServer/security/&lt;/code&gt; with the new username and password. The file format is shown below:&lt;br /&gt;
&lt;pre&gt;username=&amp;lt;username&amp;gt;&lt;br /&gt;password=&amp;lt;password&amp;gt;&lt;/pre&gt;
&lt;/li&gt;
&lt;li&gt;Start the WebLogic domain.&lt;br /&gt;
&lt;pre&gt;$DOMAIN_HOME/bin/startWebLogic.sh&lt;/pre&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;span style="font-size:200%;"&gt;Affected Versions:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;This article applies to all versions of WebLogic.&lt;/p&gt;
&lt;p&gt;Last Reviewed: January 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: weblogic, how-to&lt;/div&gt;
</description></item><item><title>DRAFT-KB-XXXX  Weblogic Admin Reset Password Steps</title><link>https://community.appian.com/support/w/kb/805/kb-1486-how-to-reset-the-weblogic-administrator-password/revision/10</link><pubDate>Wed, 31 Jan 2018 14:35:44 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c5515f91-d38a-4fa2-bff7-c4db5a4b326a</guid><dc:creator>Margaret Haymann</dc:creator><comments>https://community.appian.com/support/w/kb/805/kb-1486-how-to-reset-the-weblogic-administrator-password#comments</comments><description>Revision 10 posted to Appian Knowledge Base by Margaret Haymann on 1/31/2018 2:35:44 PM&lt;br /&gt;
&lt;p&gt;&lt;span style="font-size:200%;"&gt;Purpose&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;The purpose of this article is to provide the steps to reset the Administrator password in a Weblogic installation.&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:200%;"&gt;Instructions&lt;/span&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;ol&gt;
&lt;li&gt;Set up the following environment variables. They are not necessary for the process itself, but will help you navigate. In this case the domain is called &amp;quot;&lt;span style="background-color:#999999;"&gt;ClassicDomain&lt;/span&gt;&amp;quot;. Remember to change the value to match your domain.&lt;br /&gt;
&lt;ol&gt;
&lt;li&gt;&lt;code&gt;export MW_HOME=/u01/app/oracle/middleware&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;export DOMAIN_HOME=$MW_HOME/user_projects/domains/&lt;span style="background-color:#999999;"&gt;ClassicDomain&lt;/span&gt;&lt;/code&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Shut down the WebLogic domain.
&lt;ol&gt;
&lt;li&gt;&lt;code&gt;DOMAIN_HOME/bin/stopWebLogic.sh&lt;/code&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Rename the data folder.
&lt;ol&gt;
&lt;li&gt;&lt;code&gt;mv $DOMAIN_HOME/servers/AdminServer/data $DOMAIN_HOME/servers/AdminServer/data-old&lt;/code&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Set the environment variables.
&lt;ol&gt;
&lt;li&gt;&lt;code&gt;$DOMAIN_HOME/bin/setDomainEnv.sh&lt;/code&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Reset the password using the following command. Remember to substitute the appropriate username and password.
&lt;ol&gt;
&lt;li&gt;&lt;code&gt;cd $DOMAIN_HOME/security&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;java weblogic.security.utils.AdminAccount &amp;lt;username&amp;gt; &amp;lt;password&amp;gt;&amp;nbsp;&lt;/code&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Update the &amp;quot;$DOMAIN_HOME/servers/AdminServer/security/boot.properties&amp;quot; file with the new username and password. The file format is shown below.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;blockquote&gt;
&lt;pre style="padding-left:180px;"&gt;username=&amp;lt;username&amp;gt;
password=&amp;lt;password&amp;gt;&lt;/pre&gt;
&lt;/blockquote&gt;
&lt;ol&gt;
&lt;li&gt;Start the WebLogic domain.
&lt;ol&gt;
&lt;li&gt;$DOMAIN_HOME/bin/startWebLogic.sh&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;span style="font-size:200%;"&gt;Affected Versions:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;This article applies to all versions of Weblogic.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: weblogic, password&lt;/div&gt;
</description></item><item><title>DRAFT-KB-XXXX  Weblogic Admin Reset Password Steps</title><link>https://community.appian.com/support/w/kb/805/kb-1486-how-to-reset-the-weblogic-administrator-password/revision/9</link><pubDate>Wed, 31 Jan 2018 14:28:48 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c5515f91-d38a-4fa2-bff7-c4db5a4b326a</guid><dc:creator>Margaret Haymann</dc:creator><comments>https://community.appian.com/support/w/kb/805/kb-1486-how-to-reset-the-weblogic-administrator-password#comments</comments><description>Revision 9 posted to Appian Knowledge Base by Margaret Haymann on 1/31/2018 2:28:48 PM&lt;br /&gt;
&lt;p&gt;&lt;span style="font-size:200%;"&gt;Purpose&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;The purpose of this article is to provide the steps to reset the Administrator password in a Weblogic installation.&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:200%;"&gt;Instructions&lt;/span&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;ol&gt;
&lt;li&gt;Set up the following environment variables. They are not necessary for the process itself, but will help you navigate. In this case the domain is called &amp;quot;&lt;span style="background-color:#999999;"&gt;ClassicDomain&lt;/span&gt;&amp;quot;. Remember to change the value to match your domain.&lt;br /&gt;
&lt;ol&gt;
&lt;li&gt;&lt;code&gt;export MW_HOME=/u01/app/oracle/middleware&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;export DOMAIN_HOME=$MW_HOME/user_projects/domains/&lt;span style="background-color:#999999;"&gt;ClassicDomain&lt;/span&gt;&lt;/code&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Shut down the WebLogic domain.
&lt;ol&gt;
&lt;li&gt;&lt;code&gt;DOMAIN_HOME/bin/stopWebLogic.sh&lt;/code&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Rename the data folder.
&lt;ol&gt;
&lt;li&gt;&lt;code&gt;mv $DOMAIN_HOME/servers/AdminServer/data $DOMAIN_HOME/servers/AdminServer/data-old&lt;/code&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Set the environment variables.
&lt;ol&gt;
&lt;li&gt;&lt;code&gt;$DOMAIN_HOME/bin/setDomainEnv.sh&lt;/code&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Reset the password using the following command. Remember to substitute the appropriate username and password.
&lt;ol&gt;
&lt;li&gt;&lt;code&gt;cd $DOMAIN_HOME/security&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;java weblogic.security.utils.AdminAccount &amp;lt;username&amp;gt; &amp;lt;password&amp;gt;&amp;nbsp;&lt;/code&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Update the &amp;quot;$DOMAIN_HOME/servers/AdminServer/security/boot.properties&amp;quot; file with the new username and password. The file format is shown below.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;pre&gt;username=&amp;lt;username&amp;gt;
password=&amp;lt;password&amp;gt;&lt;/pre&gt;
&lt;ol&gt;
&lt;li&gt;Start the WebLogic domain.
&lt;ol&gt;
&lt;li&gt;$DOMAIN_HOME/bin/startWebLogic.sh&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;span style="font-size:200%;"&gt;Affected Versions:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;This article applies to all versions of Weblogic.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: weblogic, password&lt;/div&gt;
</description></item><item><title>DRAFT-KB-XXXX  Weblogic Admin Reset Password Steps</title><link>https://community.appian.com/support/w/kb/805/kb-1486-how-to-reset-the-weblogic-administrator-password/revision/8</link><pubDate>Wed, 31 Jan 2018 14:28:11 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c5515f91-d38a-4fa2-bff7-c4db5a4b326a</guid><dc:creator>Margaret Haymann</dc:creator><comments>https://community.appian.com/support/w/kb/805/kb-1486-how-to-reset-the-weblogic-administrator-password#comments</comments><description>Revision 8 posted to Appian Knowledge Base by Margaret Haymann on 1/31/2018 2:28:11 PM&lt;br /&gt;
&lt;p&gt;&lt;span style="font-size:200%;"&gt;Purpose&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;The purpose of this article is to provide the steps to reset the Administrator password in a Weblogic installation.&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:200%;"&gt;Instructions&lt;/span&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;ol&gt;
&lt;li&gt;Set up the following environment variables. They are not necessary for the process itself, but will help you navigate. In this case the domain is called &amp;quot;&lt;span style="background-color:#999999;"&gt;ClassicDomain&lt;/span&gt;&amp;quot;. Remember to change the value to match your domain.&lt;br /&gt;
&lt;ol&gt;
&lt;li&gt;&lt;code&gt;export MW_HOME=/u01/app/oracle/middleware&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;export DOMAIN_HOME=$MW_HOME/user_projects/domains/&lt;span style="background-color:#999999;"&gt;ClassicDomain&lt;/span&gt;&lt;/code&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Shut down the WebLogic domain.
&lt;ol&gt;
&lt;li&gt;&lt;code&gt;DOMAIN_HOME/bin/stopWebLogic.sh&lt;/code&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Rename the data folder.
&lt;ol&gt;
&lt;li&gt;&lt;code&gt;mv $DOMAIN_HOME/servers/AdminServer/data $DOMAIN_HOME/servers/AdminServer/data-old&lt;/code&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Set the environment variables.
&lt;ol&gt;
&lt;li&gt;&lt;code&gt;$DOMAIN_HOME/bin/setDomainEnv.sh&lt;/code&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Reset the password using the following command. Remember to substitute the appropriate username and password.
&lt;ol&gt;
&lt;li&gt;&lt;code&gt;cd $DOMAIN_HOME/security&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;java weblogic.security.utils.AdminAccount &amp;lt;username&amp;gt; &amp;lt;password&amp;gt;&amp;nbsp;&lt;/code&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Update the &amp;quot;$DOMAIN_HOME/servers/AdminServer/security/boot.properties&amp;quot; file with the new username and password. The file format is shown below.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;pre&gt;username=&amp;lt;username&amp;gt;&lt;/pre&gt;
&lt;pre&gt;password=&amp;lt;password&amp;gt;&lt;/pre&gt;
&lt;ol&gt;
&lt;li&gt;Start the WebLogic domain.
&lt;ol&gt;
&lt;li&gt;$DOMAIN_HOME/bin/startWebLogic.sh&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;span style="font-size:200%;"&gt;Affected Versions:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;This article applies to all versions of Weblogic.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: weblogic, password&lt;/div&gt;
</description></item><item><title>DRAFT-KB-XXXX  Weblogic Admin Reset Password Steps</title><link>https://community.appian.com/support/w/kb/805/kb-1486-how-to-reset-the-weblogic-administrator-password/revision/7</link><pubDate>Wed, 31 Jan 2018 14:27:27 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c5515f91-d38a-4fa2-bff7-c4db5a4b326a</guid><dc:creator>Margaret Haymann</dc:creator><comments>https://community.appian.com/support/w/kb/805/kb-1486-how-to-reset-the-weblogic-administrator-password#comments</comments><description>Revision 7 posted to Appian Knowledge Base by Margaret Haymann on 1/31/2018 2:27:27 PM&lt;br /&gt;
&lt;p&gt;&lt;span style="font-size:200%;"&gt;Purpose&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;The purpose of this article is to provide the steps to reset the Administrator password in a Weblogic installation.&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:200%;"&gt;Instructions&lt;/span&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;ol&gt;
&lt;li&gt;Set up the following environment variables. They are not necessary for the process itself, but will help you navigate. In this case the domain is called &amp;quot;&lt;span style="background-color:#999999;"&gt;ClassicDomain&lt;/span&gt;&amp;quot;. Remember to change the value to match your domain.&lt;br /&gt;
&lt;ol&gt;
&lt;li&gt;&lt;code&gt;export MW_HOME=/u01/app/oracle/middleware&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;export DOMAIN_HOME=$MW_HOME/user_projects/domains/&lt;span style="background-color:#999999;"&gt;ClassicDomain&lt;/span&gt;&lt;/code&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Shut down the WebLogic domain.
&lt;ol&gt;
&lt;li&gt;&lt;code&gt;DOMAIN_HOME/bin/stopWebLogic.sh&lt;/code&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Rename the data folder.
&lt;ol&gt;
&lt;li&gt;&lt;code&gt;mv $DOMAIN_HOME/servers/AdminServer/data $DOMAIN_HOME/servers/AdminServer/data-old&lt;/code&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Set the environment variables.
&lt;ol&gt;
&lt;li&gt;&lt;code&gt;$DOMAIN_HOME/bin/setDomainEnv.sh&lt;/code&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Reset the password using the following command. Remember to substitute the appropriate username and password.
&lt;ol&gt;
&lt;li&gt;&lt;code&gt;cd $DOMAIN_HOME/security&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;java weblogic.security.utils.AdminAccount &amp;lt;username&amp;gt; &amp;lt;password&amp;gt;&amp;nbsp;&lt;/code&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Update the &amp;quot;$DOMAIN_HOME/servers/AdminServer/security/boot.properties&amp;quot; file with the new username and password. The file format is shown below.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;&lt;/ol&gt;
&lt;pre style="padding-left:120px;"&gt;username=&amp;lt;username&amp;gt;&lt;/pre&gt;
&lt;pre style="padding-left:120px;"&gt;password=&amp;lt;password&amp;gt;&lt;/pre&gt;
&lt;ol&gt;
&lt;li&gt;Start the WebLogic domain.
&lt;ol&gt;
&lt;li&gt;$DOMAIN_HOME/bin/startWebLogic.sh&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;span style="font-size:200%;"&gt;Affected Versions:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;This article applies to all versions of Weblogic.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: weblogic, password&lt;/div&gt;
</description></item><item><title>DRAFT-KB-XXXX  Weblogic Admin Reset Password Steps</title><link>https://community.appian.com/support/w/kb/805/kb-1486-how-to-reset-the-weblogic-administrator-password/revision/6</link><pubDate>Wed, 31 Jan 2018 13:58:10 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c5515f91-d38a-4fa2-bff7-c4db5a4b326a</guid><dc:creator>Margaret Haymann</dc:creator><comments>https://community.appian.com/support/w/kb/805/kb-1486-how-to-reset-the-weblogic-administrator-password#comments</comments><description>Revision 6 posted to Appian Knowledge Base by Margaret Haymann on 1/31/2018 1:58:10 PM&lt;br /&gt;
&lt;p&gt;&lt;span style="font-size:200%;"&gt;Purpose&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Steps to reset the Administrator password in a Weblogic installation.&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:200%;"&gt;Instructions&lt;/span&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Set up the following environment variables. They are not necessary for the process itself, but will help you navigate. In this case my domain is called &amp;quot;ClassicDomain&amp;quot;. Remember to change the value to match your domain.&lt;br /&gt;
&lt;ol&gt;
&lt;li&gt;export MW_HOME=/u01/app/oracle/middleware&lt;/li&gt;
&lt;li&gt;export DOMAIN_HOME=$MW_HOME/user_projects/domains/ClassicDomain&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Shut down the WebLogic domain.
&lt;ol&gt;
&lt;li&gt;DOMAIN_HOME/bin/stopWebLogic.sh&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Rename the data folder.
&lt;ol&gt;
&lt;li&gt;mv $DOMAIN_HOME/servers/AdminServer/data $DOMAIN_HOME/servers/AdminServer/data-old&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Set the environment variables.
&lt;ol&gt;
&lt;li&gt;$DOMAIN_HOME/bin/setDomainEnv.sh&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Reset the password using the following command. Remember to substitute the appropriate username and password.
&lt;ol&gt;
&lt;li&gt;cd $DOMAIN_HOME/security&lt;/li&gt;
&lt;li&gt;java weblogic.security.utils.AdminAccount &amp;lt;username&amp;gt; &amp;lt;password&amp;gt;&amp;nbsp;&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Update the &amp;quot;$DOMAIN_HOME/servers/AdminServer/security/boot.properties&amp;quot; file with the new username and password. The file format is shown below.&lt;/li&gt;
&lt;li&gt;
&lt;pre style="padding-left:120px;"&gt;username=&amp;lt;username&amp;gt;&lt;/pre&gt;
&lt;pre style="padding-left:120px;"&gt;password=&amp;lt;password&amp;gt;&lt;/pre&gt;
&lt;/li&gt;
&lt;li&gt;Start the WebLogic domain.
&lt;ol&gt;
&lt;li&gt;$DOMAIN_HOME/bin/startWebLogic.sh&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;span style="font-size:200%;"&gt;Affected Versions:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;This article applies to all versions of Weblogic.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: weblogic, password&lt;/div&gt;
</description></item><item><title>DRAFT-KB-XXXX  Weblogic Admin Reset Password Steps</title><link>https://community.appian.com/support/w/kb/805/kb-1486-how-to-reset-the-weblogic-administrator-password/revision/5</link><pubDate>Wed, 31 Jan 2018 13:56:53 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c5515f91-d38a-4fa2-bff7-c4db5a4b326a</guid><dc:creator>Margaret Haymann</dc:creator><comments>https://community.appian.com/support/w/kb/805/kb-1486-how-to-reset-the-weblogic-administrator-password#comments</comments><description>Revision 5 posted to Appian Knowledge Base by Margaret Haymann on 1/31/2018 1:56:53 PM&lt;br /&gt;
&lt;p&gt;&lt;span style="font-size:200%;"&gt;Purpose&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Steps to reset the Administrator password in a Weblogic installation.&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:200%;"&gt;Instructions&lt;/span&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;ol&gt;
&lt;li&gt;&lt;ol&gt;
&lt;li&gt;&lt;ol&gt;
&lt;li&gt;Set up the following environment variables. They are not necessary for the process itself, but will help you navigate. In this case my domain is called &amp;quot;ClassicDomain&amp;quot;. Remember to change the value to match your domain.&lt;br /&gt;
&lt;ol&gt;
&lt;li&gt;export MW_HOME=/u01/app/oracle/middleware&lt;/li&gt;
&lt;li&gt;export DOMAIN_HOME=$MW_HOME/user_projects/domains/ClassicDomain&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Shut down the WebLogic domain.
&lt;ol&gt;
&lt;li&gt;DOMAIN_HOME/bin/stopWebLogic.sh&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Rename the data folder.
&lt;ol&gt;
&lt;li&gt;mv $DOMAIN_HOME/servers/AdminServer/data $DOMAIN_HOME/servers/AdminServer/data-old&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Set the environment variables.
&lt;ol&gt;
&lt;li&gt;$DOMAIN_HOME/bin/setDomainEnv.sh&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Reset the password using the following command. Remember to substitute the appropriate username and password.
&lt;ol&gt;
&lt;li&gt;cd $DOMAIN_HOME/security&lt;/li&gt;
&lt;li&gt;java weblogic.security.utils.AdminAccount &amp;lt;username&amp;gt; &amp;lt;password&amp;gt;&amp;nbsp;&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Update the &amp;quot;$DOMAIN_HOME/servers/AdminServer/security/boot.properties&amp;quot; file with the new username and password. The file format is shown below.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;&lt;/ol&gt;
&lt;/li&gt;&lt;/ol&gt;
&lt;/li&gt;&lt;/ol&gt;
&lt;blockquote&gt;
&lt;pre style="padding-left:120px;"&gt;username=&amp;lt;username&amp;gt;&lt;/pre&gt;
&lt;pre style="padding-left:120px;"&gt;password=&amp;lt;password&amp;gt;&lt;/pre&gt;
&lt;/blockquote&gt;
&lt;ol&gt;
&lt;li&gt;&lt;ol&gt;
&lt;li&gt;&lt;ol&gt;
&lt;li&gt;&lt;ol&gt;
&lt;li&gt;Start the WebLogic domain.&lt;ol&gt;
&lt;li&gt;$DOMAIN_HOME/bin/startWebLogic.sh&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;&lt;/ol&gt;
&lt;/li&gt;&lt;/ol&gt;
&lt;/li&gt;&lt;/ol&gt;
&lt;p&gt;&lt;span style="font-size:200%;"&gt;Affected Versions:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;This article applies to all versions of Weblogic.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: weblogic, password&lt;/div&gt;
</description></item><item><title>DRAFT-KB-XXXX  Weblogic Admin Reset Password Steps</title><link>https://community.appian.com/support/w/kb/805/kb-1486-how-to-reset-the-weblogic-administrator-password/revision/4</link><pubDate>Wed, 31 Jan 2018 13:49:17 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c5515f91-d38a-4fa2-bff7-c4db5a4b326a</guid><dc:creator>Margaret Haymann</dc:creator><comments>https://community.appian.com/support/w/kb/805/kb-1486-how-to-reset-the-weblogic-administrator-password#comments</comments><description>Revision 4 posted to Appian Knowledge Base by Margaret Haymann on 1/31/2018 1:49:17 PM&lt;br /&gt;
&lt;p&gt;&lt;span style="font-size:200%;"&gt;Purpose&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Steps to reset the Administrator password in a Weblogic installation.&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:200%;"&gt;Instructions&lt;/span&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;ol&gt;
&lt;li&gt;&lt;ol&gt;
&lt;li&gt;&lt;ol&gt;
&lt;li&gt;Set up the following environment variables. They are not necessary for the process itself, but will help you navigate. In this case my domain is called &amp;quot;ClassicDomain&amp;quot;. Remember to change the value to match your domain.&lt;br /&gt;
&lt;ol&gt;
&lt;li&gt;export MW_HOME=/u01/app/oracle/middleware&lt;/li&gt;
&lt;li&gt;export DOMAIN_HOME=$MW_HOME/user_projects/domains/ClassicDomain&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Shut down the WebLogic domain.
&lt;ol&gt;
&lt;li&gt;DOMAIN_HOME/bin/stopWebLogic.sh&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Rename the data folder.
&lt;ol&gt;
&lt;li&gt;mv $DOMAIN_HOME/servers/AdminServer/data $DOMAIN_HOME/servers/AdminServer/data-old&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Set the environment variables.
&lt;ol&gt;
&lt;li&gt;$DOMAIN_HOME/bin/setDomainEnv.sh&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Reset the password using the following command. Remember to substitute the appropriate username and password.
&lt;ol&gt;
&lt;li&gt;cd $DOMAIN_HOME/security&lt;/li&gt;
&lt;li&gt;java weblogic.security.utils.AdminAccount &amp;lt;username&amp;gt; &amp;lt;password&amp;gt;&amp;nbsp;&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Update the &amp;quot;$DOMAIN_HOME/servers/AdminServer/security/boot.properties&amp;quot; file with the new username and password. The file format is shown below.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;&lt;/ol&gt;
&lt;/li&gt;&lt;/ol&gt;
&lt;/li&gt;&lt;/ol&gt;
&lt;blockquote&gt;
&lt;pre style="padding-left:120px;"&gt;username=&amp;lt;username&amp;gt;&lt;/pre&gt;
&lt;pre style="padding-left:120px;"&gt;password=&amp;lt;password&amp;gt;&lt;/pre&gt;
&lt;/blockquote&gt;
&lt;ol&gt;
&lt;li&gt;&lt;ol&gt;
&lt;li&gt;Start the WebLogic domain.&lt;ol&gt;
&lt;li&gt;$DOMAIN_HOME/bin/startWebLogic.sh&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;&lt;/ol&gt;
&lt;p&gt;&lt;span style="font-size:200%;"&gt;Affected Versions:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;This article applies to all versions of Weblogic.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: weblogic, password&lt;/div&gt;
</description></item><item><title>DRAFT-KB-XXXX  Weblogic Admin Reset Password Steps</title><link>https://community.appian.com/support/w/kb/805/kb-1486-how-to-reset-the-weblogic-administrator-password/revision/3</link><pubDate>Wed, 31 Jan 2018 13:43:26 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c5515f91-d38a-4fa2-bff7-c4db5a4b326a</guid><dc:creator>Margaret Haymann</dc:creator><comments>https://community.appian.com/support/w/kb/805/kb-1486-how-to-reset-the-weblogic-administrator-password#comments</comments><description>Revision 3 posted to Appian Knowledge Base by Margaret Haymann on 1/31/2018 1:43:26 PM&lt;br /&gt;
&lt;p&gt;&lt;span style="font-size:200%;"&gt;Purpose&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Steps to reset the Administrator password in a Weblogic installation.&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:200%;"&gt;Instructions&lt;/span&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;ol&gt;
&lt;li&gt;&lt;ol&gt;
&lt;li&gt;Set up the following environment variables. They are not necessary for the process itself, but will help you navigate. In this case my domain is called &amp;quot;ClassicDomain&amp;quot;. Remember to change the value to match your domain.&lt;br /&gt;
&lt;ol&gt;
&lt;li&gt;export MW_HOME=/u01/app/oracle/middleware&lt;/li&gt;
&lt;li&gt;export DOMAIN_HOME=$MW_HOME/user_projects/domains/ClassicDomain&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Shut down the WebLogic domain.
&lt;ol&gt;
&lt;li&gt;DOMAIN_HOME/bin/stopWebLogic.sh&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Rename the data folder.
&lt;ol&gt;
&lt;li&gt;mv $DOMAIN_HOME/servers/AdminServer/data $DOMAIN_HOME/servers/AdminServer/data-old&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Set the environment variables.
&lt;ol&gt;
&lt;li&gt;$DOMAIN_HOME/bin/setDomainEnv.sh&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Reset the password using the following command. Remember to substitute the appropriate username and password.
&lt;ol&gt;
&lt;li&gt;cd $DOMAIN_HOME/security&lt;/li&gt;
&lt;li&gt;java weblogic.security.utils.AdminAccount &amp;lt;username&amp;gt; &amp;lt;password&amp;gt;&amp;nbsp;&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Update the &amp;quot;$DOMAIN_HOME/servers/AdminServer/security/boot.properties&amp;quot; file with the new username and password. The file format is shown below.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;&lt;/ol&gt;
&lt;/li&gt;&lt;/ol&gt;
&lt;blockquote&gt;
&lt;pre style="padding-left:120px;"&gt;username=&amp;lt;username&amp;gt;&lt;/pre&gt;
&lt;pre style="padding-left:120px;"&gt;password=&amp;lt;password&amp;gt;&lt;/pre&gt;
&lt;/blockquote&gt;
&lt;ol&gt;
&lt;li&gt;Start the WebLogic domain.
&lt;ol&gt;
&lt;li&gt;$DOMAIN_HOME/bin/startWebLogic.sh&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;span style="font-size:200%;"&gt;Affected Versions:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;This article applies to all versions of Weblogic.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: weblogic, password&lt;/div&gt;
</description></item><item><title>DRAFT-INT-XXXX How to reset the WebLogic Administrator password</title><link>https://community.appian.com/support/w/kb/805/kb-1486-how-to-reset-the-weblogic-administrator-password/revision/12</link><pubDate>Wed, 31 Jan 2018 10:10:23 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c5515f91-d38a-4fa2-bff7-c4db5a4b326a</guid><dc:creator>Nick Vigilante</dc:creator><comments>https://community.appian.com/support/w/kb/805/kb-1486-how-to-reset-the-weblogic-administrator-password#comments</comments><description>Revision 12 posted to Appian Knowledge Base by Nick Vigilante on 1/31/2018 10:10:23 AM&lt;br /&gt;
&lt;p&gt;&lt;span style="font-size:200%;"&gt;Purpose&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;The purpose of this article is to provide the steps to reset the Administrator password in a WebLogic installation.&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:200%;"&gt;Instructions&lt;/span&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Set up the following environment variables. They are not necessary for the process itself, but they will help you navigate. The domain in the example below is called &amp;quot;ClassicDomain&amp;quot;. Remember to change the value to match your domain.&lt;br /&gt;
&lt;ol&gt;
&lt;li&gt;export MW_HOME=/u01/app/oracle/middleware&lt;/li&gt;
&lt;li&gt;export DOMAIN_HOME=$MW_HOME/user_projects/domains/ClassicDomain&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Shut down the WebLogic domain.
&lt;ol&gt;
&lt;li&gt;DOMAIN_HOME/bin/stopWebLogic.sh&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Rename the &lt;code&gt;data&lt;/code&gt; folder.
&lt;ol&gt;
&lt;li&gt;mv $DOMAIN_HOME/servers/AdminServer/data $DOMAIN_HOME/servers/AdminServer/data-old&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Set the environment variables.
&lt;ol&gt;
&lt;li&gt;$DOMAIN_HOME/bin/setDomainEnv.sh&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Reset the password using the following command. Remember to substitute the appropriate username and password.&lt;br /&gt;
&lt;pre&gt;cd $DOMAIN_HOME/security&lt;br /&gt;java weblogic.security.utils.AdminAccount &amp;lt;username&amp;gt; &amp;lt;password&amp;gt;&amp;nbsp;&lt;/pre&gt;
&lt;/li&gt;
&lt;li&gt;Update the &lt;strong&gt;boot.properties&lt;/strong&gt; file located in &lt;code&gt;$DOMAIN_HOME/servers/AdminServer/security/&lt;/code&gt; with the new username and password. The file format is shown below:&lt;br /&gt;
&lt;pre&gt;username=&amp;lt;username&amp;gt;&lt;br /&gt;password=&amp;lt;password&amp;gt;&lt;/pre&gt;
&lt;/li&gt;
&lt;li&gt;Start the WebLogic domain.
&lt;ol&gt;
&lt;li&gt;$DOMAIN_HOME/bin/startWebLogic.sh&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;span style="font-size:200%;"&gt;Affected Versions:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;This article applies to all versions of Weblogic.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: weblogic, password&lt;/div&gt;
</description></item><item><title>DRAFT-KB-XXXX  Weblogic Admin Reset Password Steps</title><link>https://community.appian.com/support/w/kb/805/kb-1486-how-to-reset-the-weblogic-administrator-password/revision/11</link><pubDate>Wed, 31 Jan 2018 09:53:52 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c5515f91-d38a-4fa2-bff7-c4db5a4b326a</guid><dc:creator>Nick Vigilante</dc:creator><comments>https://community.appian.com/support/w/kb/805/kb-1486-how-to-reset-the-weblogic-administrator-password#comments</comments><description>Revision 11 posted to Appian Knowledge Base by Nick Vigilante on 1/31/2018 9:53:52 AM&lt;br /&gt;
&lt;p&gt;&lt;span style="font-size:200%;"&gt;Purpose&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Steps to reset the Administrator password in a Weblogic installation.&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:200%;"&gt;Instructions&lt;/span&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Set up the following environment variables. They are not necessary for the process itself, but will help you navigate. In this case my domain is called &amp;quot;ClassicDomain&amp;quot;. Remember to change the value to match your domain.&lt;br /&gt;
&lt;ol&gt;
&lt;li&gt;export MW_HOME=/u01/app/oracle/middleware&lt;/li&gt;
&lt;li&gt;export DOMAIN_HOME=$MW_HOME/user_projects/domains/ClassicDomain&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Shut down the WebLogic domain.
&lt;ol&gt;
&lt;li&gt;DOMAIN_HOME/bin/stopWebLogic.sh&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Rename the data folder.
&lt;ol&gt;
&lt;li&gt;mv $DOMAIN_HOME/servers/AdminServer/data $DOMAIN_HOME/servers/AdminServer/data-old&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Set the environment variables.
&lt;ol&gt;
&lt;li&gt;$DOMAIN_HOME/bin/setDomainEnv.sh&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Reset the password using the following command. Remember to substitute the appropriate username and password.
&lt;ol&gt;
&lt;li&gt;cd $DOMAIN_HOME/security&lt;/li&gt;
&lt;li&gt;java weblogic.security.utils.AdminAccount &amp;lt;username&amp;gt; &amp;lt;password&amp;gt;&amp;nbsp;&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Update the &amp;quot;$DOMAIN_HOME/servers/AdminServer/security/boot.properties&amp;quot; file with the new username and password. The file format is shown below.&lt;/li&gt;
&lt;li&gt;
&lt;pre style="padding-left:120px;"&gt;username=&amp;lt;username&amp;gt;&lt;/pre&gt;
&lt;pre style="padding-left:120px;"&gt;password=&amp;lt;password&amp;gt;&lt;/pre&gt;
&lt;/li&gt;
&lt;li&gt;Start the WebLogic domain.
&lt;ol&gt;
&lt;li&gt;$DOMAIN_HOME/bin/startWebLogic.sh&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;span style="font-size:200%;"&gt;Affected Versions:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;This article applies to all versions of Weblogic.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: weblogic, password&lt;/div&gt;
</description></item><item><title>DRAFT-KB-XXXX  Reset Admin Password in Weblogic</title><link>https://community.appian.com/support/w/kb/805/kb-1486-how-to-reset-the-weblogic-administrator-password/revision/2</link><pubDate>Tue, 30 Jan 2018 20:40:25 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c5515f91-d38a-4fa2-bff7-c4db5a4b326a</guid><dc:creator>Margaret Haymann</dc:creator><comments>https://community.appian.com/support/w/kb/805/kb-1486-how-to-reset-the-weblogic-administrator-password#comments</comments><description>Revision 2 posted to Appian Knowledge Base by Margaret Haymann on 1/30/2018 8:40:25 PM&lt;br /&gt;
&lt;p&gt;&lt;span style="font-size:200%;"&gt;Purpose&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Steps to reset the Administrator password in a Weblogic installation.&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:200%;"&gt;Instructions&lt;/span&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Set up the following environment variables. They are not necessary for the process itself, but will help you navigate. In this case my domain is called &amp;quot;ClassicDomain&amp;quot;. Remember to change the value to match your domain.&lt;br /&gt;
&lt;ol&gt;
&lt;li&gt;export MW_HOME=/u01/app/oracle/middleware&lt;/li&gt;
&lt;li&gt;export DOMAIN_HOME=$MW_HOME/user_projects/domains/ClassicDomain&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Shut down the WebLogic domain.
&lt;ol&gt;
&lt;li&gt;DOMAIN_HOME/bin/stopWebLogic.sh&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Rename the data folder.
&lt;ol&gt;
&lt;li&gt;mv $DOMAIN_HOME/servers/AdminServer/data $DOMAIN_HOME/servers/AdminServer/data-old&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Set the environment variables.
&lt;ol&gt;
&lt;li&gt;$DOMAIN_HOME/bin/setDomainEnv.sh&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Reset the password using the following command. Remember to substitute the appropriate username and password.
&lt;ol&gt;
&lt;li&gt;cd $DOMAIN_HOME/security&lt;/li&gt;
&lt;li&gt;java weblogic.security.utils.AdminAccount &amp;lt;username&amp;gt; &amp;lt;password&amp;gt;&amp;nbsp;&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Update the &amp;quot;$DOMAIN_HOME/servers/AdminServer/security/boot.properties&amp;quot; file with the new username and password. The file format is shown below.&lt;/li&gt;
&lt;/ol&gt;
&lt;p style="padding-left:120px;"&gt;username=&amp;lt;username&amp;gt;&lt;/p&gt;
&lt;p style="padding-left:120px;"&gt;password=&amp;lt;password&amp;gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Start the WebLogic domain.
&lt;ol&gt;
&lt;li&gt;$DOMAIN_HOME/bin/startWebLogic.sh&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;span style="font-size:200%;"&gt;Affected Versions:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;All Versions of Weblogic.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: weblogic, password&lt;/div&gt;
</description></item><item><title>DRAFT-KB-XXXX  Reset Admin Password in Weblogic</title><link>https://community.appian.com/support/w/kb/805/kb-1486-how-to-reset-the-weblogic-administrator-password/revision/1</link><pubDate>Tue, 30 Jan 2018 18:09:32 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c5515f91-d38a-4fa2-bff7-c4db5a4b326a</guid><dc:creator>Margaret Haymann</dc:creator><comments>https://community.appian.com/support/w/kb/805/kb-1486-how-to-reset-the-weblogic-administrator-password#comments</comments><description>Revision 1 posted to Appian Knowledge Base by Margaret Haymann on 1/30/2018 6:09:32 PM&lt;br /&gt;
&lt;p&gt;From the base domain directory&lt;br /&gt;ex: C:\Oracle2\Middleware\user_projects\domains\base_domain\&lt;/p&gt;
&lt;p&gt;1. Run setDomainEnv&lt;br /&gt;2. Go to security folder&lt;br /&gt;3. Run java weblogic.security.utils.AdminAccount &amp;lt;username&amp;gt; &amp;lt;password&amp;gt; .&lt;br /&gt;4. Rename AdminServer data folder&amp;nbsp;&lt;br /&gt;&amp;lt;DOMAIN_HOME&amp;gt;/servers/AdminServer/data to &amp;lt;DOMAIN_HOME&amp;gt;/servers/AdminServer/data_old&lt;br /&gt;5. Edit &amp;lt;DOMAIN_HOME&amp;gt;/servers/AdminServer/security/boot.properties&lt;br /&gt;6. Start Weblogic&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item></channel></rss>