Select to view content in your preferred language

Can't see administration tabs in Geoportal using SQL Server and Glassfish

2350
1
05-12-2014 12:58 PM
MattTenold
Deactivated User
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>
0 Kudos
1 Reply
MattTenold
Deactivated User
Fixed it.  Deleted server logs, restarted glassbox and then deleting the entire ldap part.
0 Kudos