Prakash Prabhakaran

Login to Sun Portal through gateway from a non-default Org

Friday Mar 07, 2008

I have come across a scenario where I had to Configure Sun's Instance messaging with Portal Server through gateway..Here I have used the following Products as the dependent products for Instant messaging

1.Sun Java System Portal Server

2.Directory Server

3.Access Manager

When you install and configure portal server with Access manager it creates an Org called DeveloperSample in Access Manager, but for Instant messaging I wanted to use another org at the same level as DeveloperSample. So I have created a org called "india.sun.com" and created some users under this Org and assigned the Instant Messaging services for the users

Problem

I tried to login with this users to Portal Desktop through gateway..but it failed to login and the login was happening for the same user without gateway

Solution

Login to AccessManager as amadmin/<your password>

Create users under your Org

Assign Services for the users

Click on the Service Configuration tab

Select Platform and Click

Under the servers list add the URL of your server(eg:http://vinay.india.sun.com:8080/portal)

Save and Restart the server

Now you should be able to login to Desktop through gateway

 

 

 

[0] Comments
Like this post? del.icio.us | furl | slashdot | technorati | digg

Installing and Configuring shared events Tasks portlets

Wednesday Oct 03, 2007

Unlike the other portlets in the Community context Shared Events and Tasks portlets needs extra backend support. The steps needs to install/configure these portlets are :

Install Portal Server(7.0 and above)
Install Calendar Server
Install Delegated Admin
Run the commds_setup.pl for configuring directory server
Restart the directory server
Run the commdasetup.pl for configuring Delegated Admin
Run the calendar configurator to configure calendaer server
Edit the tokens.properties file with appropriate values
Run ant customize to create the war file
Loading the SSO Adapter Template
Traverse to the location where you can find SSOAdapterTemplate.xml file

You'll find the file in /var/opt/SUNWportal/portletapps/sharedevents/build/conf.
Do a ant -f config.xml. This will load the SSO Adapter configuration.

 Deploying the war file

/opt/SUNWportal/bin/psadmin deploy-portlet -u amadmin -f /tmp/ampasswd -p portal1 -g /var/opt/SUNWportal/portletapps/sharedevents/build/sharedevents.war

 Restart the container

 

[1] Comments
Like this post? del.icio.us | furl | slashdot | technorati | digg