cancel
Showing results for 
Search instead for 
Did you mean: 

creating a new url

Former Member
0 Kudos

Hi

We normally access ..../irj/portal ..

My doubt is ....Is it possible to create another url which access a different page

If possible how is it done

Please send me some material or useful links

Regards

Krishna

Accepted Solutions (0)

Answers (2)

Answers (2)

abdulbasit
Active Contributor
0 Kudos

If you also want to get rid of irj/portal prefix :

Open Visual Administrator

Go to Cluster -> Server -> Services -> HTTP Provider

Enter /irj/portal in the Start Page

Click Save Properties button

Restart server

Now you can access your portal directly with :

http://<server>:<port>;

Regards

Abdul.

Former Member
0 Kudos

Hi

I wil make it a little more clear Is there any way that I can make

another portal ...with a different login page...with different functionality

both these portal(irj/portal and the newly created portal) in the same server??

Regards

Krishna

abdulbasit
Active Contributor
0 Kudos

Hi Krishna,

This is more complicated than I understood

You want two different login pages. Normally there is one login page but you can create a new project from com.sap.portal.runtime.logon.par and customize it. If you customize two different logon pages and create a two Iviews for them and create two quick links for example /irj/portal/site1 and /irj/portal/site2. After user logon to the portal, you can create different desktops using Display Rules according to groups / roles etc.

All users can logon from two logon pages. But, they see different portals after logon.

This is what I can suggest you. As far as I know, there is not a standart mechanism to make 2 different logon pages. You have to play with com.sap.portal.runtime.logon.par project and create 2 different desktops.

Regards

Abdul.

abdulbasit
Active Contributor
0 Kudos

Hi Krishna,

You can assign a "quick link" to any page or iview. There is a quick link property on iview and page properties. Fill this field with the url you want to use and access it directly with

/irj/portal/<quick link>

For detailed information refer to :

<a href="http://help.sap.com/saphelp_nw04s/helpdata/en/97/b0ef8b24a64ae884f0ab246e54cae5/frameset.htm">Quick Links</a>

Regards

Abdul.