Getting ip of client

I have made a server socket so how do i get the ip address of the client connecting to my server ??

but could u tell me http://www.catb.org/~esr/faqs/smart-questions.html#writewell
How To Ask Questions The Smart Way
Eric Steven Raymond
Rick Moen
Write in clear, grammatical, correctly-spelled language
We've found by experience that people who are careless and sloppy writers are usually also careless and sloppy at thinking and coding (often enough to bet on, anyway). Answering questions for careless and sloppy thinkers is not rewarding; we'd rather spend our time elsewhere.
So expressing your question clearly and well is important. If you can't be bothered to do that, we can't be bothered to pay attention. Spend the extra effort to polish your language. It doesn't have to be stiff or formal — in fact, hacker culture values informal, slangy and humorous language used with precision. But it has to be precise; there has to be some indication that you're thinking and paying attention.
Spell, punctuate, and capitalize correctly. Don't confuse "its" with "it's", "loose" with "lose", or "discrete" with "discreet". Don't TYPE IN ALL CAPS; this is read as shouting and considered rude. (All-smalls is only slightly less annoying, as it's difficult to read. Alan Cox can get away with it, but you can't.)
More generally, if you write like a semi-literate b o o b you will very likely be ignored. So don't use instant-messaging shortcuts. Spelling "you" as "u" makes you look like a semi-literate b o o b to save two entire keystrokes.

