URL mapping config for Experience Definition rule

Hello,
I have a question regarding the configuration of url mappings for experience definitions. Here is our scenario:
We have 2 experience definitions that allow us to localize the guest user experience when a user hits the portal for the first time. We need to setup 2 rules that are based on url so that if a user comes from one url they get the English definition and the other url gives the French definition.
This portal will be access by outside users and we cannot have two different domain or sub-domain names in order to differentiate the 2 urls. We’ve been told that it is possible to setup a system so that 2 different context url can resolve to the actual portal url so that the portal sees the different url values and serves up the proper experience def.
So basically I am asking for a somewhat detailed explanation of how to configure it so we have one of the following 2 setups (whichever one is possible):
English url = http://www.domain.ca/portal/en/server.pt
French url = http://www.domain.ca/portal/fr/server.pt
OR
English url = http://www.domain.ca/portal/en.pt
French url = http://www.domain.ca/portal/fr.pt
And both of these urls would map to the same portal at http://www.domain.ca/portal/server.pt (not directly accessible from outside)
We have the portal deployed via Websphere 6.1 on AIX and using IBM HTTP server.
Any help regarding how to configure app server, web server, portal would be greatly appreciated.
Thank you
Richard

Hi Doevelaar,
sorry, no help but: Iam fighting like you.
I tried the same to get multiple databases to live: no result
I tried to get a connection to configure apex-listener running under Glassfish via SQL-Developer: no Connection possible
I tried to get a connection to configue apex-listener via SQL-Developer : this works if Apex-Listener runs standalone but: I can't store the configuration
I am surely a Oracle-fan with APEX and the DBMS but all installations of Oracle makes me mad.
Try to install the dbms 3 times, it will react 3 times different.
The clone tool of db's works one day, the next one it stops anywhere without any online comment (anywhere in hidden logs you will find a miracle error description.. java-errors self explaining if you know all libaries)
I dont know who ever makes quality checks there but they need any old guy, not the young hackers.
I think Bill Gates has time.
I am so frustrated with all this installation stuff and sh..., i hope one day microsoft buys Oracle, then the installation may be smooth and all features will work.
And you dont have to be a script guru to manage an update, may be. This is naturally only a daydream...
I work like you at this problem, if I have  any solution I let you know.
Cheers
me

