What does the local-address element stand for here?

Please se the following Coherence Extend Proxy Configuration file:
What does the <local-address> element stand for? Does it define that only the local clients (local with server proxy) can be accepted?
<local-address>
    <address>localhost</address>
    <port>9099</port>
</local-address>
<?xml version="1.0"?>
<!DOCTYPE cache-config SYSTEM "cache-config.dtd">
<cache-config>
  <caching-scheme-mapping>
    <cache-mapping>
      <cache-name>dist-*</cache-name>
      <scheme-name>dist-default</scheme-name>
    </cache-mapping>
  </caching-scheme-mapping>
  <caching-schemes>
    <distributed-scheme>
      <scheme-name>dist-default</scheme-name>
      <lease-granularity>member</lease-granularity>
      <backing-map-scheme>
        <local-scheme/>
      </backing-map-scheme>
      <autostart>true</autostart>
    </distributed-scheme>
    <proxy-scheme>
      <service-name>ExtendTcpProxyService</service-name>
      <thread-count>5</thread-count>
      <acceptor-config>
        <tcp-acceptor>
          <local-address>
            <address>localhost</address>
            <port>9099</port>
          </local-address>
        </tcp-acceptor>
      </acceptor-config>
      <autostart>true</autostart>
    </proxy-scheme>
  </caching-schemes>
</cache-config>

I think you not got the real meaning here.
<local-address> element is used to specify a local address (IP or DNS name) and port that the TCP/IP ServerSocket (opened by the connection acceptor) will listen on. It's not a filter used to confine the client IP address.
For example, the following will instruct the connection acceptor to bind the TCP/IP ServerSocket to 192.168.0.2:9099:
<local-address>
  <address>192.168.0.2</address>
  <port>9099</port>
  <reusable>true</reusable>
</local-address>

