Accessing Customized Portal

Frnds,

I have customized the sample enterprise portal to suit my needs.

The URL I use to access my portal is

http://myportal.nbt.com:8080/portal/dt?desktop.suid=uid=dsharma,ou=People,o=NBT ,dc=nbt,dc=com

Now I want to acess my portal with URL

http://myportal.nbt.com:8080/portal/dt

Can anybody tell me what needs to be done to achieve this?

Thanks for your help!

Deepak.

[427 byte] By [deepshara] at [2007-11-27 9:35:51]
# 1

Hello,

2 ways to do it :

1? if you want to keep other portal, you cannot use the /portal/dt so, in WebServer (the one i use) you can make a redirecturl so when you type url like :

http://myportal.nbt.com:8080/myPortal

you are redirect to :

http://myportal.nbt.com:8080/portal/dt?desktop.suid=uid=dsharma,ou=People,o=NBT ,dc=nbt,dc=com

2? you go in psconsole and you change the default anonymous portal

- connect to psconsole

- select portals tab and your portal instance (portal1)

- select TopLevel Dn in the drop down list at top

- in the bottom of the page, you have the Valid UIDs for Anonymous Desktop list.

select your anonymous user and click on Set as Default.

a+

Philippe

beutina at 2007-7-12 23:03:34 > top of Java-index,Web & Directory Servers,Portal Servers...
# 2

Thanks Philippe!!

1) I am actually using a app server.Can I put a redirect in app server? If yes ,can u please tell me where to put that...

2)I tried this and It worked.Now I am able to access my portal with

http://myportal.nbt.com:8080/portal

but now I am not able to access enterprise sample portal.?

I tried setting the enterprise anonymous user as the default but still I only get myportal login page and not enterprise portal.

Thanks again for your help.!

Deepak

deepshara at 2007-7-12 23:03:34 > top of Java-index,Web & Directory Servers,Portal Servers...
# 3

For issue (1) -> Can you see whether this link will help you setting the URL forwarding in Appserver

http://docs.sun.com/source/816-7156/agcontnt.html#1014530

For issue (2) ->Did you try restarting the container after you set the Enterprise anonymous user as the default . Ideally it should have picked up the change immediately ..anyway you try this option

thekkadatha at 2007-7-12 23:03:34 > top of Java-index,Web & Directory Servers,Portal Servers...