<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: SIM gui customization in Server Management - Systems Insight Manager</title>
    <link>https://community.hpe.com/t5/server-management-systems/sim-gui-customization/m-p/3563747#M12472</link>
    <description>Hi Lisa, the problem is to find the correct "login.jsp". It may be hidden in JAR-Files, which have to be unpacked and repacked. For making the changes seek out for the following code section:&lt;BR /&gt;&lt;BR /&gt;&lt;!-- Support to add custom prompt to login page --&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;DIV id="ID_LOGON_SCREEN" style="display:none"&gt;&lt;BR /&gt;&lt;FORM name="myform" method="POST" action="https://community.hpe.com/j_security_check" onsubmit="return myOnSubmit()"&gt;&lt;BR /&gt;   &lt;INPUT type="hidden" name="j_username" id="j_username" /&gt;&lt;BR /&gt;   &lt;INPUT type="hidden" name="j_password" id="j_password" /&gt;&lt;BR /&gt;   &lt;TABLE border="0" cellspacing="2" cellpadding="0"&gt;&lt;BR /&gt;      &lt;TBODY&gt;&lt;TR&gt;&lt;BR /&gt;         &lt;TD&gt;User name:&lt;/TD&gt;&lt;BR /&gt;         &lt;TD&gt;&lt;INPUT type="text" name="usernameInput" id="usernameInput" onkeyup="resetPageRefreshTimer()" style="width:200" maxlength="128" /&gt;&lt;/TD&gt;&lt;BR /&gt;      &lt;/TR&gt;&lt;BR /&gt;      &lt;TR&gt;&lt;BR /&gt;         &lt;TD&gt;Password:&lt;/TD&gt;&lt;BR /&gt;         &lt;TD&gt;&lt;INPUT type="password" name="passwordInput" id="passwordInput" onkeyup="resetPageRefreshTimer()" style="width:200" maxlength="255" /&gt;&lt;/TD&gt;&lt;BR /&gt;      &lt;/TR&gt;&lt;BR /&gt;&lt;BR /&gt;      &lt;TR&gt;&lt;BR /&gt;         &lt;TD&gt;Domain:&lt;/TD&gt;&lt;BR /&gt;         &lt;TD&gt;&lt;INPUT type="text" name="domainInput" id="domainInput" onkeyup="resetPageRefreshTimer()" style="width:200" maxlength="128" /&gt;&lt;/TD&gt;&lt;BR /&gt;      &lt;/TR&gt;&lt;BR /&gt;&lt;BR /&gt;      &lt;TR&gt;&lt;BR /&gt;         &lt;TD&gt;&lt;/TD&gt;&lt;BR /&gt;         &lt;TD align="left"&gt;&lt;INPUT id="ID_LOGON" type="submit" class="mx-button" value="Secure Login" /&gt;&lt;/TD&gt;&lt;BR /&gt;      &lt;/TR&gt;&lt;BR /&gt;   &lt;/TBODY&gt;&lt;/TABLE&gt;&lt;BR /&gt;&lt;/FORM&gt;&lt;BR /&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;Then modify the domain input field (plain HTML):&lt;BR /&gt;&lt;INPUT type="hidden" name="domainInput" id="domainInput" value="[ourDomain]" /&gt;&lt;BR /&gt;&lt;BR /&gt;No guarantee that it works ...!</description>
    <pubDate>Tue, 14 Jun 2005 09:50:23 GMT</pubDate>
    <dc:creator>Jens Schröder</dc:creator>
    <dc:date>2005-06-14T09:50:23Z</dc:date>
    <item>
      <title>SIM gui customization</title>
      <link>https://community.hpe.com/t5/server-management-systems/sim-gui-customization/m-p/3563746#M12471</link>
      <description>I would like to customize the SIM login page so that either it does not request a domain name, or the domain name is already written in (seeing as how everyone who logs in uses the same domain name). Also, I would also like to be able to add corporate logos - could anyone point me toward any existing documentation on this or offer any help?</description>
      <pubDate>Tue, 14 Jun 2005 07:59:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/sim-gui-customization/m-p/3563746#M12471</guid>
      <dc:creator>Lisa Waters_1</dc:creator>
      <dc:date>2005-06-14T07:59:24Z</dc:date>
    </item>
    <item>
      <title>Re: SIM gui customization</title>
      <link>https://community.hpe.com/t5/server-management-systems/sim-gui-customization/m-p/3563747#M12472</link>
      <description>Hi Lisa, the problem is to find the correct "login.jsp". It may be hidden in JAR-Files, which have to be unpacked and repacked. For making the changes seek out for the following code section:&lt;BR /&gt;&lt;BR /&gt;&lt;!-- Support to add custom prompt to login page --&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;DIV id="ID_LOGON_SCREEN" style="display:none"&gt;&lt;BR /&gt;&lt;FORM name="myform" method="POST" action="https://community.hpe.com/j_security_check" onsubmit="return myOnSubmit()"&gt;&lt;BR /&gt;   &lt;INPUT type="hidden" name="j_username" id="j_username" /&gt;&lt;BR /&gt;   &lt;INPUT type="hidden" name="j_password" id="j_password" /&gt;&lt;BR /&gt;   &lt;TABLE border="0" cellspacing="2" cellpadding="0"&gt;&lt;BR /&gt;      &lt;TBODY&gt;&lt;TR&gt;&lt;BR /&gt;         &lt;TD&gt;User name:&lt;/TD&gt;&lt;BR /&gt;         &lt;TD&gt;&lt;INPUT type="text" name="usernameInput" id="usernameInput" onkeyup="resetPageRefreshTimer()" style="width:200" maxlength="128" /&gt;&lt;/TD&gt;&lt;BR /&gt;      &lt;/TR&gt;&lt;BR /&gt;      &lt;TR&gt;&lt;BR /&gt;         &lt;TD&gt;Password:&lt;/TD&gt;&lt;BR /&gt;         &lt;TD&gt;&lt;INPUT type="password" name="passwordInput" id="passwordInput" onkeyup="resetPageRefreshTimer()" style="width:200" maxlength="255" /&gt;&lt;/TD&gt;&lt;BR /&gt;      &lt;/TR&gt;&lt;BR /&gt;&lt;BR /&gt;      &lt;TR&gt;&lt;BR /&gt;         &lt;TD&gt;Domain:&lt;/TD&gt;&lt;BR /&gt;         &lt;TD&gt;&lt;INPUT type="text" name="domainInput" id="domainInput" onkeyup="resetPageRefreshTimer()" style="width:200" maxlength="128" /&gt;&lt;/TD&gt;&lt;BR /&gt;      &lt;/TR&gt;&lt;BR /&gt;&lt;BR /&gt;      &lt;TR&gt;&lt;BR /&gt;         &lt;TD&gt;&lt;/TD&gt;&lt;BR /&gt;         &lt;TD align="left"&gt;&lt;INPUT id="ID_LOGON" type="submit" class="mx-button" value="Secure Login" /&gt;&lt;/TD&gt;&lt;BR /&gt;      &lt;/TR&gt;&lt;BR /&gt;   &lt;/TBODY&gt;&lt;/TABLE&gt;&lt;BR /&gt;&lt;/FORM&gt;&lt;BR /&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;Then modify the domain input field (plain HTML):&lt;BR /&gt;&lt;INPUT type="hidden" name="domainInput" id="domainInput" value="[ourDomain]" /&gt;&lt;BR /&gt;&lt;BR /&gt;No guarantee that it works ...!</description>
      <pubDate>Tue, 14 Jun 2005 09:50:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/sim-gui-customization/m-p/3563747#M12472</guid>
      <dc:creator>Jens Schröder</dc:creator>
      <dc:date>2005-06-14T09:50:23Z</dc:date>
    </item>
    <item>
      <title>Re: SIM gui customization</title>
      <link>https://community.hpe.com/t5/server-management-systems/sim-gui-customization/m-p/3563748#M12473</link>
      <description>Excellent, that worked for the domain piece perfectly!&lt;BR /&gt;</description>
      <pubDate>Tue, 14 Jun 2005 11:02:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/sim-gui-customization/m-p/3563748#M12473</guid>
      <dc:creator>Lisa Waters_1</dc:creator>
      <dc:date>2005-06-14T11:02:42Z</dc:date>
    </item>
    <item>
      <title>Re: SIM gui customization</title>
      <link>https://community.hpe.com/t5/server-management-systems/sim-gui-customization/m-p/3563749#M12474</link>
      <description>What was the location of the particular file you edited to make this work?</description>
      <pubDate>Thu, 16 Jun 2005 14:02:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/sim-gui-customization/m-p/3563749#M12474</guid>
      <dc:creator>Pat Wilson_1</dc:creator>
      <dc:date>2005-06-16T14:02:30Z</dc:date>
    </item>
    <item>
      <title>Re: SIM gui customization</title>
      <link>https://community.hpe.com/t5/server-management-systems/sim-gui-customization/m-p/3563750#M12475</link>
      <description>Found it.  It's in:&lt;BR /&gt;Systems Insight Manager\hpwebadmin\webapps\ROOT\login.jsp</description>
      <pubDate>Thu, 16 Jun 2005 14:24:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/sim-gui-customization/m-p/3563750#M12475</guid>
      <dc:creator>Pat Wilson_1</dc:creator>
      <dc:date>2005-06-16T14:24:39Z</dc:date>
    </item>
  </channel>
</rss>

