Change URL portal /irj/portal -- /myportal

Hi experts,
I have a problem, i want change the URL portal, from /irj/portal to /myportal; is it possible? How can do it?
Thanks in advance,
Regards,

Hi Victor,
Please check below thread for modifying the Portal URL
Change Portal URL - http://wiki.sdn.sap.com/wiki/display/EP/ChangePortalURL
Change in Portal URL - Change in Portal URL
Change defualt page as /irj/portal - Re: Change defualt page as /irj/portal
Hope it helps
Regards
Arun

Similar Messages

  • Change URL of a portal

    Hi,
    I have create a portal page, which I would like to make available under a different URL.
    In stead of http://sever:7778/pls/portal, I would like to use e.g. http://my_application.
    How can I obtain this?

    Hi
    Which version of portal are you using ? if you are using Release 1, then you just have to run ssodatan script to change it in the portal and reconfigure your httpd.conf file.
    If you are using Release 2, then this becomes a bit lengthy, run ptlasst script, reconfigure httpd.conf (to create virtual hosts) , reconfigure webcache and if you want to change the URL for SSO Server, then you have run some other scripts too for the SSO Server like ssocfg and all.
    Regards
    Deepak

  • How to change route url login home sap at .../irj/portal

    dear all,
    is possible to change login home page url sap portal with another file except loginPage.jsp
    how to route index page to another file jsp custom?
    and can you describe to me how route structure /irj/portal file because i will custom another file
    thank you

    Hi
    If you are trying to redirect the /irj/portal to a custom path then you can use the ICM parameter
    icm/HTTP/redirect_0 = PREFIX=/irj/portal, TO=/<yourcustompath>
    Either in your Portal app server or in your Web Dispatcher if you have a web dispatcher fronting your Portal.
    Cheers
    Donald

  • Change URL portal

    Hi experts,
    I have a problem, i want change the URL portal, from  http://<server>:<port>/irj/portal to http://>server>:<port>/myportal ; is it possible? How can do it?
    Thanks in advance,
    Regards,

    Hi,
    This should be possible. For this., may be there are othe ralternatives. But for one I know is - following steps have to be followed.
    a) irj is web component which is invoked by web container based on xml file(like our web.xml in servlet concept) . portal is match string. Hence first step would be to identify the xml file. Plz refer the link http://help.sap.com/saphelp_nw04/helpdata/EN/44/42c08f81ce2152e10000000a114a6b/frameset.htm
    b) modify this file according to your needs.
    c) Restart portal server.
    It should work.
    Please take a backup of xml file before modifying it.
    Regards,
    Ganga

  • Need to replicate Portal /irj security setting

    Hi Folks,
    I am working on a Portal 6 - Web AS 6.40 SPS 21
    I have strange proprietary application (I guess aspx) handling user authentication in the production Portal: whenever a user points the browser to the production portal public URL (say https://portal.customer.com), a reverse proxy forward the request to the custom auth app; the user enters his domain credentials and, if successful, he's redirected over the Portal, in an authenticated session (if I look at the browser cookies I can see the SAPSSO2).
    Now the problem: I would like my web module project (I am writing a very simple JSP using Web Module Project and Ent. App. project to deploy) to behave exactly as /irj does from a security perspective.
    Question 1: how do I have to set up security in my xml descriptors (web.xml and web-j2ee-engine.xml) in NWDS to achieve this?
    Question 2: do I need to change the auth template in the Security Provider in Visual Adiministrator for my app, or just leave it with the "basic" auth module it originally comes? I am confused about this because I would expect a "ticket" template with its 5 modules stack to be more appropriate then "basic", but if I look at how irj is configured in the Security Proivider, I see only "basic" used...
    Finally: I am (try to be) a strict-RTFM-observer as much as I can, but I really need your help here guys.
    Hope someone can shed some light on this foggy topic.
    Thanks in advance.
    Cheers,
    Alex

    Ok guys, fixed it myself, luckily.
    See /people/alessandro.guarneri/blog/2010/06/05/http-header-variable-authentication-in-sap-portal

  • Getting rid of /irj/portal

    Anyone who can help,
    I have two questions:
    1. Where is the default root directory for Portal (Version 6.0) and
    2. How do we change the root directory in Visual Administrator to make the portal pages work without showing /irj/portal.
    Our goal is for Portal user to have to type www.my.companyname.com instead of www.my.companyname.com/irj/portal. We do not want to redirect as we don't want /irj/portal to show up again!
    Thank you,
    Lakshmi.

    Hello Lakshmi
    I don't think it's possible to change the root directory of EP 6.0 portal because the URL without /irj correspond to the Netweaver Administration page.
    Best regards
    François

  • Change HOME page in portal

    hello forum,
    Here is quite a newbe question I suppose..
    Is there a fairly easy method to change the content of the iViews on the HOME page in the portal?
    We wish only to change the text in the 'SAP Enterprise Portal' iView (com.sap.portal.welcome.iView) in the 'Portal Information' page. I already copied the original page and iView to a separate folder.
    Since we only need to show a simple text on this page, I think there is no need to develop a completely new iView, but instead want to change the existing iView (at least a copy of it).
    Thanks!
    Walter

    Hello M Peter,
    I was able to download the com.sap.portal.ivs.iviewservice.par.bak from the PCD; I imported it in NDS by means of 'import Portal Application Project from PAR file'; I was then able to see the contents of this file and make changes to the welcome.properties file in dist/PORTAL-INF/private/classes/. After changing the text for the 'WELCOME' field I used Create/Export PAR file to upload the changes back to the portal. One restart later leaves me with the following error after logon:
    Error occurred while trying to access desktop: "portal_content/every_user/general/defaultDesktop". The object does not exist or you are not authorized to access it. If this problem persists, contact your system administrator.
    I checked SAP note 869690 that describes this symptom; but I cannot request the default desktop by the stated URL. I created copies of the desktop and login pages in order to be able to change them, which might explain this behaviour.
    Because the only change is in the com.sap.portal.ivs.iviewservice.par service; how can I replace this file? I tried opening the original .PAR file in NDS and exporting it to the portal; but this does not change anything.
    This is a serious error; how can we restore original behaviour?
    Regards,
    Walter

  • Servlet filter in portal irj?

    Hi,
    I am trying to create and deploy a servlet filter in portal irj.
    Here is what I have done:
    1. Created filter class(TestFilter.java).
    2. Created a jar file for the above TestFilter.class.
    3. Copied the jar file to C:\usr\sap\DW1\JC00\j2ee\cluster\server0\apps\sap.com\irj\servlet_jsp\irj\root\WEB-INF\lib folder
    4. Modified the web.xml file under C:\usr\sap\DW1\JC00\j2ee\cluster\server0\apps\sap.com\irj\servlet_jsp\irj\root\WEB-INF folder with the following lines:
      <filter>
        <filter-name>TestFilter</filter-name>
        <display-name>TestFilter</display-name>
        <description>
        </description>
        <filter-class>com.test.TestFilter</filter-class>
      </filter>
      <filter-mapping>
        <filter-name>TestFilter</filter-name>
        <url-pattern>/irj/*</url-pattern>
      </filter-mapping>
      <filter-mapping>
        <filter-name>TestFilter</filter-name>
        <servlet-name>prt</servlet-name>
      </filter-mapping>
    5. Restarted the engine.
    But still my filter doesnot get called. Am I missing something?

    i am trying out the sample filter and did the same steps as you mentioned above. 
    I get the following exception.  Looks like the irj didn't recognize the .jar file placed inside the lib.
    I am using EP 6.0.
    Stack Trace
    ===========
    Cannot load filter < com.test.TestFilter > The error is: java.lang.ClassNotFoundException: com.test.TestFilter
    Any additional steps to be done for irj to recognize this library.  The exception also shows the other libraries used during loading the application.  I didn't find mine in the list.
    Appreciate ur help
    Message was edited by:
            Anant

  • 404 error service not found for irj/portal ??

    Hello,
    I am facing a problem in our productive system. It is a 2-node cluster 7.01 with hostnames v000011360 and v000012360.
    We are using a web dispatcher for load balancing and redirecting.
    When we try to access the portal through the web dispatcher's url, if the redirection is done to the first node (11360), portal logon screen appears and everything is ok. But if the redirection is to the 2nd Node, Service cannot be reached error occurs!
    The user has to refresh the page several times, until the web dispatcher redirects to the 1st Node. A000010360 is the virtual ip of the cluster.
    The complete error message is this:
    Service cannot be reached
    What has happened?
    URL http://a000010360.central.nbg.gr/irj/portal call was terminated because the corresponding service is not available.
    Note
    The termination occurred in system MBP with error code 404 and for the reason Not found.
    The selected virtual host was 0 .
    What can I do?
    Please select a valid URL.
    If you do not yet have a user ID, contact your system administrator.
    ErrorCode:ICF-NF-http-c:000-u:SAPSYS-l:E-i:V000012360_MBP_30-v:0-s:404-r:Notfound
    HTTP 404 - Not found
    Your SAP Internet Communication Framework Team
    Any ideas greatly appreciated. Thank you!

    Hi Mark,
    Yes there is a java server running in the second node!
    Also, if the 2nd Node url is written directly, logon screen appears and everything works fine.
    However, this should be done automatically through the web dispatcher (or the message server) load balancing.
    The direct url for 1st Node is http://v000011360:53000/irj and for the 2nd Node http://v000012360:53000/irj.
    Being though a cluster setup we use the virtual url http://a000010360:53000/irj, which should direct to one of the 2 nodes through the web dispatcher. If it directs to the 1st Node, everything is ok, but to the 2nd, 404 error not found occurs.
    Also if server0 in 1st node fails for any reason, we cannot access the portal whatsoever! Shouldn't the dispatcher redirect to the 2nd node which is up and running? Isn't that the purpose of having a cluster system?
    Thank you for your time,
    GS.

  • How to add Friendly URLs in Weblogic Portal?

    Hi,
    We are developing a portal using Weblogic 10gR3. Right now the URL's that are getting formed are very long which includes the nfpb, nfls, pagelabel e.t.c. The requirement is to have a very user friendly url something like http://www.x.com/portal/<<pageLabel>>
    The Weblogic documentation mentions something about URL compression, however unable to apply it for dynamic URL's. We have URL's which are formed on the fly from the WLP Content Repository
    Is there some kind of servlet / filter provided within WLP. I read somewhere about an URLTransformationServlet. But there was no documentation on its usage. Can some one share a sample code snippet with me. That would be really really helpful, as we are having a slight time crunch here.
    Any kind of help on this will be deeply appreciated. Thanks
    Thanks and Regards,
    Lilly

    Dear Team,
    Please help us in Change Portal Url . Please find below details and help us asap.
    Regards
    Radhakrishna
    Generic Note
    I understand [email protected] looks after your account and he should be able to assist you in this matter.
    You could possibly post your question to the oracle forums, like below
    How to add Friendly URLs in Weblogic Portal?
    [email protected] - November 1, 2010 7:05:03 PM GMT+05:30 [Update from Customer]
    Dear Team,
    Please let us know how to contact the assigned oracle account manager to engage someone from the professional services team.
    Please update us asap.
    Regards
    Radhakrishna
    Oracle Support - November 1, 2010 5:28:59 PM GMT+05:30 [Information]
    Generic Note
    I would suggest you contact the assigned oracle account manager to engage someone from the professional services team.
    [email protected] - November 1, 2010 4:55:25 PM GMT+05:30 [Update from Customer]
    Dear Team,
    How to engage oracle professional services to team to get assistance.
    Regards
    Radhakrishna
    Oracle Support - November 1, 2010 1:48:49 PM GMT+05:30 [Information]
    Generic Note
    As mentioned earlier, changes to the portal url is not provided out of box, the documentation link that I provided mentions a possible way of achieving this by creating a start up servlet, this may or may-not work in all circumstances. If the suggestions provided so far has not helped you so far, I would recommend you engage oracle professional services team to get assistance.
    [email protected] - November 1, 2010 1:36:12 PM GMT+05:30 [Update from Customer]
    Dear Team,
    Please find below comments from Dev team.
    While try to incorporate the URL navigation changes at
    our development environment we are getting exception Unable to render /framework/skeletons/bharti_skeleton/singlelevelmenu.jsp .
    I have also checked feasibility for the URL navigation changes provided and will not work for left menu
    and footer URL because while rendering these URL we are not using single level menu jsp or multilevel menu jsp.
    Please check with these comments and update ASAP.
    Regards
    Radhakrishna
    [email protected] - October 28, 2010 7:56:02 PM GMT+05:30 [Update from Customer]
    Hi,
    regarding making changes to the url meets ,we are working on the document which you have provided.we will update with result onc it get finished.
    Regards,
    Eranna D.
    Oracle Support - October 28, 2010 7:06:32 PM GMT+05:30 [Information]
    Generic Note
    Since your question about Rich Text support in CMS is not related to portal urls, I would request you raise this as a separate issue.
    In the new SR, please elaborate what you mean by the Rich Text support, whats your proposed use case, whats working and what is not.
    Could you also confirm if the further information I have provided regarding making changes to the url meets your requirement.
    [email protected] - October 28, 2010 7:04:48 PM GMT+05:30 [Update from Customer]
    CMS----Content Management System
    Rich contents are : Media files, Vedios, Movies... etc.
    [email protected] - October 28, 2010 6:58:46 PM GMT+05:30 [Update from Customer]
    Hi,
    Can you please clarify the below point also.
    "Please confirm whether CMS support Rich Text in weblogic , currently we have the weblogic version 9.2 . Plz confirm whether it will support or not."
    Regards,
    Eranna D.
    Oracle Support - October 28, 2010 5:41:53 PM GMT+05:30 [Information]
    Generic Note
    The following documentation http://download.oracle.com/docs/cd/E13218_01/wlp/docs81/url/simplify.html tells how you can achieve the simple urls you are looking for.
    Could you let me know if this meets your requirement.
    [email protected] - October 28, 2010 12:07:05 PM GMT+05:30 [Reopen Request]
    Hi,
    Please clarify why it is not possible to remove nfpb parameter.
    Call Me on +91 9686971269 ASAP.
    Oracle Support - September 29, 2010 5:39:48 PM GMT+05:30 [ODM Answer]
    === ODM Answer ===
    weblogic portal does not provide any out of the box way to achieve this functionality
    Oracle Support - September 29, 2010 5:39:15 PM GMT+05:30 [ODM Question]
    === ODM Question ===
    need to change the URL
    http://hostname:port/ics_war/ics.portal?_nfpb=true&_pageLabel=Tariff
    to
    http://hostname:port/ics_war/ics.portal/Tariff.
    Oracle Support - September 25, 2010 4:42:01 PM GMT+05:30 [Information]
    Generic Note
    WLProxy configuration falls under the weblogic server product hence you will have to raise an SR with that product to get any suggestions.
    Before that I would suggest you play around with the parameter I have suggested and see how it is impacting the url and then if there is any specific area you are stuck on check with the WLS team.
    Like I mentioned earlier, I do not know if this will completely meet your business requirement, but something you can look into.
    [email protected] - September 25, 2010 4:32:00 PM GMT+05:30 [Update from Customer]
    Hi,
    Can you please brief us what all are the changes needs to be done to meet our below requirement.
    Regards,
    Eranna D.
    +91 9686971269
    Oracle Support - September 24, 2010 9:00:57 PM GMT+05:30 [Information]
    Generic Note
    URLCompression servlet is the only option that weblogic portal provides out of the box to compress the URL of WLP. I understand this does not suite your requirement.
    The other option I can think of that can possibly help you achieve this is to configure any weblogic proxy plugin that you might be making use of, see the document
    http://download.oracle.com/docs/cd/E15051_01/wls/docs103/plugins/plugin_params.html#wp1143055 look for PathTrim, PathPrepend
    [email protected] - September 24, 2010 5:41:39 PM GMT+05:30 [Update from Customer]
    Hi,
    Please call me on +91 9686971269 ASAP.
    Regards,
    Eranna D
    [email protected] - September 24, 2010 5:41:22 PM GMT+05:30 [Update from Customer]
    Hi,
    Even thogh after implementing the below changes,still we are not able to get the result. " nfpb parameter is still existing in URL ".
    Implementing URL Compression :
    To configure a webapp to use url compression, follow these steps:
    1. Define the compression servlet in web.xml; for example
    <servlet>
    <servlet-name>UrlCompressionServlet</servlet-name>
    <servlet-class>com.bea.portlet.compression.UrlCompressionServlet
    </servlet-class>
    <init-param>
    <param-name>defaultPage</param-name>
    <param-value>/index.jsp</param-value>
    </init-param>
    <init-param>
    <param-name>errorPage</param-name>
    <param-value>/errors/error.jsp</param-value>
    </init-param>
    <load-on-startup>1</load-on-startup>
    </servlet>
    2. Map the compression pattern; for example:
    <servlet-mapping>
    <servlet-name>UrlCompressionServlet</servlet-name>
    <url-pattern>wlp.c</url-pattern>
    </servlet-mapping>
    3. Add the token {url:compression} to the templates for which you want to apply compression.
    Please suggest on this ASAP.
    Regards,
    Eranna D.
    [email protected] - September 24, 2010 5:27:58 PM GMT+05:30 [Customer Problem Description]
    Problem Description: We need to change the URL
    http://hostname:port/ics_war/ics.portal?_nfpb=true&_pageLabel=Tariff
    to
    http://hostname:port/ics_war/ics.portal/Tariff.
    Pls suggest on this.
    Regards,
    Eranna D.

  • Url alias for portal

    Hi All,
    I am new to this portal
    Can anybody suggest me a way to create alias for my portal.
    i want to access my portal using <b>http://<servername>:<port>/sapportal</b>         without using <b>http://<servername>:<port>/irj/portal</b>
    regards,
    prasanthi o.

    irj/portal will come as default with portal
    if u want remove this irj/portal u can remove but u can't replace with sapportal
    if u want to access certain iview or pages directly u can use quick links option
    Quick links are shortcuts to iViews and pages. Each quick link is a string that you add to the default portal URL in order to navigate to a specific iView or page.
    Quick links provide a meaningful name for iViews and pages to which users may want to navigate.
    Procedure
    1.     Enable Short URLs
    a.     Go to System Administration-->Navigation --> Short URLs
    b.     Choose True (default) in the Use Short URLs drop list menu
    c.     Choose Save Configuration
    2.     Define Quick Links
    a.     Go to Content Administration --> Portal Content ->Folder --> iViews (i.e. Content Administration à Portal Content à My Folder à iViews à SAP News)
    b.     Double-click SAP News to edit the iView
    c.     Choose Navigation from the Property Category drop list menu. 
    d.     Enter a name for the Quick Link. (i.e. News)
    e.     Choose Save.                                
    f.     Choose Close.
    g.     Add the object to a role if necessary.
    h.     Repeat steps a to go to create more Quick Links.
    3.     View a Quick Link or Short Navigation URL in the Portal.
    a.     Enter the link to your portal and append the Short Navigation URL or Quick Link. to the URL
    (For example, http://myServer:50000/irj/portal/News)

  • Not able to log in Portal(irj or nwa). MYSAPSSO2???

    Hello,
    When i try to log in portal(irj or nwa), the application always redirect-me to log in screen again. So, i try to log in with another user, the message "The user was has authenticated with another user.".
    I verified and the MYSAPSSO2 cookie was not created. I think because of this i not able to login in Portal.
    When i run a service through SICF, it open correctly in Internet Explorer and the MYSAPSSO2 cookie is created. If i try to open the Portal in another TAB, it open correctly.
    Why the MYSAPSSO2 cookie is not created when i log in from portal.
    Recently we changed the SSO Ticket Log in configuration. But we returned to default configuration and we are not able to log in Portal.
    How to fix it?
    Thanks.
    João Mariano

    The problem was in the Template security.
    Thanks

  • URL Folder Themes Portal

    Hi Everyboad ,
    I am with the following problem, I need to find the URL of the Portal Theme folder. because through this url, I need for set a parameter called sap.theme.default.
    This parameter is within the visual admin
    For my Thema can be applied on the screen of SRM.
    where can i find the url of the portal theme folder???
    thanks
    Edited by: claudio gja on Oct 5, 2011 10:00 PM

    Hello , Ricardo
    I'm following the steps in this document link:[http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/3ea0d790-0201-0010-80b8-b680496a3838?QuickLink=index&overridelayout=true]
    I need the URL of the browser for example:
    http://localhost:50000/irj/portalapps/com.sap.portal.themes.lafservice/themes/portal/sap_chrome.
    Thanks Very Much

  • How to change standard text in portal

    How to change standard text in portal
    Pls reply

    Archana,
    Please post it in the relevant forum(Portal Implementation/development)
    What text do you want to change.
    Thanks
    Bala Duvvuri

  • How to change branding image of Portal?

    Hello All,
    This topic may sound very common to you al but i have tried soem basic steps but no success so i am posting this thread.
    I want to change branding image of portal log on page.
    I have navigated to this path.
    S:\usr\sap\EPD\JC00\j2ee\cluster\server0\apps\sap.com\com.sap.security.core.admin\servlet_jsp\logon\root\layout
    and replaced my image with existing one i mean i have removed the default image from this folder and pasted needed image.
    Reatsrted server but no success.
    What can i do for changes to take effect.
    Thanks in advance
    Vinit

    Hi Vinit,
    Try these options
    The images on the logon screen are hosted in the web server area for your WebAS 6.40, you can change it in two ways:
    Option 1:- Connect to to server where the Portal WebAS is running and go to:
    (drive):\usr\sap\SID\JCNN\j2ee\cluster\server0\apps\sap.com\com.sap.security.core.admin\servlet_jsp\logon\root\layout
    There you will find the images used on logon screen, you can replace them for your company images, please take care with the width of the images, as usual, to make this change effective, you must restart the whole WebAS.
    Note: each time you upgrade the WebAS (install a new SPS) these images willbe overwritten, so take it into account in order to replace it again after upgrade.
    Option 2:
    - Connect to the Portal's WebAS Visual Administrator
    - Go to "Global Configuration" -> Server -> Services -> UME Provider
    - look for following properties: ume.logon.branding_image and ume.logon.branding_text
    - Change the image location for the desired one, but be sure the new images are present on a web server location over the WebAS
    Regards,
    srikanth

Maybe you are looking for

  • ICloud - how to sync content on two macs into one account?

    I have multiple devices and I plan to start migrating my stuff into the iCloud. I am trying to do this step by step and I am running into a lot of challenges. I am hoping to find some help for me to sync my second mac to my account.  1. I chose to us

  • Msi object will not install with non-admin user

    I've created an MSI object for the Flash 9 plugin, which installs okay on the workstation when I login with an admin user. It will not install when logged in with a normal user account. I have set it up as an unsecure user and given the workstation R

  • Splitting up a job for 140k+ users across multiple servers

    Hello,  I am pretty new to Powershell and want to learn more about scaling stuff and just started working with jobs. In this particular case I am just doing mass enable or disable at a per user level.  The other script I need to do this with grabs an

  • Why is type matter not showing as black?

    Just loaded Pages 08 but when Typing all wording appears white out of purple - Why?

  • Clients are unable to access a New wireless Controller 5508

    Clients are unable to access the public ssid, which is wide open(or any other ssids). I'm using LAG and I can ping each interface on the controller.  Ap's show a total of 2 and 2 are up.  interface name is public vlan identifier 107, ip add 10.1.255.