cancel
Showing results for 
Search instead for 
Did you mean: 

alias in the portal

Former Member
0 Kudos

Hi

How is it possible to remove the irj part in the portal url and use aliases instead.

See this url from the SAP help portal:

http://help.sap.com/content/documentation/erp/index.htm

Can anyone lead me in the right direction?

Brgds// -Fred

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi fred,

you can do so in j2ee visual admin. cluster -> server -> services -> http -> startpage = irj

regards,

ds

jochen_spieth
Participant
0 Kudos

Hi all,

i tried that , too.

I defined another alias pointing to the root directory of irj (in order to run the default portallauncher). But all the stupid thing does is to open the J2EE docu page.

Has anyone tried to apply an different alias for irj? And did it work?? And if yes....how did it work???

Tnaks and regards,

Jochen

Former Member
0 Kudos

If your URL is pointing to the domain, then

you can creat a index.jsp with the following content, and save it in the J2EE Documentation folder: <Drive>:\usr\sap\<SAPSID>\j2ee\j2ee_<J2EE_instance_number>\docs\

_______________________________________

<%

//Send the redirect using server redirection (not client script)

//This will also send the HTTP GET parameters

String queryString = request.getQueryString() ;

if (queryString==null ) {

response.sendRedirect

("irj/servlet/prt/portal/prtroot/com.sap.portal.navigation.portallauncher.default") ;

} else {//redirect with HTTP GET parameters

response.sendRedirect

("irj/servlet/prt/portal/prtroot/com.sap.portal.navigation.portallauncher.default?" + queryString) ;

}

%>

_______________________________________

keep in mind to use <= for EP6.0 SP2

Let me know if this works for you.

AAAttar

jochen_spieth
Participant
0 Kudos

Hi AAAttar,

thanks for the info. I tried it, but still only the J2EE docu page comes up....so yesterday the choice was between taking a break or jumping out of the window ;-)...i'll give it another try this afternoon...will keep u updated

Cheers,

Jochen

Former Member
0 Kudos

For me it works fine!

Former Member
0 Kudos

Does anyone have a solution for an EP6 based on NW04?

Answers (0)