How to redirect / to /irj (portal application)

hello experts,
just a simple question, how can we redirect the root (https://<server>:<port>/ to https://<server>:<port>/irj/index.html so that we are redirected to the enterprise portal instead of the SAP J2EE Engine start page?
Kind regards,
Walter

Hi Walter,
This can be done via IISProxy but you'll need
to install IIS and configure ISAPI filter mapping file.
Please see http://help.sap.com/saphelp_erp2005/helpdata/en/51/64083f56e4d861e10000000a114084/frameset.htm for more details.
Another option is to replace/modify default J2EE page displayed when a user types J2EE server address (https://<server>:<port>) so that a new default page redirects to the portal address (<meta Refresh tag>).
This default J2EE page is located at the following path on NW 04 640 :
sapmnt\<SID>\DVEBMGS00\j2ee\cluster\server0\apps\sap.com\com.sap.engine.docs.examples\servlet_jsp\_default\root\index.html
Regards,
Mike
Message was edited by: Mike Puzankov

Similar Messages

  • How to create and deploy portal applications for WebLogic TP10

    Hi Friends:-) Thej here,
    I want to know, how to create weblogic portal applications for tech preview version 10.
    Thanks

    The Tech Preview of 10.0 contains only WebLogic Server. WebLogic Portal 10.0 functionality is not contained in this preview. Therefore, you cannot create portal applications in this Tech Preview.
    Thank you.

  • How to redirect to /irj in Apache webserver

    Hi,
    We have apache as the intermediary server.
    I have configured proxy pass and proxy reverse pass to redirect it to http://portal.domain.com:50000/irj.
    If we type http://comp.domain.com its going to Apache home page. I would like to know how I can redirect the request to /irj. So that when anyone access the url http://comp.domain.com, it takes then directly to http://comp.domain.com/irj.
    Moreover we have registered two domains and two company names if they use url
    http://comp1.domain1.com
    http://comp2.domain2.com  , then I would like to redirect both the things into only one url http://comp1.domain.com.
    (how do i do this in Apache).
    Thanks,
    Maya

    Hi,
    your second requirement should be pretty straightforward. Your apache simply needs to get these additional requests, too. I.e. all additional hostnames must also point to the IP address of your apache installation in DNS. No changes to your proxy rules should be required.
    For your first requirement, check if this works for you:
    ProxyPass /irj/ http://portal.domain.com:50000/irj/
    ProxyPass / http://portal.domain.com:50000/irj/
    Regards,
    Dominik

  • 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

  • How can debugge the portal application

    hi sdn,
    how can we debugge the portal application.what are steps are needed for this
    any documents please forward me.

    Hi Kiran,
        Following is the steps for debugging the portal application.
    <b>Steps for Debugging</b>
    <i><b>1.     Stop the Portal Server if Running.</b></i>
    <i>
    <b>2.     Launch the Config tool of J2EE Engine & Set Up the debugging of the     current instance.</b></i>
    &#61607;     The Config tool is located in the directory ,
    <J2EE-Install-Dir>\JC00\j2ee\configtool\configtool.bat
    &#61607;     Switch to the current instance & go to the debug tab.
    &#61607;     Set “Enable Debug Mode” checked, start the VM of J2EE in debug mode.
    &#61607;     Set a valid debug port, default port is 50021.
    &#61607;     Save the settings and restart the J2EE Engine.
    <i><b>3.     Restart the Portal Server.</b></i>
    <i><b>4.     Open SAP Netweaver Developer Studio.</b></i>&#61607;     Go to Window --- > Open Perspective --- > Enterprise Portal & also open the Debug perspective.
    &#61607;     This enables you to develop & deploy EP Components to your development Portal.
    <i><b>5.     Configure Development Environment for Debugging.</b></i>
    &#61607;     Create new Remote Java Application debug settings.
    &#61607;     Pressing the debug button attaches the SAP Netweaver Developer Studio to the Specified portal installation.
    &#61607;     Go to Debug --- > Remote Java Application & create a new setting for your current Portal Application Project.
    &#61607;     Insert the portals DNS or IP Address and the debug port specified in the Config tool, default port is 50021.
    &#61607;     If the portal runs on the local machine you can enter localhost instead of IP address or DNS name.
    &#61607;     Make sure that your Portal Application is already deployed in the portal.
    <i><b>6.     If the connection is attached to the J2EE engines VM session, the SAP Netweaver Studio is ready to debug.</b></i>
    <u><b>BREAKPOINTS</b></u>
    <i>A Breakpoint causes the execution of a program thread to suspend at the location here the breakpoint is set.</i>
    <i><b>7.     Set a breakpoint in your custom coding. The debugger will stop if the VM reaches this marked code line.</b></i>
    To enable the breakpoint,
    &#61607;     Locate the breakpoint in the marker bar of an editor.
    &#61607;     Open the breakpoint’s context menu & select  ‘Enable Breakpoint’.
    &#61607;     The breakpoint image will change back to a blue circle.
    <b>VARIABLE VIEW</b>
    <i>The “variables view” contains information about the variables in the currently-selected stack frame.</i>
    <i><b>8.     To Launch the Variables View :,</b></i>
    Choose Window -- > Show View -- > Other -- > Select Debug -- > Variables View.
    <i><b>9.     Force the Portal to execute your deployed coding.</b></i> The VM stops at the specified break point.
    10.     The current values of the member variables can be tracked in the “Variables” window of SAP Netweaver Developer Studio.
    <i><b>** Reward points if you find this Post Useful & Helpful.</b></i>
    <i>Regards,
    Eben.</i>

  • Call a Portal Application from WebDynpro

    Hi experts,
    i hope you can resolve my problem!
    My intention is to refresh the browser and call the first page of the portal after the portaluser pressed a button in an WebDynpro application.
    For this purpose i create a portal application with an JSPDynPage and an JSP how call the  JavaScript Method "top.location.reload();".
    My question:
    How can i call an portal application in a WebDynpro onAction Event?
    Thanks,
    Florian

    1)Creat one action method "ReactPortalEventing" with the parameter dataObject and write the code in wdDoInit method as
    //the urn and method name like "sendEvent" both should be same
    WDPortalEventing.subscribe("urn:com.abc.practice","sendEvent",wdThis.wdGetReactPortalEventingAction() );
    2)and in the action method display the name as
    wdComponentAPI.getMessageManager().reportSuccess("Event value"dataObject);
    also chk it
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/60d7d690-0201-0010-e581-9c4fc69cec0e

  • Start a portal application

    How could I start a portal application within a DynPage ?
    Thanks for any feedback or/and help
    Regards.
    Altafin

    Hi Altafin,
    even if the part "launching the other iview within the same portal application" does not really makes sense (did you mean: launching the other iview within the same place?), I think I get closer.
    Do you have to implement the logic on client or server side? If it's enough to do all checks on client side, use for the button onClientClick. Within the called method, you can redirect to a NavigationTarget. Maybe these threads help: How to open another iView in the same window and/or URL of the current portal page loaded using Javascript ?
    If you have to do some calculation on the server side, you could also use onClientClick, but this time call an AbstractPortalComponent and implement the logic in doOnNodeReady, then redirect (IPortalComponentRequest.redirect(String URI)).
    Hope it helps
    Detlev

  • Portal application not displaying correctly with frame size 125% in IE

    Dear Expert,
    We are facing issue in Portal (7.0) like, when I open the application "Products Coatings" in myWorkspace with Internet Explorer
    display size 100% the frame "xyz" is displayed correctly:But When I open the application "Product Coatings" in myWorkspace with Internet Explorer display size 125% the same frame is NOT displayed correctly.
    Someone can help me in closing this issue..
    Thanks,
    kundan

    Hi,
    How are you opening your portal application? Is it through iViews? Where are you setting the property as 125%?
    Thanks,
    Mahendran B.

  • Copying instant portal application from onemachine to another machine

    Hi,
    In my first machine I have installed Oracle Application server 10.1.2.0.2 and upgraded Portal successfully to 10.1.4
    and I created a Portal Application using Oracle Instant Portal.
    now i have the same scenario of Application Server 10.1.2.0.2 along with its repository and Portal installed on my second machine and also upgraded Portal successfully to 10.1.4
    Now how can i backup the Portal Application that i created in my first machine and install and run it in my second machine.
    what i want to know is can we copy a Instant Portal application from one application server machine into another application server machine without having to re-create the entire instant portal application?
    Can someone guide me please.
    Thanks,
    Philip.

    Actually we are not mapping machine name something in webutil.cfg file. We just need to specify the path that from where we will transfer the file from application server to client. And the time time of transfer the path you will
    choose for client webutil will transfer the file on that location automatically.
    -Ammad

  • How to Upload a file to KM Content repository from a Portal Application

    Hello All
    I have a urgent requirement where i have to upload a file to a KM Content Repository from my Portal Application which is a JSP DynPage Component..
    I am new to the area of Knowledge Management...Can anyone guide me of how to achieve this functionality from my component..
    I will be highly obliged..
    Thanks
    Sundeep

    Hello Sundeep,
    Check this:
    https://www.sdn.sap.com/irj/sdn/thread?threadID=241883
    One more important doc:
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/5f7ced90-0201-0010-589f-8eff15a14072
    Sample coding for content creating and retrieval
    String out = new String(“my content”);
    ByteArrayInputStream data = new
    ByteArrayInputStream(out.getBytes());
    IContent newContent =
    new Content(data, “text/plain”,
    data.available());
    resource.updateContent(newContent);
    IContent oldContent = resource.getContent();
    Greetings,
    Praveen Gudapati
    p.s. Points are always welcome for helpful answers
    Message was edited by:
            Praveen Gudapati

  • How to create an iveiw out of an portal application

    hi
    1. Please help me in creating an iView out of an portal application.
    2. How you can view the created iView and how do you provide access to iView
        to particular users.
    Thanks in Advance
    Subramanya

    Hi subramanya,
    <i>Thanks for your help. I was albe to create iview and assign roles to it.</i>
    You are welcome!!
    <i>End user perspective what is use of having iView in the Portal.</i>
    Can you explain in detail what you want to know. I couldn't get you.
    <i>What i mean to say is if a user logs on to the portal can he able to see the IView
    that i have created ? How to make iView available to the end user.</i>
    See if you have made a role from the iView, and assigned that role to a user, then that user will be able to see the iView when he logins into the portal. Just like you have Content Administration, System Administration, and User Administration tabs (which are actually roles), he will get a tab of the role which you assigned to him. It would be better if you create a dummy user, and try assigning different roles to it. You can then come to how exactly it works.
    If you still face any problem, you can let me know.
    In this thread of yours, wherever i have answered to you, on the left panel, you will see three radio buttons, namely Solved Problem, Very Helpful Answer, and Helpful Answer. You can select any one, depending on how much the answer helped you.
    See the following link:
    <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/crphelp#posted">How do I reward points?</a>
    Have a look at the table, the type of points you can give, and also the number of 10s, 6s, and 2s you can give. Also note that giving a 10 would mark the thread as answered, and you can give it only once.
    Bye
    Ankur

  • How to run an portal application in CE

    Hi guys,
    I am now to CE. I found the portal application architecture has changed a little.
    An portal application previously are packaged into a par package, and deploy to irj as an portal application, but I found in CE, it is packaged into an web application and not under irj any more.
    Another encountered problem is in previously release (EP 7.0), we can created an iview directly from an portal application, but in CE we found we can only created iview from iview template.
    So my question is:
    How could we run our developed portal application?
    for example our simplest portal application name is :
    NewPortalApplicationProject
    the portalapp.xml:
    <?xml version="1.0" encoding="utf-8"?>
    <application>
      <application-config>
        <property name="ServicesReference" value="com.sap.netweaver.bc.uwl"/>
      </application-config>
      <components>
        <component name="custUWL">
          <component-config>
            <property name="ClassName" value="com.xmyang.uwl.custUWL"/>
          </component-config>
          <component-profile/>
        </component>
      </components>
      <services/>
    </application>
    How to call the custUWL portal component?
    many thanks!
    Yang

    Hi Yang,
    In CE the portal applications can be found under, Content Administration->Portal Content->Portal Applications.
    Try to look for your portal application in the above repository and Right click->Copy. Then go to the Portal Content Folder and try to Paste as a PCD object.
    In CE we have something called GPAL. Under this, the Repositories for different applications developed outside the portal are created e.g. Portal Applications, Web Dynpro Applications, Portlet Applications, WSRP Objects etc so that the PCD content can be created out of them.
    Regards,
    Ajay

  • How to run a  portal application in EP

    Hi all,
    I can upload and download .bak  files from System admin-> support>portal runtime>browse  .
    After customization i can upload it back also to the portal by System admin>   Support>Admin consolse.
    How am i to run this portal application in the portal . I need to test wheather  the customization i have done to the components are correct or not?

    Hi Shobhendra,
    You can also run your component by calling the URL as:
    http://localhost:50000/irj/servlet/prt/portal/prtroot/<b>YourApplicationName</b>.<b>YourComponentName</b>
    YourApplicationName = ApplicationName is par file name
    YourComponentName = To know the ComponentName, Check your PortalApp.xml <component name="<b>YourComponentName</b> "> tag
    Greetings,
    Praveen Gudapati

  • How to make Portal Application for connecting to SAP R/3(backend system)

    Hello  Experts,
                           I need to create a portal application that should connect to SAP R/3 & fetch some data in some table according to some input parameters provided at runtime & display the data in TABLEVIEW control.
    Anyone can guide me on this i:e- how to go about it. What things i should know or should be aware of before creating this application. Any PDF documents , any help material, any guidance about the same will be of great help.
    Thanks,
    Chetan

    Chetan,
    Webdynpro & Visual Composer ars EP Development Tools.
    If you only display BAPI data then go for Visual Composer with requires no coding So I suggest you to go for Visual Composer.
    You can also use Webdynpro Java or ABAP to display BAPI data by creating
      Adaptive RFC model.
    You will integrate Webdynpro applications into EP by creating SAP Webdynpro iView.
    *Visual Composer Documents:
    http://help.sap.com/saphelp_nw2004s/helpdata/en/a0/0af7d34a8449e2b722878ce270a747/frameset.htm
    *Webdynpro Documents:
    http://help.sap.com/saphelp_erp2005/helpdata/en/a5/1a1e3e7181b60ae10000000a114084/frameset.htm
    http://help.sap.com/saphelp_erp2005/helpdata/en/15/0d4f21c17c8044af4868130e9f
    ea07/frameset.htm
    Regards,
    <b>Ramganesan K</b>

  • How to create custom template for webcenter portal application

    Hi,
    I created webcenter portal application in my jdev using the webcenter portal application template provided by the webcenter framework.
    I tried to create custom template for my application by following steps:
    1. Created new application using webcenter portal application template with all default package structure.
    2. Right click pagetemplates folder under webcontent package and select new option.
    3. New gallery opens up.
    4. Selected JSF under webtier and JSF Page Template under items in the right hand side and clicked Ok button.
    5. New wizard opens up for creating new JSF page template.
    6. Gave template name(file name) and Page Template Name(template def name).
    7. Selected checkbox staing start a Quick Start Layout and selected three column layout and selected Ok.
    8. Selected checkbox for Create Associated ADFm Page Defination(so that page templates can be changes at run time).
    9. Created some Facet Definations (header, footer, content1, content2, LHN, RHN).
    10. Clicked Ok button which will create custom template.
    11. Added some Panel Group Layout component from Component Palette.
    12. Created new page (.jspx) with this template.
    Now when I try to add producer portlets created using Producer Portlet application template and connected to the above application using WSRP2.0, I'm facing problem.
    The prolem is that I'm not able to add more than one portlet in one single page?
    Kindly let me know whether the steps followed by me is wrong some where and needs to corrected and let me know how I can add more than one portlet to page?
    Basically I cant see more than one placeholders in my page to add portlets.

    Thanks Yannick.
    In the step 9 I had mentioned that I created various facet definations (header, footer, content, content1 RHN and LHN).
    Is this is not facet you are talking about or should I drop facet ref from the resource palette?
    Can't I add moer than one portlet to my page at design time itself?
    Annoying since in weblogic portal we do this at design time(.portal).

Maybe you are looking for

  • /var/tmp not getting cleaned out...

    This might not exactly apply to the Finder, Dock or Dashboard but it is file maintenance, and I don't see a closer match. I've noticed that my /var/tmp directory has a lot of files that are pretty old. There's 3 directories there that seem to be writ

  • ADF BC Business components and Thrid party JDBC Driver

    Hello all I am using JT400.jar file to connect to AS/400 data base in my JSF/ADF Application. We are using shared library for all non oracle jar files . and my application fails with error message ## Detail 0 ## java.sql.SQLException: No suitable dri

  • Which settings are saved with my Apple-ID?

    Like Weather, Stocks, Keyboard Shortcuts, ... And how can one reset them to default? I mean those settings which come with an iPhone when it is resetted and not linked to any Apple-ID during initial setup. Thanks for any hint and Happy Easter. BR, Ch

  • Boot Camp Hard Disk Visible on desktop to users

    I am the system admin and have 2 different user account logins. The Hard disk is visible to both users on the desktop and they can open and access the contents. How can I make the drive invisible to the users so they can't mess with it or at least lo

  • Idvd created dvd-r won't play on Blue-ray

    I burned a DVD in IPHOTO. It plays on IMAC but not on my Samsung CD/DVD player. WHY.