How to get the server port in the operation of the component.

Hi all

How can get port information no server in what component work.

You can get by using sharedObects

see this

http://www.techartifact.com/blogs/2013/10/get-intradoc-server-port-in-custom-component-in-WebCenter-content-UCM.html

Tags: Fusion Middleware

Similar Questions

  • How to get the component custom property

    I have a custom component that is repeated as follows:

    < mx:Repeater id = dataProvider = "{this.category1"productsRepeater"}" > "

    "< mouseOver =" CFSMouseOver_Folder (event) "local: ComFolderItem" click = "CFSClick_Folder (event)" studentName ='{productsRepeater.currentItem.productName + "(" + productsRepeater.currentItem.productPrice + "") "'}" > "

    < / local: ComFolderItem >

    < / mx:Repeater >

    And I want back the studentName and productPrice when this component is clicked on

    private void CFSClick_Folder(evt_obj:Object):void {}

    var studentName:String =?

    }

    Please can someone tell me how I can get this value?

    Thank you

    Paul

    I think you would be after something like:

    private void CFSClick_Folder(event:Event):void {}
    var studentName:String = event.currentTarget.getRepeaterItem (.studentName)
    }

  • How to get the IP address of the client when TCP connect on the server

    How to get the IP address of the client when TCP connect on the server.

    The only parameter obtained the login is the login ID.

    I assume you are using "Wait of TCP on the listening port" on the server. This returns the remote address and port (like out in option).

  • How to get the OSB to stop adding port # in a published WSDL endpoint

    This is the thread more close to you I could find in my question, but is still not quite what I'm looking for: How to get the ip number in WSDL instead of host name? I have a server behind a VIP of the OSB, and I publish a proxy for external customer service to call. The VIP only accepts connections over SSL/https. OSB hosts only services over http port 80, and the VIP manages connectivity and security between them.

    I wrote a wsdl by hand, set my endpoint address (https) VIP point, has created the proxy service and deployed to the OSB. I can test the service throughout the day in SoapUI calling the VIP, well. However, when the client calls https://VIP/myService/?wsdl, he sees endpoint from the wsdl populated as http://VIP/myService:80.

    How can I prevent the OSB adding: 80 endpoint in the wsdl file? This makes it unusable for any appellant client generate the code by calling? WSDL, so we have to export the wsdl file and schema files and provide customers by hand. What configuration settings we can change that will fix this behavior?

    We had the same problem.
    in the cluster/http configuration, change the HTTP/HTTPS port number, which will appear in the generated WSDL from the frontend

  • You will need to plug Sony IEEE 1394 camcorder to an iMac. It would connect to the thunderbolt via an adapter port? I have a cable of firewire 800 and wanting to know how to get the video of my iMac. Thanks for any help you can give :)

    I borrowed a camcorder tape Sony that has an IEEE 1394 (ilink Sony) and eager to download video from my iMac.

    It would connect to the thunderbolt via an adapter port?

    I have a cable of firewire 800 and wanting to know how to get the video from my iMac via this cable.

    Appreciate any help you can give :)

    You want a Thunderbolt Apple FireWire adapter. Here is a link (to the US store):

    http://www.Apple.com/shop/product/MD464LL/A/Apple-Thunderbolt-to-FireWire-ADAPTE r? FNODE = 8 b & fs = f % 3Dadapter % 26fh %3 D 4595% 252B45b0

    Sorry, I don't know what software you need to play your video, once you get the cable work.

  • How to get the Application Server computer name?

    I'm redirecting to a jsp fails to logon page using oracle's 10 g.

    Can you please tell me how to get application server name of the computer on which I run my ACE? I don't want to hardcode the link to the jsp example page

    http://MyMachine:7778 / MyPage.jsp

    I want to get dynamically AS the machine name (I can't access the data due to the error log). Please help in this regard.

    Thank you

    Hello

    You can use in your forms integrated GetVar tool_env.:

    TOOL_ENV. GetVar('REPSERVERNAME',l_report_server);
    TOOL_ENV. GetVar('URLSERVER',l_urlserver);
    TOOL_ENV. GetVar('APPLICATION',l_envid);

    where the first parameter is a parameter defined in the file your application server .env.

    -Mohamed Dadi

  • How to get the name of the server instance

    Hi all!!

    First of all, sorry if this is not the place to leave this question, but I didn't know where to post.

    I have a weblogic 9.2 MP3 installed in a x 64 Redhat Linux. It is clustered in 2 cases.
    An application is deployed in both cases, each request between two instances of balancing.

    Of course, a request is responsed by only one instance, and I would like to know how to get the name of the instance that processes a request of some.

    I read that I can send using recorded weblogic mbeans in this way:
    InitialContext ctx = new InitialContext();
    MBeanServer mbean = (MBeanServer)ctx.lookup("java:comp/env/jmx/runtime");
    Then
    ObjectName rs = new ObjectName("com.bea:Name=RuntimeService,Type=weblogic.management.mbeanservers.runtime.RuntimeServiceMBean");
    Set beans = mbean.queryNames(rs, null);
    And finally I iterate over the beans, but I'm not able to retrieve the name of the instance. I suppose that the object name is not appropriate.

    However, I am able to get the name of the server and the two names of instances per a JMX connection to service:jmx:t3://localhost:7001/jndi/weblogic.management.mbeanservers.domainruntime, but this isn't what I want because I need to know what is the instance that is a certain demand.

    Anyone know how I can do?

    Thank you very much and sorry for the English xD

    Published by: mamntc02 on 01/05/2010 05:10

    That should do it...

    private String getServerName() throws Exception {}
    try {}
    Context ctx = new world;
    MBeanServer mbeanServer = (MBeanServer)ctx.lookup("java:comp/env/jmx/runtime");

    String runtimeServiceName = "com.bea:Name = RuntimeService, Type = weblogic.management.mbeanservers.runtime.RuntimeServiceMBean;

    Create ObjectName for the runtime
    RuntimeService ObjectName = new ObjectName (runtimeServiceName);

    Get the object for the ObjectName ServerRuntimeMBean name
    ObjectName serverRuntime = mbeanServer.getAttribute (runtimeService, "ServerRuntime") (ObjectName);

    Get the name of the server
    String serverName = (String) mbeanServer.getAttribute (serverRuntime, "Name");
    If (serverName == null) return "";
    otherwise return serverName;
    }
    catch (Exception e) {}
    throw e;
    }
    }

  • How to get the IP address of the calling client to the web service built in Jdeveloper 11.1.1.7 application?

    I built an application of web service in Jdeveloper 11.1.1.7 to be used by other clients. Just the General steps as follows (Server web service Application is generated--> deployed on the server-> used by clients with the location of the WSDL file).

    Now, I met a requirement where I need to get the port number and IP address for the client.

    Questions :

    How to get the IP address of the calling client to the web service application generated in Jdeveloper?

    Commune technologies used to build web service applications is AXIS or CXF. What Jdeveloper technology use to built web service application?

    The common technologies used to build web service applications is AXIS or CXF. What Jdeveloper technology allows built web service application?

    It depends on the option selected during the creation of web services (if I remember correctly, there are several options, style J2EE 1.4 RPC style JavaEE JAX - WS 1.5,...)

    For example, to get the ip address of the compatible with jax - ws web service, you need to inject the context in your service class with:

    @Resource
    WebServiceContext wsContext;
    

    and then inside your method:

    MessageContext mc = wsContext.getMessageContext();
    HttpServletRequest req = (HttpServletRequest)mc.get(MessageContext.SERVLET_REQUEST);
    String ip = req.getRemoteAddr();
    

    Dario

  • Satellite Pro M50 with Vista: how to get the S-video on the job?

    Hi all

    I have a vista equipped Satellite Pro M50. Does anyone know how to get the S-video on the job? I can't understand.

    Inadvance, see you soon

    Phil

    Did you look in the user manual?
    This doc is always pre-installed on laptop and provides useful information. Also how to connect a TV and use simple notebooks ports.

    A hint; You must use an s-video cable to connect the laptop to the TV.
    Then use the FN + F5 key combination to switch between display devices.
    Sometimes the special s-video option must be enabled on the TV.

    I would recommend consulting the manual of the TV also.

    Good bye

  • How to get the new update for the help and support

    OT:how to get the new update of the abd support help

    How to get help and support update

    Hello rickstemberger,

    Please click the number of the KB article for more information on how to add Windows Vista Help files.
    KB Article ID: 917607 -I can not open Help files that require the Windows Help program (WinHlp32.exe)

    Microsoft stopped including the 32-bit help files viewer in versions of Windows starting with Windows Vista and Windows Server 2008.
    However, with article 917607, you can download the appropriate version of the Windows Help program (WinHlp32.exe) and add them
    the operating system.

    Sincerely,

    Marilyn
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think

  • BB10: How to get the response header

    Hi guys,.

    I would like to how to get the response header of a request using a typical QNetworkAccessManager. What I really need, it's to get the server date and I know that the response header there.

    I have seen that you can access some header in the response of the requestFinished() function object. But none of them is the Respone header.

    Does anyone have any idea on this?

    Thanks in advance.

    Hello

    If you have subscribed for over QNetworkManager (QNetworkReply * response) of the signal, use:

    Reply-> rawHeaderList() for a list of all the available headers.

    reply-> header (param) make themselves known headers, but they do not include Date.

    Reply-> rawHeader ("date") for the date or other custom headers.

    http://Qt-project.org/doc/Qt-4.8/qnetworkreply.html#rawHeader

    Returns the raw content of the header headerName such as sent by the remote server. If there is no header, returns an empty byte array, which may be distinguished by a header blank. HasRawHeader () allows to check if the server sent this header field.

  • How to get the JOINT-2 log file

    Hi, we installed in the 6500 system JOINT-2 cat. Anyone know how to get the syslog JOINT-2 file? and how config to send the log to syslog server? I know that these two questions are quite simple, but I've yet to find answers.

    Any help would be greatly appreciated.

    You can get the JOINT events to the CETS format. Using the Manager of IPS or other tool to collect these logs.

  • How to get the playback of DVD of PC remote access permissions?

    I have 2 personal laptop, it has a DVD player, an other donesn can't.

    PC with a DVD player, broke a screen, so I use a PC that does not have a DVD player, watch the film from the remote PC.

    I type % ComputerName % d, but the message appears and says below,

    is not accessible. You might not have permission to use this network resource. Contact the administrator of this server to find out if you have access permissions.

    Can anyone help and how to get the access permissions?

    The reason for the message is:

    1. the share is not correctly configured.
    2. sharing is configured correctly, but the network profile is not configured correctly.
    1. follow the link:
    http://Windows.Microsoft.com/en-us/Windows7/help/home-sweet-HomeGroup-networking-the-easy-way
    or
    http://TechNet.Microsoft.com/en-us/library/cc770880.aspx
    2. by default, Windows prevents sharing if the network profile is set to Public. But it is not recommended to enable sharing of public profiles, instead of changing the type of home network profile. Follow the link for steps to change the type of profile: http://windows.microsoft.com/en-in/windows7/choosing-a-network-location
    If you face any problem with changing the type of profile, download Microsoft Fix it from here:
    http://support.Microsoft.com/kb/2578723
  • How to get the selected row in a programmatic table of the ADF (table generated from a bean)

    Hi all


    We use JDeveloper Studio Edition Version 12.1.3.0.0 and deployed on GlassFish Server Open Source Edition 3.1.2.2 (build 5) and connect to the SQLServer database.


    How to get the selected line in a programmatic (using a SortableModel custom not a display object) ADF table (generated from a bean)?


    We are trying to get the selected row in a bean of a programmatic ADF table to retrieve data based on the selected line.


    Any idea?

    Well, you can use selectionListener to set the selected line to a variable of bean (but this bean must be in extended view or some superiors)

    Something like this: http://www.awasthiashish.com/2015/07/get-selected-row-singlemultiple-from.html

    Dario

  • How to get the list of active users in Essbase 6.5.6

    Hi gurus,

    How to get the list of active users in Essbase version 6.5.6

    I can't find any Esscmd list of active users...

    I used the command LISTLOGINS in ESSCMD, but it did not help me...

    pls suggest me an approach to find the list of active users.

    Thanks in advance...

    Hi guru,.

    When you connect to the application, you will find the security option---> connect you will find active use in the ESSBASE.

    If you need the list of users in the use of ESSBASE that recommends essmsh

    go for the race---> essmsh---> login user server use this tribute

    (1) session view all this;

    If you want to export the active users usebelow congratulate.

    2)

    spool to 'D:\suresh.txt ';

    poster session;

Maybe you are looking for