Similar Messages

  • What does the return code 20 stands for in the Transport request log

    Hi,
    When we have retreived the Transport request log by using the Unix command, we have got return code 20.
    Please let us know what does the return code 20 stands for and under what scenerios I will get the return code 20.
    Thanks & Regards,
    Madhuri.

    chk the last return code in this link
    http://help.sap.com/saphelp_nw2004s/helpdata/en/57/38e26c4eb711d182bf0000e829fbfe/content.htm

  • What does the symbol ".." stand for?

    [root@localhost jeff]$ls -al
    total 64
    drwx------ 3 jeff jeff 4096 2008-01-02 20:20 .
    drwxr-x-x 6 root root 4096 2008-01-02 20:30 ..
    I want to know: what does the symbol ".." stand for?

    But why does it display the parent directory here? I
    just to list the current directory!It's a shortcut to parent directory. Otherwise how do you quickly go back one level of directory? Do you prefer to always enter the full path ?

  • What does the "i" in "iPod" stand for and why is lowercase?

    What does the "i" in "iPod" stand for and why is it lowercase?

    I dont know, I think that was pretty funny.
    The i first appeared as a prefix for the iMac. As this was the first one to be equipped with the internet it's a pretty safe bet to assume that it stood for 'internet'.
    After that it became a bit of a signature for apple and a kind of unofficial trademark and gets used on everything cos apple think it looks trendy.
    Although to be fair the iPod does play tunes that you download using the internet, so there is a link i suppose.
    I think this is right but will no doubt get some Mac nerd disagreeing.

  • Fun Question --- What does the "Pod" in iPod stand for?

    I was talking to some friends this weekend, and we got onto the subject of the name "iPod". The "i" seems to stand for "internet", but what about "Pod"? I can't seem to find the definitive answer to this question anywhere.
    Does anyone KNOW the real answer?
    Thanks!
    Dual 2.0 gHz G5, Second gen iPod   Mac OS X (10.4.4)  

    I'll be showing my age if I admit to this, but I think the term "pod" comes from the old sci-fi movie "Invasion of the Body Snatchers" (1956). In the film, Kevin McCarthy plays a doctor in a small California town. He comes back from a two week conference to find something is wrong: It turns out the townspeoples' bodies have been taken over by their exact duplicates who grow out of giant pods (distributed all over the Earth by space aliens, of course). If I'm not mistaken, this was remade in 1978 with Donald Sutherland (Keifer's dad!) and Leonard Nimoy.

  • What does the TV looking sysbol stand for?

    I had the memory/HD/wireless cover off today to do a bit of cleaning. I see there is a space for a 2nd HD. I also noticed a space that looks like a PCIe card slot that has a picture of a TV under it? What can be put there? A TV tuner card?
    Thanks!
    This question was solved.
    View Solution.

    If we are talking about Empty PCIe Slot, you can put any PCIe Device in there...it can be TV tuner, GPS, Mobile Broadband, etc... but the contrain you end up having is getting the cable routing to that card...
    Although I am an HP employee, I am speaking for myself and not for HP.
    Make it easier for other people to find solutions, by marking my answer with 'Accept as Solution', if it solves your problem.
    Click on the BLUE KUDOS button on the left to say "Thanks"

  • What does the i in iPhone stand for?

    And in all there other products

    I think its more about the 'i'ndividual recreating their selfs through technological avatars that re-present a kind of identity through an image/logo of the the idea of individuality. I mac, I phone, I photo, I pod, I web, etc. The 'I' is in constant interaction with the mechanisms of the social construction of the individual within society.
    But that's just what 'Ithink'
    raymie.

  • What does the "Local Area Connection* 12" mean?

    using the commands below(win 8.1 professional):
    netsh wlan set hostednetwork mode = allow ssid=myWifiName key=myWifiPwd
    netsh wlan start hostednetwork
    In Windows 7, the commands will generate "Wireless Network Connection 2"(I think the reason is that there already exists a connection called WLAN. So it starts from number 2).
    In Windows 8.1, the commands will generate "Local Area Connection* 12"(I could not figure out the reason why the number is 12 and what the asterisk means???).
    I could not stop myself from thinking why the number starts from 12 and what the asterisk means? I could not get useful info from google. So I registered an account. Could you help me please ? thanks.

    Windows makes several "simulated" network adapters for various purposes. For example, if you're on an IPv4-only network, but you want to connect to an IPv6 computer on the internet, Windows can create a simulated network adapter that tunnels the IPv6 traffic
    through your IPv4 network.
    There are actually quite a few of these simulated network adapters.  Since they usually quietly take care of themselves, and they don't correspond to any actual network hardware that you (the end-user) can see or touch, Windows will hide them by default,
    to avoid clutter.
    Now suppose Windows just started numbering all the adapters with the same naming scheme ("Ethernet 1", "Ethernet 2", "Ethernet 3", . . ., etc.).  Then by the time you actually install your actual NIC, it would probably get a name like "Ethernet 7". 
    But since Windows hides the first 6 network interfaces, you'd see a listing that only includes one NIC: "Ethernet 7".  And you'd probably say "stupid Windows doesn't know how to count."
    So instead, we have two numbering schemes.  Real, physical NICs get numbered "Ethernet ###" (or "Wi-Fi ###", etc.) while all the hidden network adapters get "Local Area Connection* ###".  That way, the NICs that you see will be numbered
    starting from 1, even though there are a big pile of hidden network interfaces that were installed first.
    What does the asterisk mean?  The asterisk used to be the signal that the NIC was a hidden NIC.  Older versions of Windows named all visible NICs "Local Area Connection ###", and hidden ones were distinguished by adding an extra asterisk. 
    These days, we try to avoid using nerdy jargon like "Local Area Connection" when talking to you, so we changed the naming pattern to "Ethernet".  But since hidden NICs don't matter, we kept their old naming pattern with the asterisk.
    If you're curious, you can see all the network interfaces on your system with this PowerShell command:
    Get-NetAdapter -IncludeHidden
    (I'm the engineer that invented and implemented Windows's current NIC naming policies.)

  • What does the Mac App store mean for existing users of Aperture?

    I was wondering how the Mac App store will affect existing users of the software. I have purchased Aperture and upgrades since its launch but because I've not purchased through the App store, how will I gain access to future upgrades?
    When I go to the Aperture app in the store it shows as being installed but as I've not purchased it through the store, will I be eligible for future upgrades or will Apple expect me to purchase again?

    There is no way Apple can update Aperture 3 without offering that update to every user, regardless of where the app was purchased. So, expect that Aperture 3.1.2 or whatever will be available to you in some fashion.
    When the next paid Upgrade (to Aperture 4?) comes along, then we'll have to see what arrangements the offer.
    Regards
    TD

  • HT1438 What does error message number 1 stand for?

    Hey guys I got a new iphone 4 yesterday because my old one had a spring break so the power button wouldnt work. The new phone worked fine for most of the day but last nighht showed a message saying i needed to plug the phone into itunes again and restore it. I have now tried to restore the phone on two seperate computers and both times error message number 1 has shown up with a note saying that apple can not process my request. Im wondering what the number means so that I can fix it and restore my phone. as it is now its useless. Its just a black screen with a charger picture and an arrow telling me to connect it to itunes.

    Hi. Can you post the exact error message? I can't seem to find any info for "error message number 1".
    Also have you tried resetting this to factory defaults using the phone? Under Settings, there should be an option for you to restore it.

  • What does the Low-Pass filter do (for dummies)

    Dear colleagues,
    I'm about to encode a lot of content for DVD using Apple Compressor Vers 3.5.2. This project calls for 2.0 Stereo as well as 5.1 surround. I am wondering if I should check or un-check the Low-Pass Filter for the Full Bandwidth Channels for the 2.0 stereo track.
    Same question for the 5.1...
    In case it's important to note, the LFE track of the 5.1 mix has low frequency effects only and nothing else.
    The explanation in the manual seems confusing to me. Would someone be kind enough to help me determine the correct setting?
    Thanks in advance!
    Xavier

    Hi David,
    Thanks for your reply. I think I'll just turn OFF this filter for both my 2.0 Stereo and 5.1 Surround tracks.
    In the name of proper communication however something still doesn't make sense. The compressor manual states the following:
    Full Bandwidth Channels
    Apply Low-Pass Filter: Select this checkbox to turn on a low-pass filter with a cutoff near the available audio bandwidth that is applied to the main input channels. If the digital signal fed to the main input channels does not contain information above the available audio bandwidth, you can turn off this filter. Compressor will automatically determine the available bandwidth.
    Question 1: What/which is the available audio bandwidth?
    Question 2: Why would anyone want to apply a Low-Pass filter to a FULL bandwidth channel? I would think that since these are FULL bandwidth channels you would want to maintain the full range of frequencies. No?

  • Does the "X" in XLTE stand for Extra Slow?

    When XLTE was introduced they forgot to tell us the "X" was for extra slow.
    Ever since the NEW and IMPROVED XLTE service has come out my performance has been cut in 1/2 or worse.  Before XLTE it averaged 6-8 down now it averages 2-4, Before XLTE it averaged 2-3 up now it averages 1+ up.
    1.  My tests before and after LTE all use the same server in the Chicago area.
    2.  The includes multiple locations.  Even the performance next to a tower has decreased 50%.
    3.  This is using 100's of tests on OOKLA since October 2013
    To dismiss it is a device issue I was everywhere from Clymer, PA to Pittsburg, PA this last week and the phone speed tests were great it averaged 15-20 down and 8-10 up.  **These also used the same TEST server in Chicago and it is farther away from PA.
    IPHONE 5S

    XLTE is just rebranding LTE. It's a marketing gimmick.
    HowardForums: Your Mobile Phone Community & Resource

  • Related with EDIMSG table.what does the field ACTFLAG stand for in EDIMSG.

    Hi Gurus,
    Can anyone tell me what does the field ACTFLAG flag stand for in EDIMSG table.Does it mean that if the ACTFLAG field = 'X',than the particular release is no more used in SAP.
    Because even if I create a partner profile with MATMAS01 as basic type and seg.release in idoc type = '30A'..i am able to receive IDOC's.whereas the ACTFLAG = 'X' for this particular release in EDIMSG table.
    Your help will be much appreciated.
    Thanks in advance.

    Hi,
    Thanks for your immediate response.
    so you mean that MATMAS01 should not be used as ACTFLAG = 'X' in EDIMSG table.
    Than why can we still generate the IDOC's with release no 30A when SAP is not supporting this release.
    Thanks in Advance.

  • I was playing with my ipad settings (it's an older model) and noted in the advanced settings of Safari there was a place to view website databases.  When I clicked on this I saw websites.  How do these get there and what does the space amount mean?

    I was playing with my ipad settings and noted in he advanced settings of Safari there was a place to view "website databases".  When I selected this I saw a multitude of websites.
    Can anyone tell me how these get there?  Can a website be posted even if it was never went to?  What does the space amount mean?  For example, 1.5 kb...is this quite a bit?  Would it indicate someone has gone to a site multiple times?
    I share my ipad with my teenage daughter and I'm trying to find out if she's lying to me.  Obviously she's swearing that she has "no idea" how these got there and I'm trying to keep her safe (she's only 14).
    Thanks everyone.
    Concerned Mom

    Think of your PC and the 'temporary internet folder' where it keeps cached copies of web pages or elements off a web page for 'quicker display the next time you visit'. That's pretty much what that folder is. 1.5K is tiny. Probably just a basic page with some text on it. (you might be confusing 1.5K with 1.5 megabyte....megabyte is large...it's roughly 1000 kilobytes, so the 1.5K is a tiny file)
    As far as I know, the only way info gets into that folder is if the browser has been to that site.
    if you have a concern there are browsers out there, McGruff is one i've seen recommended, that allow some degree of parental control and supervision. That or you could passcode lock the iPad or enable the restrictions to turn off some parts of the device to have some control.

  • What does the E mean in song listings?

    I see some songs in iTunes Store with an E following the song title. What does it mean?

    It stands for explicit. It used to be in a red box don't know why it's changed.

Maybe you are looking for

  • Why do I get "error code 3: Could not load front panel" when I run my executable​.

    I have a LV 8.5 VI that controls only an agilent spectum analyzer. The agilent VIs call DLLs rather than SCPI commands. I created an application and an installer to load on a non LV machine and ran setup which was successful. When I run the EXE I get

  • How does it connect to the database

    can anyone pls tell me how the below coding connect to the database, and if i want to change to use other type of connection, which part of the coding should i use? thank loginAction.jsp <%@ page contentType="text/html; charset=iso-8859-1" language="

  • How GIF format is supported in XMP toolkit

    Hi all, I'm new to XMP and I'm using the XMP toolkit since some weeks. I was easily managing JPEG, TIFF, PNG and PDF, but I have problems with GIF format. Documentation declares it is supported, but I didn't find BlueSquare.gif between the samples. T

  • QuickTime files not visible in Firefox (Mac) & poster frame not visible

    I created a website with QuickTime samples and uploaded it to an ftp server. I can see the QT files when I access via Safari (Mac + Win), Chrome (Win), IE (Win) and Firefox (Win), but for some reason, when I access via Firefox (Mac) they do not appea

  • Change search engine on about:home page to startpage or ixquick

    Change the default search engine in about:home to duckduckgo works perfect for me. I changed in the about:config settings the value browser.search.defaultenginename from "Google" to "DuckDuckGo". But when I change the value to "Startpage HTTPS - Deut