cancel
Showing results for 
Search instead for 
Did you mean: 

Two logon page in sap portal 7.3

former_member185507
Active Participant
0 Kudos

HI,

How can we create two custom logon page in sap portal 7.31



Thanks in advance.

Accepted Solutions (1)

Accepted Solutions (1)

former_member185507
Active Participant
0 Kudos

Hi Expert,

Is it possible two logon page in SAP Portal 7.3 from Basis and portal end.

exm- 1.http://xyz.com

     2.http://PQR.com

Kindly give ans.

Sriram2009
Active Contributor
0 Kudos

Hi

Could you refer the SCN thread

BR

former_member185507
Active Participant
0 Kudos

Thanks a lot BR,

1.How to configure these two URL on portal

1.http://xyz.com

2.http://PQR.com

2. Could u pls explain these line of code "if (sAlias.equals("firsturl"))

<%

String sAlias = request.getServerName().substring(0,request.getServerName().indexOf(".")).toLowerCase(); //return the firsturl from https://firsturl.company.com/

if (sAlias.equals("firsturl")) {  

%> 

  <jsp:include page="/umLogonPage_01.jsp" />

<% } else {

%>

  <jsp:include page="/umLogonPage_02.jsp" />

<% } %>

}

former_member185507
Active Participant
0 Kudos

Hi Guru,

Any one knows..

former_member193379
Active Contributor
0 Kudos

Hi Sam,

You can achieve it by URL aliasing, for this you have make the changes in web.xml and then in rules.

If you need any further assistance, please let me know.

Thanks,

Hamendra

former_member185507
Active Participant
0 Kudos

HI Hamendra,

How to these two link where have to create  and call.pls tell me.

.http://xyz.com

2.http://PQR.com

Thx

sam

former_member193379
Active Contributor
0 Kudos

Hi Sam,

Please go through the below URL

http://help.sap.com/saphelp_nw73/helpdata/de/48/1d5d0171364269e10000000a421937/content.htm

Now make sure that you have done the below steps.

1.  Add rules to rule collection assigning one URL Alias to one Portal Desktop, and the other URL

Alias to another portal desktop.

2.  Enable Desktop Filtering by IDs.

Activate filtering by desktop filter id in EP7.3

http://help.sap.com/saphelp_nw73/helpdata/en/49/3d203a13301ec6e10000000a42189b/frameset.htm

Activate filtering by desktop filter id in EP 7.0
http://help.sap.com/saphelp_nw70/helpdata/en/5e/e855a35455458aa4df21a4339722c7/content.htm.


3.  Using filter IDs on the portal desktops to filter.

4.  Assigning those filter IDs to all the desired Entry Points.

5.  All these entry points need to be assigned to the user accessing them, depending on which URL Alias they use when accessing the portal.

Please let me know if you need any further assistance.

Thanks,
Hamendra

former_member185507
Active Participant
0 Kudos

Hi Hamendra,

Thanks Q so much for ur input.

I have done the according to ur post but it's changed the desktop and them page.

I am looking for portal logon page to changes according to URL ,such as

1.http://xyz.com

2.http://PQR.com

.

Kindly give input.

Regards,

Sam

former_member193379
Active Contributor
0 Kudos

Hi Sam,

You can achieve it by amending logon par/war file. Please use the below link for the same

http://scn.sap.com/docs/DOC-27909

Please let me know if you need any further information.

Thanks,

Hamendra

former_member185507
Active Participant
0 Kudos

Thanks for your support kuar,


This is single logon page..a looking two logon page with different URL


Regards,

Sam

former_member193379
Active Contributor
0 Kudos

Hi Sam,

You have to create to logon war/par files which will get mapped with the respective url. Please go through the above mentioned link and at the end of the above document you will get an idea of how to do it.

Thanks,

Hamendra

former_member185507
Active Participant
0 Kudos

ok Hamendra.

Answers (0)