I recently installed geoportal on my local box and I was able to configure the sql server database correctly with no errors, and glassfish is all set up according to instructions. Simple sign is set up also in the gpt.xml file located here C:\glassfish3\glassfish\domains\domain1\applications\geoportal\WEB-INF\classes\gpt\config. However when I open geoportal and log in it doesn't say welcome with the administrator account. Please help. I can't open the gpt.xml file in a web browser either. Its just blank.
<!-- User Management configuration. simpleAdapter OR ldapAdapter.
- simpleAdpater: configures geoportal with one administrative user
- ldapAdapter: configures geoportal to connect to LDAP user directory store.
-->
<identity encKey="PtkESRI" realm="Geoportal">
<simpleAdapter>
<account username="geoportal" password="geoportalpwd" encrypted="false"/>
<roles>
<role key="gptRegisteredUser"/>
<role key="gptPublisher"/>
<role key="gptAdministrator"/>
</roles>
</simpleAdapter>
</identity>