Similar Messages

  • Url mapping table for webdispatcher

    I want to use a URL mapping table for the webdispatcher. I found that the paramater wdisp/url_map_location can be used to point at a file://<path>.
    But I donot find any information about the layout of this file.

    Hi Geert,
    As far as i read,
    URL mapping table
    Mapping of the path part that is specified in the browser to the information about the server (groups).
    You can determine, for example, that all requests that contain the path prefix /sap/bc are only processed by the servers that process logon group GROUP_1.
    text quoted from SAP Library.
    As far as i know you can achieve the mapping you mentioned above using DNS
    Regards
    Juan
    Please reward with points if helpful

  • Sales & Marketing Online MapIt URL Maps feature for Addresses Google Maps

    We recently enabled the MapIT URL functionality so our users can see street maps from Yahoo from Sales Online when they click on the Map it icon associated with all addresses in Sales and Marketing Online.
    See Metalink 280542.1 for how to enable this in the Ebusiness Suite.
    Two questions:
    1. We would like to use Google Maps; does anyone know how this can be done?
    2. Our business is in Australia. By default we hide Australia as a county on our addresses. This prevents us from seeing maps for addresses in Australia. Any body know a way around this?
    Image for clarification can be found here: http://www.orafaq.com/forum/t/90720/0/

    Sorry mate looks like it is not straight forward change that you can make to use Google instead of Yahoo.
    You may need to use Google Maps APIs and try to build your own URL and update the profile option.
    I am hoping in next version of Oracle Apps has out of the box functionality to use Google maps.

  • Experience Definitions - Change during a user's session

    I'm attempting to change a user's experience definition during their session and I would like the new experience to appear during their session.
    I am removing their ID from a default group via the server API, so now they hit the second experience definition rule. I would like to redirect them to their new experience and have them land on the default community. My issue is that that experience seems to be cached and I have to log them out and in manually before the new experience shows up. Any ideas of how I can do this programmatically?
    Think of this like changing to a new skin on a website and not having the user log in and out for it to take affect.
    Thanks!

    Could you please share the API that you have and you are using to add/remove default group?
    I have a problem where I have multiple groups/Experice Definitions assign to that user and I was wondering how could a select a default.

  • Using URL maps to search for a particular sub-domain in a URL

    Hi Guys,
    Seem to be having some trouble with URL maps, and trying to search for a particular sub-domain in a URL.  Let me explain:
    We will have a number of applications frontended by our CSM VIP such as:
    sftp.poc.monash.edu.au
    callista.poc.monash.edu.au
    I'm trying to get the CSM via policies and URL maps, to search for say "callista" and direct this traffic to a particular farm as below...however when i use the match statement the connections are dropped.
    map CALLISTA url
      match protocol http url *callista*
    map CALLISTA-SFTP url
      match protocol http url *sftp*
    policy CALLISTA
      url-map CALLISTA
      sticky-group 197
      serverfarm CALLISTA
    policy CALLISTA-SFTP
      url-map CALLISTA-SFTP
      sticky-group 198
      serverfarm CALLISTA-SFTP
    vserver CAL-POC-DECVIP
      description decrypt VIP for SERVERFARM CAL-POC
      virtual 172.16.11.116 tcp www
      persistent rebalance
      parse-length 4000
      slb-policy CALLISTA
      slb-policy CALLISTA-SFTP
      inservice
    So i'm wondering if there is a better regular expression statement i can use to ensure that all the traffic that has "callista" in the URL is directed to a particular farm?
    thanks
    Sheldon

    Having a read through the CSM config guide I think i may have found the answer.  I noticed that the URL maps only work on searching a "path' after the domain e.g. the presence of either "index" or "cep":
    callista.poc.monash.edu.au/index.html
    or
    callista.poc.monash.edu.au/cep/
    I've tested the above logic and this holds true....therefore there doesn't seem to be a way of searching for a "subdomain" in the URL as opposed to various bits of a "path".  That is i'd like to search for "callista" or "admissions" instead of the path
    callista.poc.monash.edu.au
    or
    admission.poc.monash.edu.au
    Can someone confirm this one way or another?  And if the sub-domain search is not possible, are there alternatives to getting it to work?!
    thanks
    Sheldon

  • URL Mapping for packaged JSP's in web.xml file

              Hi,
              I am using weblogic6.0sp2 enterprise edition.I have my JSP's in package structure.
              Suppose my login.jsp is in package com.advice.document. So for URL mapping in
              web.xml what should be given so that by giving that my JSP runs. I have tried
              many options but not got success.
              Here is my web.xml file..
              <web-app>
              <servlet>
              <servlet-name> Login </servlet-name>
              <jsp-file> com\advice\document\login.jsp</jsp-file>
              </servlet>
              <servlet-mapping>
              <servlet-name> Login </servlet-name>
              <url-pattern> /Login</url-pattern>
              </servlet-mapping>
              </web-app>
              If any body knows or have worked on the same then let me know.
              Thanks in advance.
              --- Vipul
              

    Did you try specifying the jsp-file with forward slashes (e.g.,
              com/advice/document/login.jsp)?
              Vipul Garg wrote:
              > Hi,
              > I am using weblogic6.0sp2 enterprise edition.I have my JSP's in package structure.
              > Suppose my login.jsp is in package com.advice.document. So for URL mapping in
              > web.xml what should be given so that by giving that my JSP runs. I have tried
              > many options but not got success.
              > Here is my web.xml file..
              > <web-app>
              > <servlet>
              > <servlet-name> Login </servlet-name>
              > <jsp-file> com\advice\document\login.jsp</jsp-file>
              > </servlet>
              > <servlet-mapping>
              > <servlet-name> Login </servlet-name>
              > <url-pattern> /Login</url-pattern>
              > </servlet-mapping>
              > </web-app>
              >
              > If any body knows or have worked on the same then let me know.
              > Thanks in advance.
              > --- Vipul
              

  • Can you create an image map hotspot for an external URL in Dreamweaver CS6?

    Can you create an image map hotspot for an external URL in Dreamweaver CS6?

    Duplicate post: http://forums.adobe.com/thread/1338701?tstart=0

  • Keyword.url field bloked for changes in a firefox about:config tab (firefox with yandex)

    keyword.url field bloked for changes in a firefox about:config tab (firefox with yandex)

    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode
    *https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes

  • Automatic Deployment Rule for SCEP Definitions growing too large.

    See the deployment package for SCEP definition is now 256MB and growing.  How can we make sure it stays small?  The ADR creating the package is leaving 26 Definition in there right now.

    The method that Kevin suggests above is what is implemented as part of a default deployment template included with SP1. This limits the number of definitions in the update group to the latest eight (I think).
    As a supplemental note here, whenever an ADR runs and is configured to use an existing update group, it first wipes that update group.
    Jason | http://blog.configmgrftw.com

  • Anyone have definitive config for Neo2 Platinum and Speedfan

    I've read almost equivalent posting indicating different info for Temp 1, 2, and 3.
    I've got Temp 1 = NB, Temp 2 = CPU, Temp 3 = System.
    based on my readings (NB = 14C, CPU = 38C, and System = 34C) the above makes sense.  But many people say Temp 3 is the CPU.  I can't believe my CPU would be cooler then my system temp, although, I guess it depends on where that temp is read from?
    Can anyone confirm 100%?
    What about Fans 1, 2, and 3?  How do those corrolate to CPU, NB, and SYSFAN and SYSFAN2 on the mobo?
    I also have a "Temp" that reads constant -1 C and shows as part of nForce2 SMBUS. What's that?
    ALso with the fans, Fan 4 and 5 showing as part of nForce2 SMBUS with no readings.  What's with those?

    Quote
    Originally posted by syar2003
    16C heh .. means that speedfan does do the readout correctly.
    It's just not possible with air cooling that something is lower than ambient temperature. (mine is 30C with a self mounted small fan on the chipset running at 4300rpm , this is about 5C over ambient temperature)
    corecentre reads theese two sensors data right .
    So does MBM5 5.3.7.0 is setup with wizard and right motherboard chosen.
    Make sure that speedfan is setup to monitor :
    Sensor Type - Winbond W83627THF  (through ISA 290h)
    Sensors winbond1 , winbond2-diode
    Edit : From your first post :
    CPU = 38C, and System = 34C
    This is the two real connected sensors , the other with 14/16C is just a bogus reading.
    Your last comment, that doesn't make sense with your other posts, because the temp sensors giving me the 34/38 readings are 2 and 3.  Well you say only #1/#2 are tied to Winbond with 1=NB and 2=CPU.  Well how is it that #1 is giving me bogus readings in Smartfan then?
    I looked at the config for the Winbond, sensor 1 = thermistor diode, 2 = PII diode, and 3 = thermistor diode.  THis is the defaults it came up with.  Is this incorrect?  If I change these settings at all I get some 110+ readings.

  • URL Mapping not working inside MOSS

    hi,
    I want to achieve broken URL redirection in old web application developed in MOSS.
    For this purpose, i have to use URL mapping inside web.config -
    For Example -
    <urlMappings enabled="true" >
        <add url="~/brokenpath" mappedUrl="/subsite/Pages/Home.aspx" />
    </urlMappings>
    I have checked that '/subsite/Pages/Home.aspx' url is not broken but still getting 404 exception.
    Similar tag is working under dev/local environment but not working in the production,
    Can anybody please let me know the problem or any configuration missing.
    Thanks in advance.

    Hi Saurabh, can you provide the actual broken path, both in your web.config as well as the absolute URL?
    Dimitri Ayrapetov (MCSE: SharePoint)

  • G6 Experience Definition Editor won't open

    Hi,
    Following an upgrade from 5.0.4 Windows/Java to G6 on Solaris/Tomcat, the Experience Definition Editor won't start. It spews a bunch of errors, but I think this one is the root cause:
    3-20-2006       14:53:56.928    Warning OpenKernel.OpenHttp.Core        portal.servername.plumtree       PTSelectorThread_33500699       com.plumtree.
    openkernel.impl.openhttp.core.PTRequest OnClose() - Socket was closed before we got back complete headers. Data read from the network - [2300] bytes. Number
    of retries - [4]. Registerring error for URL [http://localhost:8080/imageserver/plumtree/common/public/css/community-themes.txt]. <ptLogMsgEnd>
    3-20-2006       14:53:56.929    Warning OpenKernel.OpenHttp.Core        portal.servername.plumtree       PTSelectorThread_33500699       com.plumtree.
    openkernel.impl.openhttp.core.PTRequest OnError() - Cancelling request to [http://localhost:8080/imageserver/plumtree/common/public/css/community-themes.txt]
    because of exception.
    com.plumtree.openfoundation.util.XPException: No data received from the remote server!
            at com.plumtree.openkernel.impl.openhttp.core.PTRequest.OnClose(PTRequest.java:962)
            at com.plumtree.openkernel.impl.openhttp.core.network.PTSocketSelector.processReadableEvent(PTSocketSelector.java:370)
            at com.plumtree.openkernel.impl.openhttp.core.network.PTSocketSelector.processSelectedChannels(PTSocketSelector.java:304)
            at com.plumtree.openkernel.impl.openhttp.core.network.PTSocketSelector.run(PTSocketSelector.java:403)
            at java.lang.Thread.run(Thread.java:534 <ptLogMsgEnd>
    3-20-2006       14:53:56.933    Error   Portal_Admin    portal.servername.plumtree       TP-Processor8   com.plumtree.portalpages.admin.editors.subpor
    tal.SubPortalModel      SubPortalModel::DoTaskOnStartEditor Unable to get the stylesheet options. The following exception occured: java.lang.NullPointerExcep
    tion <ptLogMsgEnd>
    I see that it's using http://localhost:8080/imageserver/plumtree/common/public/css/community-themes.txt to get the community themes, which is fine, because that's our image server connection URL. I've gone to that box and done a telnet localhost 8080 / GET /imageserver/plumtree/common/public/css/community-themes.txt and it brings back the file, so I can't figure out why the portal's HTTP engine can't find it.
    Any ideas?
    Thanks,
    Chris Bucchere | bdg | [email protected] | www.bdg-online.com

    MaggieMaeMT wrote:
    I'm using Photoshop Elements 5.0 and my Organizer is working fine, but all of a sudden my Editor won't open.  It was working fine about 2 weeks ago.
    Do you get any error messages?  Also, can you launch it manually by going to the program folder with Windows Explorer and double clicking on "PhotoshopElementsEditor.exe" file?  On a windows system the file is located at:
    <C:\Program Files (x86)\Adobe\Photoshop elements>
    Also for version 5.0 the file may be called something else..  You just need to use some guess work.  You can only launch .exe files  so just have a go and post back.
    Hope this helps.

  • Url-template-config Error Deploying app in WLS9.1

    I am trying to deploy my application in WLS9.1 and using jdk1.5.0_08. I am getting url-template-config error. There is this file "url-template-config.xml"at
    \weblogic91\server\lib\consoleapp\webapp\WEB-INF which is where this error arises and inside that file the schema definition is:
    <url-template-config
    xmlns="http://www.bea.com/servers/weblogic/url-template-config/8.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://www.bea.com/servers/weblogic/url-template-config/8.0 url-template-config.xsd">
    Why is weblogic 9.1 using a 8.0 defined template and is this the main problem? Please do help me out.
    -Thanks

    Hi
    Did you get solution for url-template-config issue with weblogic 9.1 . Iam also getting the same error
    15:23:22,531 [[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'] ERROR URLTemplateDescriptor:152
    - Exception while loading URL templates, /WEB-INF/url-template-config.xml
    Throwable: javax.servlet.ServletException: error: The document is not a url-template-config: document element namespace mismat
    ch expected "" got "http://www.bea.com/servers/weblogic/url-template-config/8.0"
    Stack Trace:
    javax.servlet.ServletException: error: The document is not a url-template-config: document element namespace mismatch expected
    "" got "http://www.bea.com/servers/weblogic/url-template-config/8.0"
    at org.apache.beehive.netui.core.urltemplates.URLTemplatesFactory.getTemplates(URLTemplatesFactory.java:131)
    at org.apache.beehive.netui.core.urltemplates.URLTemplateDescriptor.load(URLTemplateDescriptor.java:133)
    at org.apache.beehive.netui.pageflow.PageFlowContextListener.performInitializations(PageFlowContextListener.java:102)
    at org.apache.beehive.netui.pageflow.PageFlowActionServlet.init(PageFlowActionServlet.java:120)
    at com.bea.console.internal.ConsoleActionServlet.init(ConsoleActionServlet.java:185)
    at javax.servlet.GenericServlet.init(GenericServlet.java:256)
    at weblogic.servlet.AsyncInitServlet.initDelegate(AsyncInitServlet.java:94)
    at weblogic.servlet.internal.WebAppServletContext$AsyncInitRequest.run(WebAppServletContext.java:1641)
    at weblogic.work.ServerWorkManagerImpl$WorkAdapterImpl.run(ServerWorkManagerImpl.java:518)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:179)
    Please let me knwo
    Thanks
    Binu

  • Need Seeburger Mapping name for DESADV .

    Hi All,
    I want the Seeburger mapping name for DESADV .
    The format of the file is ANSI file.
    Also i want the folder name or standard number for DESADV ??
    I mean like for Orders the folder name will be " ANSIX12_V3020_850 "
    Kindly let me know asap.
    Thank You.
    Regards
    Seema.

    Hi,
        These are the few naming conventions that will be followed while doing mapping in SEEBURGER BIC mapping designer.Let me know if they help u in any way..
    ADOPTED NAMING CONVENTIONS
    1 - For Application Rules:
    DOCUMENT_APLLICATION_DIRECTION_DATA (FILE EXTENSION FOR REFERENCE)
    Length for each:
      Document = 3     Samples of:  PUR, POC, POA, ASN, TXT            
      Application = 4   Samples of:  RECL, SOMS, HRMS, CORP, COMS, CONT  
      Direction = 1       Samples of:  I or  O
      Data = 3              Samples of: DAT, XML, RPT
      NOTE:  Since spaces are not allowed in the names,  ‘S’  will be used as filler .
    Sample Application Naming:
    For 824 for Banking doc   – TXT_CORP_I_RPT
    2 - For Project Rules:
    We decided that we would group these by related documents.  Ex. All PO’s would be together.
    Following are the Project definitions:
    ORDERS (PURCHASING) = 850, 880
    BANKING = 820, 824 (Related to the banking 820 only)
    TRANSPORTATION = 404, 858, 856, 940, 945, 990, ..
    INVOICING = 810, 857
    TEXT = 824, 864, 870
    INVENTORY = 852, 830, 846,..
    3 – General  Rules:
    1- IF mapping is the same with HRMS & COMS
          THEN Use CONT for Application
        ELSE  Use HRMS or COMS (which ever is appropriate)
    2- IF document is the same for the entire corporation
           THEN Use CORP as the Application
    3- IF Generic
          THEN  No Suffix is required
         ELSE Trading Partner Specific maps add the suffix
    For Trading Partner specific rules, add the Name extension to the end of the rule
    Thanks .

  • Problem in creation an "Experience Definition"

    Hi all.
    After instaling collaboration and studio, I tried to create an Experience Definition but this error appears:
    Error
    Error - An unexpected error occurred when trying to start the Editor.
    <!--An unexpected error occurred when trying to start the Editor.: com.plumtree.openfoundation.util.XPException: An unexpected error occurred when trying to start the Editor. at com.plumtree.openfoundation.util.XPException.GetInstance(String strErrorMsg, Exception e) at com.plumtree.uiinfrastructure.statichelpers.GeneralHelpers.SetUIError(AActivitySpace asOwner, OpenLogComponent uiComponent, String strFunctionName, Exception e, Boolean bThrow, UIErrorLevel uiErrorLevel, String strErrorMessage) in e:\buildroot\Release\uiinfrastructure\6.0.x\dotnet\prod\src\com\plumtree\uiinfrastructure\statichelpers\GeneralHelpers.cs:line 386 at com.plumtree.uiinfrastructure.editor.EditorStartControl.CheckActionSecurityAndExecute(XPHashtable arguments) in e:\buildroot\Release\uiinfrastructure\6.0.x\dotnet\prod\src\com\plumtree\uiinfrastructure\editor\EditorStartControl.cs:line 119 at com.plumtree.uiinfrastructure.interpreter.MVCController.HandleRedirectChain(Redirect myRedirect, RequestData tempData) in e:\buildroot\Release\uiinfrastructure\6.0.x\dotnet\prod\src\com\plumtree\uiinfrastructure\interpreter\MVCController.cs:line 804 at com.plumtree.uiinfrastructure.interpreter.MVCController.HandleRedirect(Redirect redirect, RequestData tempData) in e:\buildroot\Release\uiinfrastructure\6.0.x\dotnet\prod\src\com\plumtree\uiinfrastructure\interpreter\MVCController.cs:line 446 at com.plumtree.uiinfrastructure.interpreter.Interpreter.HandleRequest(IXPRequest request, IXPResponse response, ISessionManager session, IApplication application) in e:\buildroot\Release\uiinfrastructure\6.0.x\dotnet\prod\src\com\plumtree\uiinfrastructure\interpreter\Interpreter.cs:line 387 at com.plumtree.uiinfrastructure.interpreter.Interpreter.DoService(IXPRequest request, IXPResponse response, ISessionManager session, IApplication application) in e:\buildroot\Release\uiinfrastructure\6.0.x\dotnet\prod\src\com\plumtree\uiinfrastructure\interpreter\Interpreter.cs:line 167 at com.plumtree.uiinfrastructure.web.XPPage.Service(HttpRequest httpRequest, HttpResponse httpResponse, HttpSessionState httpSession, HttpApplicationState httpApplication) in e:\buildroot\Release\httpmemorymanagement\2.0.x\dotNET\src\com\plumtree\uiinfrastructure\web\XPPage.cs:line 82 at com.plumtree.portaluiinfrastructure.activityspace.PlumHandler.ProcessRequest(HttpContext context) in e:\buildroot\Release\portalui\6.0.x\ptwebui\portal\dotnet\prod\src\web\PlumHandler.cs:line 37 at System.Web.CallHandlerExecutionStep.System.Web.HttpApplication+IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) at System.Web.HttpApplication.ResumeSteps(Exception error) at System.Web.HttpApplication.System.Web.IHttpAsyncHandler.BeginProcessRequest(HttpContext context, AsyncCallback cb, Object extraData) at System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) at System.Web.HttpRuntime.ProcessRequest(HttpWorkerRequest wr) at System.Web.Hosting.ISAPIRuntime.ProcessRequest(IntPtr ecb, Int32 iWRType) Caused by: com.plumtree.openfoundation.util.XPException: Unable to retrieve Header ID. at com.plumtree.portalpages.admin.editors.subportal.SubPortalModel.DoTaskOnStartEditor(XPHashtable htFormData) in e:\buildroot\Release\portalui\6.0.x\ptwebui\portalpages\dotnet\prod\src\com\plumtree\portalpages\admin\editors\subportal\SubPortalModel.cs:line 360 at com.plumtree.portaluiinfrastructure.editor.ObjEditorModel.CheckEditorAccessAndStart(XPHashtable htFormData) in e:\buildroot\Release\portalui\6.0.x\ptwebui\portaluiinfrastructure\dotnet\prod\src\com\plumtree\portaluiinfrastructure\editor\ObjEditorModel.cs:line 275 at com.plumtree.uiinfrastructure.editor.EditorStartControl.CheckActionSecurityAndExecute(XPHashtable arguments) in e:\buildroot\Release\uiinfrastructure\6.0.x\dotnet\prod\src\com\plumtree\uiinfrastructure\editor\EditorStartControl.cs:line 111 ... 13 more Caused by: com.plumtree.openfoundation.util.XPException: http://PORTAL_DOCUMENTUM/imageserver/plumtree/common/public/css/community-themes.txt is not a valid URL; containts invalid characters in the server portion. at com.plumtree.openkernel.impl.openhttp.core.PTUrl.NormalizeServer(String strUrl, XPStringBuilder strbNormalizedUrl) in e:\buildroot\Release\openkernel\2.0.x\openhttp\build\x86\src\csharp\com\plumtree\openkernel\impl\openhttp\core\PTUrl.cs:line 639 at com.plumtree.openkernel.impl.openhttp.core.PTUrl.Normalize(String strUrl) in e:\buildroot\Release\openkernel\2.0.x\openhttp\build\x86\src\csharp\com\plumtree\openkernel\impl\openhttp\core\PTUrl.cs:line 575 at com.plumtree.openkernel.impl.openhttp.core.PTUrl..ctor(PTOpenHttpService service, String strUrl) in e:\buildroot\Release\openkernel\2.0.x\openhttp\build\x86\src\csharp\com\plumtree\openkernel\impl\openhttp\core\PTUrl.cs:line 86 at com.plumtree.openkernel.impl.openhttp.core.PTOpenHttpService.CreateUrl(String strUrl) in e:\buildroot\Release\openkernel\2.0.x\openhttp\build\x86\src\csharp\com\plumtree\openkernel\impl\openhttp\core\PTOpenHttpService.cs:line 206 at com.plumtree.server.impl.community.SubPortalUtils.getStyleSheetList(String fromURL, XPLocale locale) in e:\buildroot\Release\portalserver\6.0.x\portalobjects\build\x86\src\dotnet\com\plumtree\server\impl\community\SubPortalUtils.cs:line 35 at com.plumtree.portalpages.admin.editors.subportal.SubPortalModel.DoTaskOnStartEditor(XPHashtable _htFormData) in e:\buildroot\Release\portalui\6.0.x\ptwebui\portalpages\dotnet\prod\src\com\plumtree\portalpages\admin\editors\subportal\SubPortalModel.cs:line 350 ... 15 more -->
    Any idea what problem is this ?

    The problem is the underscore in your server name. While it's a valid server name to most systems, Plumtree can't handle it.
    I would suggest creating a host file entry on your portal server with a different name (without any hyphens or underscores) pointing to that server's IP address. Then just use that in your config entry instead of the real server name.
    HTH,
    Chris Bucchere | bdg | [email protected] | www.bdg-online.com

Maybe you are looking for