Similar Messages

  • How to get the loaded client sequence file path/name?

    I added a step in Process model, and wanted to get currently loaded client sequence file name/path. I used the variable of "SequenceFile.Path" but then I realized what I would get is the process model file path, not loaded client sequence file path/name. How can I get loaded client sequence file path/name?
    Thanks!
    Jacky

    I dont understand what you are trying to achieve.  Can you provide more information.
    If you are trying to dynamically load and run a client sequence file at run time you need to make a couple of calls to the TS API from inside the process model, Engine.GetSequenceFileEx to get a reference to your sequence identified by its pathname, and then Execution.ClientFile to tell the process model which sequence you want to run.
    Steve
    There are 10 types of people in the world that understand binary, those that do and those that don't.

  • How to get the FTP clients to work?

    This is something that (to me at least) should be trivial but I just can't
    get it to work at all.
    How do you get an FTP client to work?
    I've tried several GUI clients as well as the terminal FTP command and they
    all seem to get stuck entering passive mode - according to the log entries
    they send the command.... And then nothing or a timeout, the following is
    from the terminal FTP command:
    Titania:~ susan$ ftp ftp.apple.com
    Trying 17.254.16.11...
    Connected to ftp.apple.com.
    220 17.254.16.11 FTP server ready
    Name (ftp.apple.com:susan): anonymous
    331 Anonymous login ok, send your complete email address as your password.
    Password:
    230 Anonymous access granted, restrictions apply.
    Remote system type is UNIX.
    Using binary mode to transfer files.
    ftp> ls
    501 EPSV: Operation not permitted
    227 Entering Passive Mode (17,254,16,11,223,157).
    200 PORT command successful
    421 Service not available, remote server timed out. Connection closed
    ftp>
    In my System Preferences -> Network panel in the Proxies tab, I have the
    "use Passive FTP mode (PASV) checked.
    I also have checked the FTP firewall option (but I think that is only if I'm
    acting as an FTP server).
    I am connected to the internet via a Netgear wireless router.
    I also have an old Windows laptop that also uses the same wireless router
    and it can FTP quite happily!!!!!
    Any suggestions would be gratefully received.
    Susan

    ejn - thanks for your continued assistance.
    I've tried turning the firewall off but this does not appear to make any difference(*). Also, I have Parallels installed and I'm sharing the internet connection with this (even though Parallels itself is not currently running). Turning this sharing off doesn't seem to change anything either.
    I have noticed some entries in the ifpw.log file that coincide with some of the ftp actions. Given the following terminal session:
    Titania:~ susan$ ftp ftp.apple.com
    Trying 17.254.16.10...
    Connected to ftp.apple.com.
    220 17.254.16.10 FTP server ready
    Name (ftp.apple.com:susan): anonymous
    331 Anonymous login ok, send your complete email address as your password.
    Password:
    230 Anonymous access granted, restrictions apply.
    Remote system type is UNIX.
    Using binary mode to transfer files.
    ftp> ls
    501 EPSV: Operation not permitted
    227 Entering Passive Mode (17,254,16,10,245,46).
    200 PORT command successful
    421 Service not available, remote server timed out. Connection closed
    ftp>
    at the time the "200 PORT command successful" is displayed, the ifpw log starts showing:
    Sep 5 09:11:21 Titania ipfw: 12190 Deny TCP 17.254.16.10:20 192.168.0.5:49162 in via en1
    Sep 5 09:11:24 Titania ipfw: 12190 Deny TCP 17.254.16.10:20 192.168.0.5:49162 in via en1
    Sep 5 09:11:27 Titania ipfw: 12190 Deny TCP 17.254.16.10:20 192.168.0.5:49162 in via en1
    Sep 5 09:11:30 Titania ipfw: 12190 Deny TCP 17.254.16.10:20 192.168.0.5:49162 in via en1
    Sep 5 09:11:33 Titania ipfw: 12190 Deny TCP 17.254.16.10:20 192.168.0.5:49162 in via en1
    Sep 5 09:11:36 Titania ipfw: 12190 Deny TCP 17.254.16.10:20 192.168.0.5:49162 in via en1
    Sep 5 09:11:42 Titania ipfw: 12190 Deny TCP 17.254.16.10:20 192.168.0.5:49162 in via en1
    which makes sense as the system tries to go for an active transfer.
    (*) Actually, while I've been writing this, I've been playing on the terminal as well. I've found the combination of:
    1) turning off the firewall
    2) starting ftp
    3) issuing the 'passive' command to turn off passive mode
    4) issuing 'ls' etc. works
    Looks like I've not been waiting long enough for the ftp client to get sick of trying the passive transfer and switching to an active one with the firewakk turned off!
    Still doesn't answer the question - why does passive mode not work?
    Susan

  • How do I get an MQSeries client working...

    It seems I can never get my head round IBM products. MQSeries has proven to be no exception! Perhaps there's a conspiracy to keep PS in work? ;)
    Anyway, gripes aside, I've been trying to get a Java client to talk to a remote MQSeries server.
    I've downloaded MA88 and included a minimal set of JARs on my classpath (com.ibm.mq.jar and j2ee.jar) and have attempted to connect to the server using the following code (adapted from an IBM sample):
         public MQSeriesTest(String server, int port, String queueManager, String channel, String queue)
              MQEnvironment.hostname = server;
              MQEnvironment.port = port;
              MQEnvironment.channel = channel;
              MQEnvironment.properties.put(MQC.TRANSPORT_PROPERTY, MQC.TRANSPORT_MQSERIES);
              this.queueManagerName = queueManager;
              this.queueName = queue;
         public void sendTestMessage() throws Exception
              MQQueueManager queueManager = new MQQueueManager(queueManagerName);
              MQQueue queue = queueManager.accessQueue(queueName, MQC.MQOO_OUTPUT);
              MQMessage message = new MQMessage();
              message.writeUTF("This is a test message from Java");
              queue.put(message);
              queueManager.disconnect();
         }However, all I get back is this:
    Unable to load message catalog - mqji
    com.ibm.mq.MQException:  Message catalog not found
         at com.ibm.mq.MQManagedConnectionJ11.<init>MQManagedConnectionJ11.java:171)Other attempts to connect have led to a connection failure with reason code 2009.
    The furthest I've managed to get on the IBM site is to resolve this to "bad configuration"
    I am informed by the MQSeries administrator that my server, port, queue manager name, queue name and channel name are all correct.
    Is there anyone out there who can spot what I'm doing wrong here?
    Thanks.

    I had the same error message when I tried to acces local queue on remote server. I had NO problem accessing local queue on local server. I believe that the MQC.TRANSPORT_MQSERIES_CLIENT is the key for this problem. I share this code as a copy-paste one from my repository. Hope this helps.
    import java.io.IOException;
    import java.util.Date;
    import javax.jms.TextMessage;
    import com.ibm.mq.MQC;
    import com.ibm.mq.MQEnvironment;
    import com.ibm.mq.MQException;
    import com.ibm.mq.MQMessage;
    import com.ibm.mq.MQPutMessageOptions;
    import com.ibm.mq.MQQueue;
    import com.ibm.mq.MQQueueManager;
    * This class is for encapsulate the MQ related functionality. (Sorry for System.out, you'd use log4j instead or java.util.logging; its an example anyway)
    * @author [email protected]
    public class MQ {
         String manager;
         String queue;
          * You should use the specific constructor.
         private MQ() {
         public static void main(String[] g) throws IOException {
              MQ mq = new MQ("sampleQueueManager", "mq_sample_queue");
              mq.send("test-ok-" + new Date());
          * You should specify the manager and the queue name in order to have
          * connected.
          * @param managerName
          *            the name of the queue manager.
          * @param queueName
          *            the name of the queue to use for message send.
         public MQ(String managerName, String queueName) {
              this.manager = managerName;
              this.queue = queueName;
          * Sends a composed XML message as text message to the given queue.
          * @param xml
          *            the xml file to send.
          * @throws IOException
          *             in case of io exception (e.g. message max. size exceeeded) or
          *             if JMS exception was thrown inside.
         public void send(String xml) throws IOException {
              try {
                   String hostname = "localhost"; // or the name of the remote server
                   String channel = "SYSTEM.DEF.SVRCONN"; // or the server connection you have defined
                   int port = 1414; // this is the default one
                   int CCSID = 437; // in US/UK you should use this, 852 fine for Hungary. This value can be investigated on the server (queue manager, properrties, general
                   System.out.println("setting up MQ");
                   if (hostname != null) {
                        System.out.println("hostname set to " + hostname);
                        MQEnvironment.hostname = hostname;
                        MQEnvironment.properties.put(MQC.TRANSPORT_PROPERTY,MQC.TRANSPORT_MQSERIES_CLIENT);
                   if (channel != null) {
                        System.out.println("channel set to " + channel);
                        MQEnvironment.channel = channel;
                   if (port != 0) {
                        System.out.println("port set to " + port);
                        MQEnvironment.port = port;
                   if (CCSID != 0) {
                        System.out.println("CCSID set to " + CCSID);
                        MQEnvironment.CCSID = CCSID;
                   System.out.println("MQmanager");
                   MQQueueManager qMgr = new MQQueueManager(manager);
                   int openOptions = MQC.MQOO_OUTPUT;
                   System.out.println("MQmanager-access queue");
                   MQQueue q = qMgr.accessQueue(queue, openOptions, null, null, null);
                   MQPutMessageOptions pmo = new MQPutMessageOptions();
                   pmo.options = MQC.MQPMO_NONE;
                   MQMessage mBuf = new MQMessage();
                   mBuf.clearMessage();
                   mBuf.correlationId = MQC.MQCI_NONE; // this acts as filter when you browse the queue!
                   mBuf.messageId = MQC.MQMI_NONE; // if MQMI not set, so everyone can use the queue
                   mBuf.writeString(xml);
                   System.out.println("put message to queue");
                   q.put(mBuf, pmo);
                   System.out.println("about to close");
                   q.close();
                   qMgr.disconnect();
              } catch (MQException x) {
                   // I don't think it is usefull for others to handle the MQException
                   // outside this class however they need to know that the operation
                   // failed.
                   throw new IOException(
                             "Connection to MQSeries is broken on queue(manager/channel)@host:port\n"
                                       + queue + "(" + manager + "/"
                                       + MQEnvironment.channel + ")@"
                                       + MQEnvironment.hostname + ":" + MQEnvironment.port);
    }

  • Has anyone set up a Solaris 7 LDAP client to use with iPlanet DS 5.0?  I have only found docs for compiling OpenLDAP and have had NO LUCK with it. I can't get an LDAP client to run.

    I am trying Not to have 3 separate versions of LDAP in my environment (iDS5,Native Solaris LDAP,OpenLDAP). Can anyone point me to some DETAILED instructions to get an LDAP client (not server) running on Solaris 7?

    Hi,
    While U try to upgrade solaris it first tries to check the installed softtware & application and patch's specific to the exsisting version b'coz these patch are specific to version in most cases.Since in Ur case the authentication is done in ldap it would become bit of a mess if U upgrade.

  • Trying to update adobe flash, keep getting 'quit dashboard client'.  Everytime I try to, it pops back up.  Even after going to activity monitor and force quitting.  What is it and how can I quit it so I can install this update??

    Trying to update adobe flash, keep getting 'quit dashboard client'.  Everytime I try to, it pops back up.  Even after going to activity monitor and force quitting.  What is it and how can I quit it so I can install this update??

    Restart the computer from Apple menu.
    When restart dialog box appears, uncheck the box beside
    "Reopen windows when logging back in".

  • Where can i get adobe-forms-client.jar

    Where can I get adobe-forms-client. jar file if any one know tell me...
    "import com.adobe.idp.services.BLOB;" this shows error so which jar I have to include...

    Thanks for your reply...
    But I did not find any specific forum to discuss about Superseding information of Adobe Security Bulletins. Could you please help me if you have any idea about it ?
    Thanks in advance.

  • App Service iOS "get started" demo client

    Is there a version of the iOS "get started" demo client app written in Swift?
    http://azure.microsoft.com/en-us/documentation/articles/app-service-mobile-dotnet-backend-ios-get-started-preview/#create-a-new-ios-app
    It seems the only choice is Objective-C.
    Thank you!
    Robert 

    Thank you for getting back to me so quickly!
    When I signed in to Event Viewer, I got an error message that my event services weren't running, so I downloaded this fix from Microsoft: http://support.microsoft.com/kb/2478117
    That started my Event Services and allowed me to sign into Event Viewer and clear my logs. They are all clear now.
    Then I repaired my version of 11G and rebooted, but am still unable to connect to the database or the Get Started URL.
    Here are my statuses:
    LSNRCTL> status
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for 32-bit Windows: Version 11.2.0.2.0 - Produ
    ction
    Start Date 16-NOV-2012 16:31:35
    Uptime 0 days 0 hr. 2 min. 30 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Default Service XE
    Listener Parameter File C:\oraclexe\app\oracle\product\11.2.0\server\network\a
    dmin\listener.ora
    Listener Log File C:\oraclexe\app\oracle\diag\tnslsnr\CONNECTLAP28\liste
    ner\alert\log.xml
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1ipc)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=CONNECTLAP28.awi.state.fl.us)(PORT=1
    521)))
    Services Summary...
    Service "CLRExtProc" has 1 instance(s).
    Instance "CLRExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfully
    LSNRCTL> exit
    sqlplus / as sysdba
    SQL*Plus: Release 11.2.0.2.0 Production on Fri Nov 16 16:34:42 2012
    Copyright (c) 1982, 2010, Oracle. All rights reserved.
    Connected to an idle instance.
    SQL>
    At least it's a different error message now! Any ideas?
    Edited by: 971714 on Nov 16, 2012 1:40 PM
    Edited by: 971714 on Nov 16, 2012 1:41 PM
    Edited by: 971714 on Nov 16, 2012 1:41 PM

  • How to get the real client ip by the request header like asp/php,etc?

    I want to get the real client ip by request.getHeader("HTTP_X_FORWARDED_FOR"), who use the proxy server to access my site, the way asp/php using, however, I got nothing. Does jsp support the similar header from request, if yes, how to do?
    thanks for your tips.
    frederick

    I want to get the real client ip by request.getHeader("HTTP_X_FORWARDED_FOR"), who use the proxy server to access my site, the way asp/php using, however, I got nothing. Does jsp support the similar header from request, if yes, how to do?
    thanks for your tips.
    frederick

  • How to get the real client ip from HttpClusterServlet?

    Hi All,
              WL 6.0 sp2 on Linux.
              When HttpClusterServlet is used, invoking HttpServletRequest.getServerName()
              will return the server name of the proxy server where HttpClusterServlet
              installed,
              rather than the actual client's ip which we are interested in.
              Anybody knows how to get the correct client ip through the proxy server? Any
              workaround? Or does a patch exist?
              Any help will be appreciated,
              Lynch
              

    Sorry I mean HTTPServlet.getRemoteAddr()
              "Lynch" <[email protected]> ¼¶¼g©ó¶l¥ó
              news:3baea0c5$[email protected]..
              > Hi All,
              >
              > WL 6.0 sp2 on Linux.
              >
              > When HttpClusterServlet is used, invoking
              HttpServletRequest.getServerName()
              > will return the server name of the proxy server where HttpClusterServlet
              > installed,
              > rather than the actual client's ip which we are interested in.
              >
              > Anybody knows how to get the correct client ip through the proxy server?
              Any
              > workaround? Or does a patch exist?
              >
              > Any help will be appreciated,
              > Lynch
              >
              >
              

  • How stub gets copied in Client machine

    Hi,
    I'm new to EJB. Tutorial states that stub would be in client side and it would make communication to skeleton which is in EJB server. Could someone pls explain when /how stub gets copied to client machine ?
    Thanks.
    Patil

    When you request a page which contains Java Applet ( which is nothing but as .class file ) it gets transfered from server to the browser and gets executed using Browser's JVM. ( But I dont understand in what why this is related to my original questions )
    Thanks.

  • Getting error"Broker Client is no longer connected to the Broker Host"

    HI Guruu2019s,
    I'm trying to featch Data from SAP  using IDOCs  in Real Time Job. I have configured Real-time service ,Client Interface and RFC details successfully .also  I start my Real-time service, it is showing green symble  -" Weating for Idocs "
    when start Idoc process from SAP system ,I'm getting below Error-
    *"Broker Client is no longer connected to the Broker Host AGLSAPSBXARDDB1:4000"
    Pls-2 give me the solution where is the problem -in sap side or BODS side and I hope you should have some solution
    I'm doing wait for your response.
    Thanks & Regards,
    Rajeev kumar
    SAP-BODS Developer

    Greetings cdewinkel,
    It seems your iPad is not staying connected to your computer during syncing. The following article provides a number of troubleshooting steps which may help. This article is intended for devices which are not being detected, but the troubleshooting steps are relevant to your issue:
    If you don't see your connected device in iTunes for Mac - Apple Support
    Make sure that your device is on
    Also make sure that you can get to the Home screen.
    Get help if you have one of these issues:
    Your iOS device won't respond or turn on.
    Your iPod won't turn on.
    You forgot your passcode or your device is disabled.
    Make sure that your Mac supports your device
    See the system requirements for iPhone, iPad, or iPod.Check your USB connections
    Unplug other USB devices from your Mac and try again.
    Try a different USB port.
    Try a different USB cable. 
    Learn more about using USB cables with your Mac.Make sure that your device trusts the computer
    You might get an alert if you haven't connected your iOS device to this computer before. Unlock your device and tap Trust. 
    Learn more about the Trust This Computer alert.Restart your device
    Restart your iOS device or reset your iPod.Restart your Mac
    Turn your Mac off and back on.Update your software
    Check for software updates on your Mac.
    Check for an iTunes update.
    Check your security software
    If you have security software installed, learn how to resolve issues between iTunes and your security software. 
    Get more help
    If you still don't see your device in iTunes, contact Apple Support.
    Thank you for contributing to Apple Support Communities.
    Best,
    Bobby_D

  • Getting Started OAuth2 Client in Browser

    I am trying to create an OAuth Client in a web application, definitely needs to run in browser, need to access information through an OAuth service. Please tell me what kind of object I can create that will open the resource owner's html page and then read
    the token from the <title> element of the response. So far I have been able to open the page in an iframe but then don't get any onchange or other events and can't read any properties of the html through the iframe object. 
    This is sample code from my most recent attempt using an iframe in an aspx form. It opens the page properly, allows entry of my credentials, and gets updated by the resource owner. I read lots of examples of using the contentWindow property of the frame
    to access the DOM document which is supposed to do what I want but my frame ("BrowserFrame") is a generic control type and has no contentWindow property, nor can I create any object that has a contentWindow property in this form. The BrowserFrame
    object has innerHTML and innerText properties but both are "". I have also tried various ways in Silverlight (webbrowser object, opening a new browser window) but could not get anything to work in-browser. Sorry I can't remember the exact reasons
    for all the failures but basically it's the same thing, I can browse to the resource owner's page but then cannot read any information from the page to get the token after I put in my username and password.
    To be clear, I have been able to get a lot of information about doing this in an application out-of-browser and got some of these to work, but I can't work out what kind of object I can generate in a browser that will be able to read information from the
    html from the provider's page, in order to retrieve the token. As I haven't even really started this job I don't mind if the solution is Silverlight or an aspx form, although I'm slightly more familiar with Silverlight.
    Sample.aspx:
    <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Sample.aspx.cs" Inherits="SampleProject.Sample" %>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
        <head runat="server">
            <title>TITLE</title>
            <style type="text/css">
                #form1
                    height: 511px;
                    margin-top: 40px;
            </style>
        </head>
        <body style="height: 719px">
            <form id="form1" runat="server">
                <asp:Button OnClick="ButtonClickOne" ID="Button1" runat="server" Text="Button" />
                <div id="Div1" runat="server" style="border-style: solid; float:left; height:300px">
                    <asp:Panel ID="ShiftPanel" runat=server Width=700>
                    <iframe runat="server" id="BrowserFrame" src="https://secure.OAUTH_SERVER.com/oauth2/account/authorize/?client_id=MY_CLIENT_ID&redirect_uri=MY_REDIRECT_URI&scope=MY_SCOPE&response_type=code"
    height="600" width="100%"></iframe>
                    </asp:panel>
                </div>
            </form>
        </body>
    </html>
    Sample.aspx.cs:
    using System;
    using System.Collections.Generic;
    using System.Linq;
    using System.Web;
    using System.Web.UI;
    using System.Web.UI.WebControls;
    using System.Web.UI.HtmlControls;
    using System.Windows.Forms;
    using System.Windows.Forms.ComponentModel;
    using System.Windows.Forms.Layout;
    namespace SampleProject
    public partial class
    Sample : System.Web.UI.Page
    protected void Page_Load(object sender,
    EventArgs e)
    public void ButtonClickOne(object sender,
    EventArgs e)
            //Here is where I tried to get properties of the object “BrowserFrame”

    Hi,
    Some 3rd-party library for OAuth may be a good choice for you, try
    DotNetOpenAuth.
    For ASP.NET questions, I recommend that you post in ASP.NET forum where you could get more help.
    Thanks for your understanding.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Outlook (former Hotmail) Forum says I need to get a "Mail Client" that works with 10.4.11

    Hello Apple Friends:
    I have a PowerBook G4 still running Tiger 10.4.11.
    Unfortunately, due to virus concerns and spam at work, I have had to use non-apple mail such as Hotmail for well over a decade now.  Not a problem!  Mac works fine.  But the folks over in the "Microsoft" (delete that word after reading it) group felt their Hotmail was too old fashioned and jazzed it up and are calling it Outlook now.
    And Hotmail/new Outlook no longer works like it did before on the Tiger OSX of course!
    After over a month and reading dozens of Emails (about 20 which I sent myself) to various Forums and help groups, the latest "advice" is that I go searching for an "old style" "Mail client" whatever that is.... that will work with Tiger 10.4.11.  And install and transfer it somehow, hopefully without losing or deleting 17 years of contacts and Email, transfer over to using it for my Outlook (I looked at some others who have the great modern Mountain Lion etc OSX systems and read their posts about this and they had significant problems using the new Outlook too.
    Problem is, I deal with many very stubborn people who are just not going to spend the time and effort needed to "convert" my "hotmail" address into anything new to replace it, not even counting how many weeks of effort, missed emails messed up communications this will entail and last far into 2014 I'm sure.
    The best hope is that someone knows of a "Legacy" site with older mail clients on it (or even older browsers than my Safari 4.1.3 in case someone thinks that is the problem (I also tried it with Firefox, but only can have up to 3.6.28 and TenFoxFour is not highly recommended as it creates unstable computers occassionally)
    So I'm caught in the middle trying to upgrade older Mac and without the funds needed to purchase one that has Intel Chip in it for use with something higher than Leopard so I can use the Hotmail/Outlook again.
    Sorry for long message, but I wanted to cover all the bases in case someone is searching the data base of the Forum in later months, and hopefully someone else here has has similiar total frustration with trying to continue using the  "M--------" free Email product.
    While I'm on the topic, I wondered if the .Mac was an Email client?   I had it once but long ago subscrption elapsed and got notice that it became "mobile me" or something like that....just covering all the bases since Apple has so many more choices.
    Thanks for reading all of this complicated (you should only see the other Emails!) question. (sorry products and username are wrong for this message can't get the hang of editing them "before" I think of writing the message!).

    Hi BDAqua:
    Just catching up to your earlier suggestions so hope this is not taken as anything less than the excellent advice and fantastic support you have given me here..
    I cannot use the current edition of Sea Monkey  2.17.1  as  System Requirements are : 10.6 Minimum, and I have Tiger 10.4.11 max in "non-Intel"  G4
    Note also that reading details (I always do)  I cannot just jump to that one if I could or wanted to as too old a Sea Monkey at 1.1.19.  They say to upgrade to 2.0 first, then reset the "profile" page  (does anyone remember my password or even what Email I used back in 2004??)  before moving on to upgrade  (use it at least once in new profile of course!)  
    So I copied them first here for anyone else's information:
    System Requirements, Installation and Uninstallation
    Before installing, make sure your computer meets the system requirements. SeaMonkey 2.17.1 will no longer offer to migrate your data from SeaMonkey 1.x or Mozilla 1.x at the first start after installation (bug 689437). In order to upgrade from such an old version, install the last SeaMonkey 2.0 release first, do the one-time profile upgrade, uninstall SeaMonkey 2.0 and then install your target release (e.g. this one).
    You can find more details about installation, profile data and uninstallation in our install and uninstall document.
    Here are the specifics of Minimum Requirements of Sea Monkey 2.17.1  version:  
    Mac
    Operating Systems
    Mac OS X 10.6 or higher
    Minimum Hardware
    Macintosh computer with an Intel processor
    200 MB of free hard drive space
    Older System Sea monkey 2.0 requirements are ::
    Mac
    Operating Systems
    Mac OS X "Tiger" (10.4)
    Mac OS X "Leopard" (10.5)
    Mac OS X "Snow Leopard" (10.6)
    Minimum Hardware
    Macintosh computer with an Intel x86 or PowerPC G3, G4, or G5 processor
    256 MB RAM
    200 MB of free hard drive space
    But.....  Caution signs are EVERYWHERE not to download or use this anymore.....
    (I know my 1.1.19 is  really old but so old no one bothers with it anymore??  but newer ones may have huge security loophole for viruses etc....
    Sea Monkey 2.0.14 Warns:
    Released April 28, 2011
    WARNING! The SeaMonkey version available for download from this page is outdated and suffers from known security vulnerabilities. This page is only available for historic reference.
    We strongly advise you to download the current release instead.
    So I'm sorry if I could not follow your instructions and get a better Sea Monkey Experience as well.....  I'm just using existing one as another browser in addition to the newer ones provided as I use them for different purposes, i.e. Sea Monkey can be great for just interrupted "look ups" on google, etc of a quick definition and then closing it, so nothing complicated, no Java/Adobe Flash ads requirements, etc in and out that's all. 
    Then I can leave my major browsing and using Email Hotmail/Outllook which prompted this whole exploration of solutions for the two brand new browsers TenFourFox and OmniWeb..
    Thanks again to everyone!  I replied to everyone below in addition to this reply above to BDAqua....

  • How to get remote ejb client working with Weblogic 8.1?

    I have Weblogic 8.1 running on a WinXP box behind my firewall. Port 7001 is open to WL and remote browsers can access the console.
    I have a client machine running WinXP on a different network that is remote to the WL server. It can ping the WL server machine.
    I use JVM 1.4.2_08 on all machines.
    If I put my client machine on the LAN with the WL server, then my EJB test client works fine. If I put the client machine on the remote network then the test client fails with a ClassCastException when trying to do a PortableRemoteObject.narrow on the bean home.
    I had this running fine on JBoss 3.22 using RMI over HTTP. I added an HTTP invoker service to my jboss.xml file. I don't know if something similar is needed on the Weblogic side - any ideas on that? All I've done on the WL side is turn on Tunneling - which obviously works because the remote client gets a correct home object when doing a lookup on the bean - based on the IOR string of the home obj.
    Below I include my client code, exception, ejb-jar.xml and my weblogic-ejb-jar.xml.
    Any ideas on what else needs to be done so that a remote client can do a PortableRemoteObject.narrow? My client.jar has all of the EJB classes, and runs fine when run from LAN.
    Thanks,
    --BobC
    Client Code
    Properties p = new Properties();
    p.put("java.naming.factory.initial", "weblogic.jndi.WLInitialContextFactory");
    p.put("java.naming.provider.url", "http://66.114.140.213:7001");
    InitialContext ic = new InitialContext(p);
    // Test register bean
    Object homeObj = ic.lookup("tacplanner/register");
    RegisterHome home = (RegisterHome) PortableRemoteObject.narrow(homeObj, RegisterHome.class); // <<< ClassCastException here
    Exception
    java.lang.ClassCastException
    at com.sun.corba.se.internal.javax.rmi.PortableRemoteObject.narrow(PortableRemoteObject.java:293)
    at javax.rmi.PortableRemoteObject.narrow(PortableRemoteObject.java:134)
    at com.nimblus.tacplanner.test.TestUtils.<init>(TestUtils.java:60)
    at com.nimblus.tacplanner.test.TestUtils.main(TestUtils.java:196)
    ejb-jar.xml
    <?xml version="1.0"?>
    <!DOCTYPE ejb-jar PUBLIC '-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 1.1//EN' 'http://java.sun.com/j2ee/dtds/ejb-jar_1_1.dtd'>
    <ejb-jar>
    <enterprise-beans>
    <session>
    <ejb-name>register</ejb-name>
    <home> com.nimblus.tacplanner.server.ejb.stateless.RegisterHome</home>
    <remote> com.nimblus.tacplanner.server.ejb.stateless.Register</remote>
    <ejb-class>com.nimblus.tacplanner.server.ejb.stateless.RegisterSession</ejb-class>
    <session-type>Stateless</session-type>
    <transaction-type>Container</transaction-type>
    <resource-ref>
    <description>The Oracle Datasource</description>
    <res-ref-name>java:/OracleDS</res-ref-name>
    <res-type>javax.sql.DataSource</res-type>
    <res-auth>Container</res-auth>
    </resource-ref>
    </session>
    </enterprise-beans>
    <assembly-descriptor>
    <container-transaction>
    <method>
    <ejb-name>register</ejb-name>
    <method-name>*</method-name>
    </method>
    <trans-attribute>Required</trans-attribute>
    </container-transaction>
    </ejb-jar>
    weblogic-ejb-jar.xml
    <?xml version="1.0"?>
    <!DOCTYPE weblogic-ejb-jar PUBLIC
    '-//BEA Systems, Inc.//DTD WebLogic 8.1.0 EJB//EN'
    'http://www.bea.com/servers/wls810/dtd/weblogic-ejb-jar.dtd'>
    <weblogic-ejb-jar>
    <weblogic-enterprise-bean>
    <ejb-name>register</ejb-name>
    <stateless-session-descriptor>
    <pool>
    <max-beans-in-free-pool>100</max-beans-in-free-pool>
    </pool>
    </stateless-session-descriptor>
    <reference-descriptor>
    <resource-description>
    <res-ref-name>jdbc/OracleDS</res-ref-name>
    <jndi-name>OracleDS</jndi-name>
    </resource-description>
    </reference-descriptor>
    <enable-call-by-reference>True</enable-call-by-reference>
    <jndi-name>tacplanner/register</jndi-name>
    </weblogic-enterprise-bean>
    </weblogic-ejb-jar>
    --------------------

    Problem solved.
    For remote clients you need to generate and use the stub classes for EJB interfaces using Weblogic's appc utility.
    See: "http://e-docs.bea.com/wls/docs81/ejb/appc_ejbc.html#1151900"
    --BobC                                                                                                                                                                                                                                                                                                                                                                                                                               

  • How do I get list of client IP Addresses using new Airport Utility v6.3?

    I have purchased and Airport Time Capsule 3TB (newest model).  Previous models were still compatible with Airport Utility 5.6 and I could use "manual" mode to get a list of client IP addresses attached to the device.  The new Airport Time Capsule is only compatible with Airport Utility 6.3 and I cannot figure out how to get a list of client IP addresses with this new model. Does anyone know how to do this?

    Try a ping broadcast - for example if your network were 192.168.1.xxx (netmask of 255.255.255.0) try this from a Termnal.app window (located in /Applications/Utilities):
         ping 192.168.1.255
    If you have a different type netmask, you need to put 255's where the 0's are in your netmask.
    Everyone on the local network (the 192.168.1.xxx network) should reply that is up and running unless you have them setup to not respond to pings (the WAN port on your TC should not reply cause it's in a different network) and you have your list of clients on the network. If you setup the TC to dedicate a range of addresses for WiFi clients you can even identify which of them are wired and which are wireless.
    good luck.

Maybe you are looking for

  • Printing problem with Konica Minolta BizHub282 using RDP on Windows Server 2008 R2

    Hello, I have an office setup as follows:  Local office IP adress scheme 192.168.201.x.  There is a Konica Minolta BizHub 282 printer connected to the 192.168.201.x network as well as around 10 workstations running Windows 7.  There are also about 10

  • Tips for parsing xml in a shell script?

    Hello, I'm writing a shell script to extract info from an xml file to create various text files that share data in the form of custom entities declared at the top of the document (product id, name, version, copyright date, etc.). So far I'm using xml

  • Phone number held hostage?  Security and Privacy Risk

    Let me preface this by saying I do not own an iPhone. The previous owner of my phone number, however, was an iPhone user.  Apparently there is a way he could link the number to his Apple ID.   After getting rid of his phone, he never disassociated th

  • Air 3.0 Android Front Cam upside-down

    Dear Adobe Community, I am working on an app where I grab the video from an android (2.3.3) device, and stream it to a recording video server. My app is written in AS3 with Flash Pro CS5.5, so I first publish that, then use the adt command line to co

  • Error While doing reverse engineering on XML file

    I am getting the error when I try to do reverse-engineering on a xml file. I have set up topology like this: JDBC Driver: com.sunnopsis.jdbc.driver.xml.SnpsXmlDriver JDBC URL: jdbc:snps:xml?file=c:\Temp\hoy\CRM_CR_CURRENCY.xml&dtd=C:\Temp\hoy\Servici