Hide the URL in Portal

Dear All,
         When we logged into portal, Wherever we navigate inside the portal, we can find the same url "http://servername:serverport/irj/portal/# "  in the address bar.
How this was done?
Kindly give your inputs.
Regards,
Eben Joyson.

More info here
http://help.sap.com/saphelp_nw04/helpdata/EN/26/71c74030308431e10000000a1550b0/content.htm

Similar Messages

  • Can we hide the URLs of any gatewayed services?

    Hi friends,
    I urgently need to get a solution for a problem. Can we hide the URLs of any gatewayed services?
    Thanks and regards,
    Veeshoo

    Hi Veeshoo - this forum is for WebLogic Portal. This question sounds like it is for WebCenter Interaction (formerly AquaLogic Portal) product? That forum is a sibling of this forum.

  • Hidding the Url in JSP

    Hi,
    I have a JSP that generates links to a Servlet, the problem is that in the M$-Explorer the url appears when you pass the mouse-pointer over the link, how can I hide the URL? or how to hide the Servlet Url and params?

    Greetings,
    Hi,
    I have a JSP that generates links to a Servlet, the problem is that in the M$-Explorer the url appears
    when you pass the mouse-pointer over the link, how can I hide the URL? or how to hide the Servlet
    Url and params?If your JSP is providing the links as anchor tags (i.e. '<a href=...') then their is really very little that can ultimately be done about it.  Some JavaScript and CSS can be thrown in to keep the link from showing up in the browser's "info line".  However, unless you also throw in some script to also keep the user from being able to view the page source, this is only going to superfically "mask" the information and not really "hide" it.  Yet, even with disabling "view source" the user can still also disable JavaScript in the browser making all this moot. ;)
    A better solution to the matter is to move the "linking" from the client over to the server instead. Spend some time investigating the Front Controller pattern (see http://java.sun.com/blueprints/patterns/FrontController.html), and RequestDispatcher. Using 'buttons' in your JSP to signal views to the controller and session objects to store parameters already known to your application will take your application a lot farther in the long run than embedding HTML links in your front JSP. ;)
    Regards,
    Tony "Vee Schade" Cook

  • Hidding the URL

    Hello every body,
    I know if I want to hide the url adress of my browser I can
    do it using:
    document.location = "index.html#es";
    How can I do it from actionscript or flex (If is possible)?
    If I put the code inside the html from flex, when compiling
    again this code disappear.

    Put the code in the html-template\index.template.html file in
    the FlexBuilder project. FB uses this file to build the html
    wrapper.
    Tracy

  • Finding the url for Portal Admin console

    Hi all,
    I got a portal .ear file from my team member to deploy on an env with Weblogic portal 10.3.2. The Application is deployed fine and is in Active state.
    Now I need to find the exact url for the portal Admin console. I am not able to find which xml file to look into under the ear file to find the url for the portal Admin console.
    thanks in advance..
    PMR..

    Hi All
    I am interesting to work in weblogic administration but i dont have experiance.
    Now i am working in java/jee application which is deployed in weblogic 10.3.
    I know the deployment in weblogic.
    Can any one help me how to learn weblogic administration.
    Thanks
    Ram
    Edited by: user10979302 on May 2, 2011 10:33 PM

  • How to hide the url of Iframe

    Dear Experts,
    In my webdynpro application I am using a Iframe UI element, to show a document from KM,
    When the user Right Clicks on the Iframe he can view the URL,
    I have to hide this URL.
    Request you to please give your helpful suggestions.
    Warm Regards
    Upendra Agrawal

    Hi Upendra!!!
    Do not this UI element any more. Refer to the following link.
    http://help.sap.com/erp2005_ehp_04/helpdata/EN/15/c07941601b1d09e10000000a155106/frameset.htm
    or, you can disable the rick click using javascript.
    I hope this helps you. If you are looking for something else, please revert back. I'll be happy to help you.
    Cheers!!!
    Umang

  • How can we hide the URL with Webdispatcher after SSO redirect

    Repost in correct forum
    We have setup SSO with Kerberos and SPNEGO for NWBC and now we want to expose it to the internet via SAP Webdispatcher.
    NWBC is on a singelstack ABAP system on server1 and we have configured a standalone J2EE system on server 2 for isuing the saplogon ticket.
    This works fine with the redirect from icf NWBC -> Error Pages -> Logon Error -> Redirec to URL (Form Fields) http://server2:port/redirect/redirect.jsp
    on server2 we have a java application (redirect/redirect.jsp) witch has %response.sendRedirect("http://server1:port/nwbc")%
    Problem is that when the webdispatcher calls http://server1:port/nwbc the URL in the browser is hidden with MYDOMAIN.COM/nwbc but when the Logon-error (no saplogon ticket yet) is redirecting to  http://server2:port/redirect/redirect.jsp the browser is showing the actual URL http://server2:port/redirect/redirect.jsp and also when returning to NWBC the browser is showing http://server1:port/nwbc.
    And we don't wan't to expose hostnames (server1 and server2) to the internet.
    I got this answer:
    This question belongs to the SAP NetWeaver Application Server space, this space is for NWSSO topics only, the separately licensed product from SAP.
    Regarding your question you have to configure Web Dispatcher for both AS JAVA and AS ABAP and refer to Web Dispatcher URLs only. That includes ICF node configuration and the redirect servlet. The URL generation in AS ABAP needs to be configured so that URLs are generated to point to the Web Dispatcher. Use table HTTPURLLOC for that.
    But how do I set up webdispatcher for both ABAP http://server1:port/nwbc (this is working fine before SSO config.) and JAVA http://server2:port/redirect/redirect.jsp?
    This is my profile on webdispatcher:
    SAPSYSTEMNAME = SID
    SAPGLOBALHOST = LOCALHOST
    SAPSYSTEM = XX
    INSTANCE_NAME = INS
    DIR_CT_RUN = $(DIR_EXE_ROOT)\$(OS_UNICODE)\NTAMD64
    DIR_EXECUTABLE = $(DIR_CT_RUN)
    #SAP Cryptolib
    DIR_INSTANCE = D:\usr\sap\SID\INS
    ssl/ssl_lib = D:\usr\sap\SID\INS\sec\sapcrypto.dll
    ssf/ssfapi_lib = D:\usr\sap\SID\INS\sec\sapcrypto.dll
    sec/libsapsecu = D:\usr\sap\SID\INS\sec\sapcrypto.dll
    ssf/name = SAPSECULIB
    wdisp/ssl_encrypt = 0
    icm/HTTPS/verify_client=0
    wdisp/add_client_protocol_header = true
    wdisp/auto_refresh = 120
    wdisp/max_servers = 100
    ssl/server_pse = D:\usr\sap\SID\INS\sec\sid2SSL.pse
    rdisp/mshost = <ip for abap server1
    ms/http_port = <ms http port for abap server1
    # Configuration for large scenario
    icm/max_conn = 16384
    icm/max_sockets = 16384
    icm/req_queue_len = 6000
    icm/min_threads = 100
    icm/max_threads = 250
    mpi/total_size_MB = 500
    mpi/max_pipes = 21000
    # SAP Web Dispatcher Ports
    is/HTTP/default_root_hdl = abap
    icm/HTTP/j2ee_0 = PROT=HTTP,HOST=Server2,PORT=5xxxx
    icm/server_port_1 = PROT=HTTP,HOST=localhost,PORT=xxxxx
    icm/server_port_0 = PROT=HTTPS,HOST=mydomain,PORT=xxx
    icm/HTTP/mod_0 = d:\usr\sap\SID\SYS\profile\filter_rules.txt
    icm/HTTP/admin_0 = PREFIX=/sap/admin,DOCROOT=$(DIR_DATA)$(DIR_SEP)icmandir,AUTHFILE=$(icm/authfile),PORT=xxxxx,HOST=LOCALHOST
    and this is the filter_rules.txt
    # Rules
    if %{HTTP_HOST}  RegIMatch MYDOAMIN.COM*
    RegIRewriteUrl ^/$ /sap/bc/nwbc?sap-client=200
    if %{HTTP_HOST}  RegIMatch mydomain.com*
    RegIRewriteUrl ^/$ /sap/bc/nwbc?sap-client=200
    if %{HTTPS_HOST}  RegIMatch MYDOMAIN.COM*
    RegIRewriteUrl ^/$ /sap/bc/nwbc?sap-client=200
    if %{HTTPS_HOST}  RegIMatch mydomain.com*
    RegIRewriteUrl ^/$ /sap/bc/nwbc?sap-client=200
    I am new to this area

    You can use Web Dispatcher for multiple systems, in your case one AS ABAP and one AS JAVA. See the documentation, Implement one webdispatcher for multiple systems - Basis Corner - SCN Wiki and Name-based virtual hosts and one SAP Web Dispatcher to access multiple SAP systems.

  • Is there a way to hide the URL in Faces, like Cleveland framework??

    If you remember, the cleveland framework only show the controller at the url explorer bar. I want to do the same in my app with ADF Faces.
    Is this possible?
    thnks in advance.

    Hi,
    in JSF you can omit the request parameters but you cannot omit the page references.
    Frank

  • How to hide the URL when redirecting to another URL?

    Hello9 @ all,
    I want to write an application, which has some LinkToUrls, which redirect the User to BW-templates. When the user executes the LinkToUrls, he should redirect to the BW Templates, but must not see the URL in his browsers addressbar. He still should see the URL of the Web Dynpro Application. How could I solve this problem??
    Thank you in advance!!
    Mehmet

    Hello Maksim,
    I´ve tried this code inside a action of a LinktoAction but it does not work?
    public void onActionopenUrl(com.sap.tc.webdynpro.progmodel.api.IWDCustomEvent wdEvent )
        //@@begin onActionopenUrl(ServerEvent)
        String urlToTreeApp = wdContext.currentURLSElement().getKAP();
         final String formattedStr = "<HTML>" +"<HEAD>" +"</HEAD>" +"<FRAMESET ROWS="*" width="100%">" +"<FRAME SRC="" + "www.google.de" + "" MARGINWIDTH="0" MARGINHEIGHT="0" NORESIZE FRAMEBORDER="0" BORDER="0" SCROLLING="NO">" +"</FRAMESET>" +"</HTML>";
         try {
              final IWDCachedWebResource resource = WDWebResource.getPublicCachedWebResource
                        formattedStr.getBytes("UTF-8"),
                        WDWebResourceType.HTML,
                        WDScopeType.CLIENTSESSION_SCOPE,
                        wdComponentAPI.getDeployableObjectPart(),
                        "FrameResource"
              try {
                   wdThis.wdGetWd_menueInterfaceViewController().wdFirePlugExit(resource.getAbsoluteURL());
              } catch (WDURLException e1) {
                   // TODO Auto-generated catch block
                   e1.printStackTrace();
         } catch (UnsupportedEncodingException e) {
              e.printStackTrace();
        //@@end

  • How to hide the URL path on click of an link to URL element,from user

    Hi All,
          I have an link to URL element, on click of the link it opens the specified url in a new window. But in new window the user is able to see the entire URL path. I want to hide this path from the user. Can any one please suggest me how to do it.
    Regards,
    lakshmi.

    hi,
    just check this help
    http://help.sap.com/saphelp_nwce10/helpdata/en/f7/f289c67c759a41b570890c62a03519/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/7d/fdc99ab37a8d42892e0d39bbd23be8/frameset.htm
    Link to URL Question

  • Hidding the condition in reports

    Hello All,
    I have genarated a report with some binding variables, It will produce a custom form for the values to consume.
    there is a drop down box in the custom report for conditions to be set. I want to hide this drop down box for the end user.
    Or How to build the "Reports From Query Wizard" without the drop down box(which contains the condition, I will set the conditions by saving them once..) or hide in the custom report which is provided by the portal prior to genarate report.
    thanks in advance

    Greetings,
    Hi,
    I have a JSP that generates links to a Servlet, the problem is that in the M$-Explorer the url appears
    when you pass the mouse-pointer over the link, how can I hide the URL? or how to hide the Servlet
    Url and params?If your JSP is providing the links as anchor tags (i.e. '<a href=...') then their is really very little that can ultimately be done about it.  Some JavaScript and CSS can be thrown in to keep the link from showing up in the browser's "info line".  However, unless you also throw in some script to also keep the user from being able to view the page source, this is only going to superfically "mask" the information and not really "hide" it.  Yet, even with disabling "view source" the user can still also disable JavaScript in the browser making all this moot. ;)
    A better solution to the matter is to move the "linking" from the client over to the server instead. Spend some time investigating the Front Controller pattern (see http://java.sun.com/blueprints/patterns/FrontController.html), and RequestDispatcher. Using 'buttons' in your JSP to signal views to the controller and session objects to store parameters already known to your application will take your application a lot farther in the long run than embedding HTML links in your front JSP. ;)
    Regards,
    Tony "Vee Schade" Cook

  • Hide the BSP code for the user

    HI
    we have a requirement, where we need to mask or hide the source code on the BSP pages, or atleast some URLS/hyperlinks within the code.
    when a  user views the source code, he must not see it in full or atleast hide the URLS within the code.
    we have an external environment and just for security reasons, we need it to be done.
    do we have a std way of configuration or something ? this is for the standard BSPs generated for CRM functionality.
    This is not for custom BSP apps.
    thanks

    I would know of no way to do this properly with SAP tools.
    One approach is: You could create your own BSP tag and generate the URLs in there. Then put it on the BSP page. Should not be to much effort.
    Nevertheless, the complete HTML code is send to the browser for interpretion. This includes your URLs! Thus when a user views the source code of the WebClient page in Internet Explorer he/she will get the URLs.
    The only way I can think of right now, to do this halfway secure, is relaying through the WAS. Create an own webservice, write URLs on your BSP that this service handles.
    Just an idea, I have not and will hopefully never have to do this.
    cheers Carsten

  • URL for Portal

    Hi All,
    Is it possible to find out the link/URL of the portal applications (for example UME or GRC) from the ABAP system. We have a test system but need to know the URL. Please help
    Thanks
    Vijaya

    Vijaya,
    The URL for portal on ABAP+JAVA system follows the convention
    http://<hostname>:5<xx>00/irj/portal              ---> This links to portal
    http://<hostname>:5<xx>00                          -
    > This links to default Page of java
    On the default page you will get options to go to UME and other options.
    Regards,
    Sandeep Nayak

  • Git is over complicated; all I want is the url of my repo? Where is it?

    I have a local repo, I created the online repo on Visual Studio, but I cannot find the url to the project anywhere.
    According to this link:
    https://msdn.microsoft.com/en-us/library/hh850445.aspx#local
    I am supposed to
    VS2013 gives me a messages on the TFS tab "There is no remote configured
    Step 3 on this page lists:
    From the Connect page (Keyboard: Ctrl + 0, C), connect to the empty Git repository and publish the local repository to it.
    Can someone please explain to me what this means, I have had a 20 hour day so in the morning I may not need it; but I cannot find the remote url for my repo anywhere on Visual Studio Online and I have the empty repo waiting, but this is 100 times harder
    than it should be.
    I have been searching for the url or my repo and no where on my Visual Studio Online Team project(s) or pages list it anywhere; I do have very bad vision could be the cause, but I have searched extensively for where you hide the url of my repos.
    I set up others so I must have found this before, but for a new one today I can't find it.
    Thank you, for any help and please put the url of my repo somewhere on the Team Project page; Code Plex makes it very easy to find, but I don't like there tools.

    Yes, but the project is empty on Visual Studio online, cloning an empty repo when I already have the code on my local hard drive is the part I do not understand.
    The repo online is empty, how will cloning that help me add my code to the repo?
    I want a button, and I guess I am going to have to finish my own source control to get this, but all I want to do is hit "Add solution to source control", and no where in Git is that available. I watched a 10 Part video series on Git; before it
    takes 10 videos to explain something I would create an Easy version that you hit, Add Solution To Source Control.
    I don't Git why everyone thinks Git is so great. Once setup I like Git, but Visual Source Safe was easier to setup and I hated that product, but it worked. We went backwards in 15 years in my opinion.
    When an error message says 'there is no remote branch configured", shouldn't there be a "Configure Remote Branch" link there instead of just leaving you knowing you are screwed.

  • How can I hide the password and user name in url???

    Hi experts,
    I'm creating a login page and know I have a problem.
    The Username and password are verified in a Java class, after checking the user and password, the user should be linked to the portal.
    So far everything has worked well.
    But when I call the lin like this
    res.sendRedirect ("/ irj / portal j_user =" + UserN + "& j_password =" + passw);
    then the user name and Pwasswort appears in the url.
    Can someone tell me how can I hide the password and user name???
    It will be very helpful.
    Thank you
    Edited by: Cilvaring on Aug 5, 2011 12:00 PM

    If there is no specific reason that you have to use sendredirect...thne you can try request.forward.....
    RequestDispatcher rd = request.getRequestDispatcher("pathToResource");
      rd.forward(request, response);

Maybe you are looking for

  • How to get Operation wise Time for a list of Production Orders

    Dear Sir, We have a list of Production Orders numbers and need to know the operation wise time duration for these production orers (off course the desired time is same as mentioned in the routing for the relevant component) Kindly guide us as how can

  • Unable to find Database Item Name for Employee Category at assignment level

    Hi, What is the database item name for employee category at assignment level. I want to call employee category colomn of assignment level in fast formula. Thanks in advance...

  • Import and use custom Illustrator Symbol Library in Photoshop?

    I would like to import and use my own (project-specific) Illustrator Symbol Libraries in Photoshop Background info - I create BIG amounts of assets (for UI design) in Adobe Illustrator which I save as Symbols. - I store these symbols in a custom symb

  • Best monitor for external playback?

    I have never used an external monitor before for playback, and now that I'm going to start color grading HD footage, I find that I'm probably going to need one. I have heard that most computer monitors have their own "look" in terms of contrast, brig

  • Lnk1123 c++ 2010

    I keep getting this error fatal error LNK1123 when I migrate c/c++/mfc from 32-bit to 64-bit in Window 7.