Gateway URL setting?

Hi -
I think I screwed something up and am looking for a quick hand.
* G6 .NET box lives at https://www.mydomain.com/portal/server.pt
* Collab appears to think the gateway URL is https://www.mydomain.com/server.pt (NOTE that key bit - lacking "/portal")
Collab administration is saying it's automagically picking up the gateway URL from the portal - I'll be darned if I can figure out where it's coming from. I've reviewed all sorts of config files + database settings + the "display files URL" in the portal admin console.
Anyone have any pointers on where I might be able to change the base portal gateway URL to insert that very-necessary "/portal" ?
Any info much appreciated :)
Thanks,
Eric

Aha! Found it..
PTSERVERCONFIG tables, where setting = 2
Needed to append /portal
UPDATE PTSERVERCONFIG SET VALUE = 'https://www.myhappyportal.com/portal' WHERE SETTINGID = 2
I must have screwed this up initially. The originaly seed value was missing the /portal.
Thanks,
Eric

Similar Messages

  • Wildcards in gateway URL prefixes?

    Hello, We are using a proxying utility called EzProxy from Useful Utilities for controlling student access to online databases and catalogs, which use client-IP as it's security mechanism (basically if the requests come from our network it lets the client in). I would like to host it through the Plumtree portal as a remote portlet, so that the portal can assume responsibility for access control. Here's why it isn't a slam dunk to set it up as a fully gatewayed remote portlet: to proxy remote hosts, it uses 'proxy by hostname'. A request for www.abc.com/whateverpassed through ezproxy.royalroads.ca ends up being returned to the client (in this case our portal for inclusiion as a portlet) as www.abc.com.ezproxy.royalroads.ca/whatever. As you can see, it dynamically adds to it's hostname list anything it's proxying. There's a better explanation of how it works at http://www.ezproxy.com/support/rewrite.html near the bottom of the page under 'new strategy'. My question to you is 'Can I set up in the Gateway URL Prefix list something like: http://*.ezproxy.royalroads.ca/. and expect it to properly gateway through the portal?' There's no way for us to know what will appear in place of the * beforehand, so we would like some way to wildcard the 'start' of the urls. Please let me know if this is simple to accomplish and/or feasible... if it is not we may have some other options to pursue before spending a ton of time trying to get gatewaying working. Thanks! -Dev.

    The transformer will only transform URLs in Javascript if they fall in obvious places (e.g. setting a document.location or a window.open URL). Since you're passing an URL to the application.boot method, the transformer has no idea that it's dealing with an URL.
    To make this work, follow these two steps:
    1) Make sure the URL matches at least one of the patterns listed under Gateway URL Prefixes in the Web Service editor for your portlet.
    2) Wrap the URL in a pt:url tag to give the transformer a hint that you want it to transform the URL, e.g. application.boot("<pt:url pt:href='http://localhost:7021/application/script/classes' xmlns:pt='http://www.plumtree.com/xmlschemas/ptui/'/>").
    That should do the trick.
    HTH,
    Chris Bucchere | bdg | [email protected] | www.bdg-online.com

  • OVD - Admin Gateway URL

    Hi,
    I need to setup OVD to have several admins.
    I need syntax for the following scenarios. I have to enable the "Admin Gateway URL" in OVD Manager.
    Scenario:*
    1. I need to allow users in *"cn=Users,dc=oracle,dc=com"* to have administrative access in the *"_dc=oracle,dc=com_"* LDAP server.
    Please provide the syntax to follow in the Admin Gateway URL. Help me to sort this.
    Thanks in Advance
    San
    Edited by: user652681 on Sep 24, 2009 9:21 PM

    Aha! Found it..
    PTSERVERCONFIG tables, where setting = 2
    Needed to append /portal
    UPDATE PTSERVERCONFIG SET VALUE = 'https://www.myhappyportal.com/portal' WHERE SETTINGID = 2
    I must have screwed this up initially. The originaly seed value was missing the /portal.
    Thanks,
    Eric

  • Gateway URL prefix

    Does anyone know if it's possible to programmatically add gateway url prefixs to a web service. We're writing a portlet that allows users to dynamically add a url designating the source of the portlet and we want this url gatewayed. We're trying to figure out if the portal api or the edk supports this type of functionality.
    Thanks,
    -Travis

    The transformer will only transform URLs in Javascript if they fall in obvious places (e.g. setting a document.location or a window.open URL). Since you're passing an URL to the application.boot method, the transformer has no idea that it's dealing with an URL.
    To make this work, follow these two steps:
    1) Make sure the URL matches at least one of the patterns listed under Gateway URL Prefixes in the Web Service editor for your portlet.
    2) Wrap the URL in a pt:url tag to give the transformer a hint that you want it to transform the URL, e.g. application.boot("<pt:url pt:href='http://localhost:7021/application/script/classes' xmlns:pt='http://www.plumtree.com/xmlschemas/ptui/'/>").
    That should do the trick.
    HTH,
    Chris Bucchere | bdg | [email protected] | www.bdg-online.com

  • How can I don't get the gatewayed url?

    I integrated a customized application into my portal.
    but ,portal always generates gatewayed url,
    for example
    http://demo:80/portal/server.pt/gateway/PTARGS_0_200_359_207_0_43/http%3B/demo%3B80/tpl/abc/totalReport.do?method=drawPieChart&type=16
    I only want to get the true url,that is
    http:/demo:80/tpl/abc/totalReport.do?method=drawPieChart&type=16
    How can I set the portal not to gateway the url?
    thanks for any ideas.

    Adjust the webservice that you are using so that it doesn't gateway that URL.
    This is set on the HTTP Configuration page of a webservice.
    It would appear that your is set to something like:
    http://demo:80/portal/server.pt/(perhaps more path here/).
    so just remove that

  • What is the Reports gateway URL?

    The A92102-01 Reports Services documentation mentions a reports gateway URL. What is this? Where is it set? The doc mentions Chapter 3, but I do not see anything there that seems relevant. I want to get Reports integrated into Portal and I require this information...
    Regards,
    John

    I believe you were trying to access the old iSetup configurator website. iSetup is no longer a hosted product and the configurator module has been decommissioned. iSetup is available as a product within the E-Business suite instance. You can see the iSetup menu when you assign 'Oracle iSetup' responsibility to a given user.
    Thanks,
    Lokesh Mathur

  • Format of the gateway URL

    How is the gateway URL formed?
    after the gateway there is a PTARGS_x_x_x_.....
    How is the PTARGS_x_x.... formed? Is it configured any where on the portal server
    I am using the gatewau URL in one of the publisher presentation templates and this value is changing from development to production environments

    The portal server creates the gatewayed urls on the fly. You shouldn't hardcode those values just for one environment.The format of the gatewayed urls include the objectid,userid and some other characters.
    Please go through the documentation below for constructing urls using the pt:common:url tag.
    All the documentation is available at the below url. This will helpful in understanding the details.
    [http://edocs.bea.com/alui/devdoc/docs60/Portlets/Adaptive_Portlets/Using_Adaptive_Tags/PlumtreeDevDoc_Integration_Portlets_Adaptive_Links.htm|http://edocs.bea.com/alui/devdoc/docs60/Portlets/Adaptive_Portlets/Using_Adaptive_Tags/PlumtreeDevDoc_Integration_Portlets_Adaptive_Links.htm]

  • Gatewayed URL problem to Flex portlet

    i'm create a remote portlet which point to a flex content and jsp in a remote server and through by gateway, but after and add gateway URL in front of the remote server URL, the portlet become can't display on the screen.
    Because of my remote server is hidden to public, so i can onli by through gateway to access my remote server, so did any others solution or AquaLogic gateway is totally blocked to access a flash/flex content?

    Did you try with InterPortlet Communication.

  • Reg. Provider Url set in weblogic-ejb-jar.xml

    have created an MDB which listens to an IBM MQ. I currently
    specify the path of the binding file by setting the provider_url in the weblogic-ejb-jar.xml
    An example is as follows::
    <destination-jndi-name>Sample.Q</destination-jndi-name>
    <initial-context-factory>com.sun.jndi.fscontext.RefFSContextFactory</initial-context-factory>
    <provider-url>file:/apps/test/</provider-url>
    <connection-factory-jndi-name>Sample.QCF</connection-factory-jndi-name>
    is there any way to set this parameter dynamically from MDB itself

    AFAIK you can't dynamically reconfigure MDBs; whats in the XML is what you get.
    One alternative is to use Spring and Message Driven POJOs which allows you to use Spring to configure the provider & activation spec, which allows you to dynamically at runtime configure properties however you wish or even hot deploy MDPs within a running application.
    http://jencks.org/Message+Driven+POJOs
    Depending on how complex your runtime-configuration is you could create your own Spring Factory Beans to do wacky stuff (query a database or whatever to figure out the provider URLs etc) or use a Spring post processor to inject values from some other source (JNDI, LDAP etc).
    James
    http://logicblaze.com/

  • Submit button URL Setting

    Hi Guys,
    Need some help here. Could anyone please explain to me the use of setting "http.server.base.url" in the J2EE Engine? And if i have set the above parameter accordingly, what will happen if i then assign
    "%com.sap.caf.gp.if.PostProcessorUrl%" to the Submit button in Adobe form? Thanks

    HI All,
    can someone please quide me how I can make this code to work for me?
    Where and what folder I have to put this PHP script?
    What my http will be?( I will use localhost)
    What the name of my PDF file(create by LiveCycle Designer)
    What the name of the file I will receive and where(folder) will be send it via the server?
    I see these name below in the PHP script but I can not make out what....
    configuration.php
    administrator/xml
    administrator/pdf
    THANK you

  • COS Template/Gateway URL Accesslist settings merging

    Hi,
    if i understand correctly the setting of the URL access list is stored in LDAP. It can either be specified on the organization, role or user level.
    If specified at the organization level a COS template is created in LDAP. This is used for the setting of all the users below that org.
    If i set the users accesslist then the value of the URL access attribute is stored directly under the users attributes thereby overriding the ORG level setting. (I think)
    I've looked at COS merging attribute but it mentions that COS only takes place if no value is set at the user level.
    We want to allow some URL's for everybody and some user specific but it seems that we always have to go to the user level because otherwise it would not work.

    Hi,
    if i understand correctly the setting of the URL access list is stored in LDAP. It can either be specified on the organization, role or user level.
    If specified at the organization level a COS template is created in LDAP. This is used for the setting of all the users below that org.
    If i set the users accesslist then the value of the URL access attribute is stored directly under the users attributes thereby overriding the ORG level setting. (I think)
    I've looked at COS merging attribute but it mentions that COS only takes place if no value is set at the user level.
    We want to allow some URL's for everybody and some user specific but it seems that we always have to go to the user level because otherwise it would not work.

  • Gateway URL Transformation in stylesheet

    Hi,
    Is it possible for the portal to rewrite URLs in a cascading stylesheet?
    The following excerpt is from a stylesheet used by a number of gatewayed pages. We know it works just fine when you hit the page directly, but when the page is gatewayed the image URL is not transformed and so the images don't render:
    .subNavigation{     margin-left: 10px;     padding-left: 5px;     margin-top: 0px;     padding-bottom: 3px;     list-style-image: url(/_interface/gfx/jnet_bullet.gif);}
    I saw in the doco that there's pt:transformer and pt:url tags but they won't work in this context.
    Any ideas?
    cheersAni

    Ani,
    There is a bit of a backdoor, in that all content in portlets is transformed, and stylesheets do cascade, so one trick would be to embed the CSS itself directly in the HTML of a header portlet, and then add that header portlet to the default subportal object (or whichever subportal you happen to be using on those pages). I'm not absolutely certain it would work but it is worth a try.
    Embedding CSS directly in HTML is a bit odd, but here's an example:
    http://www.uri.edu/home/help/css/css2.html
    - david phipps

  • URl setting for WAD

    HI,
    when I rum my wen temoplate it actually rumming on the different URL there is mistake in setting the port no. for URl instead of using 8000 its setted as 8001 so in which T-code Can I change this and give the correct URL
    Please let me know
    Thanks
    Priya

    Hi,
    You will have to contact your basis team for changing it.
    it can be done using transacation RZ10 - instance profile - extended maintenance.
    after changing the application server should be restarted for it to take effect.
    Regards,
    Pradhiba
    *helpful answers deserve some points*

  • Help with JSR-168 Remote Server URL Setting

    Installation file just says:
    Note: Before placing the portlets on a page, edit the JSR-168 Remote Server object
    and change the Remote Server URL to the correct address of the host computer.
    What should it be? This is not enough information for me.
    Thanks,
    user450158

    Never mind... I figured it out. It should be set to whatever makes the URL for the web services correct; i.e. wherever the JSR168 sample portlets WAR file is deployed. In my case: http://qlv-ows-i-1.ql.local:7071/

  • Keyword.url set to google, being hijacked by Yahoo anyway

    I have checked repeatedly that my keyword search is set to the Google string, but it STILL diverts me to a Yahoo search if I type into the address bar. I hate Yahoo and its entire slow, ugly, buggy garbage of an empire, how can I make it go away?
    Also, GetBetterLinks is trash adware, please stop putting crap I have to delete on my computer, mmk?

    I set the keyword.URL preference to the Google Search-by-Name URL, changed to the default theme, and then restarted in Safe Mode with add-ons disabled. When I then checked keyword.URL, it had changed back to the "chrome:" setting.
    I set keyword.URL again and then disabled all plug-ins, exited Firefox normally, and restarted in Normal Mode. Again, keyword.URL had reverted to the "chrome:" setting.
    I then reset keyword.URL, left all the plug-ins disabled, and restarted in Safe Mode. Once again, keyword.URL had reverted to the "chrome:" setting.
    Sorry to be so clueless, cor-el, but I'm afraid I don't know what a locale is. I tried to read your link to mozillaZine, but it kept timing out after 30 seconds. Is that because of too much volume? So are you saying that my current locale is supposed to reset the keyword.URL preference from the "chrome:" setting to some valid value, but that isn't happening? What else could cause this besides a bad extension, theme, or plug-in?

Maybe you are looking for

  • Need to find how to relate the purchase order table with account assignment

    i need to reterieve the account assignment from the table bbp_pdacc, what is field or any tables that is between BBP_PDACC and Purchase order number or the purchase order items. I am working on the SRM system

  • What is Leopard 'Client' and do I need it?

    Hi There I have OSX 10.5.8; I was looking through Apple support downloads to make sure I have the most up to date patches, fixes etc. As I was perusing, I came across this upgrade, please see link below... http://support.apple.com/kb/DL1329 It was at

  • How can i use jw player in as3 application?

    i want to use jw player bcause i want to Allowing users to jump to any point in a movie without having to wait for the entire movie to download . dose anyone now how can i do it ? so you have any example source?

  • BI certication ????????????

    Hi friends Im undergoing a training program in SAP Education ,Bangalore for the certification of SAP BI 7,0,,,im confident that i can clear my certification ,,,my doubt is im from Data warehousing INFORMATICA ),,if i clear the certification will i be

  • Problems trying to use simplified Chinese input

    I went to System Preferences > International > Input > Checked the box labeled "simplified chinese" and all the secondary boxes and yet when I try to switch to Chinese using the input menu the options for Chinese are faded and unclickable. Is there a