Make a server

I got the windows server 2012 evaluation version online(Windows download page).I have an old window 98 around.I was thinking is i can change it into a server for our home.

Hello Chedderbob247,
please do not self-propose answers.
http://social.technet.microsoft.com/wiki/contents/articles/4865.whether-or-not-you-should-self-propose-an-answer-in-an-msdn-or-technet-forum.aspx
Best regards
Meinolf Weber
MVP, MCP, MCTS
Microsoft MVP - Directory Services
My Blog: http://blogs.msmvps.com/MWeber
Disclaimer: This posting is provided AS IS with no warranties or guarantees and confers no rights.
Twitter:  

Similar Messages

  • How can I make a server differ between two or more clients?

    How can I make a server differ between two or more clients?
    The clients can connect and talk to the server fine, but how can I make the server talk to one, two or all clients? i.e. what would be a good way to implement this?
    Currently, the server listens for connections like this:
    while (listening) {
    try {
    new ServerThread(this, serverSocket.accept()).start();
    I guess one way would be to add the ServerThreads to a Hashtable with the client ID as key, and then get the ServerThread with the proper client ID, but this seems unnecessary complicated. Any ideas?

    Complicated was perhaps the wrong word, I should have
    written something like it doesn't "feel" right. Or is
    this a common and good way to solve communication
    between a server and multiple clients?Thats pretty much how I do it. I normally use an array or ArrayList of Sockets instead of HashTable, with [0] being the first player etc.... Then you can communicate with exactly who you want. If you want to send bytes to all of them, just send the same thing to each socket individually (or is there a better way to do this?).

  • How to make the server respond with a popup?

    I want to make the server respond with a popup?my code is like this,but it does not work,why?
    <code>
    public class Welcome2
         public static void main(String[] args)throws IOException
              ServerSocket server = new ServerSocket(2222);
              while(true)
                   Socket s = server.accept();
                   BufferedReader in = new BufferedReader(new InputStreamReader(s.getInputStream()));
                   String msg = in.readLine();
                   if(msg.equals("visitor"))
                        System.out.println("recv...");               
                        JOptionPane.showMessageDialog(null,"Visitor coming!\n");
         System.exit(0);
                   server.close();
    </code>
    it can properly print out "recv...",but no popup,why?

    Define "does not work". What happens?
    Does your program compile? Do you get an exception? Does the program receive a line? Is the line equal to whatever you expect? Is showMessageDialog() called? Put in some debugging println's to see what happens.

  • How to make the server threadsafe (Please Help)

    Hi to all,
    I have urgent question, and any
    reply will be welcome.
    How i make my server that use rmi threadsafe,
    i want that each request from clients,the
    server will make a separate thread.
    the ejb use jndi to do this, how can i do this in rmi
    i want that a client will get a reference to a factory
    object in the server, the factory object will create a
    thread and will return the reference to the client.
    Thanks,
    dan

    Hi Bill,
    Thanks for your reply.
    at the rmi specification it said that :
    3.2 Thread Usage in Remote Method Invocations
    A method dispatched by the RMI runtime to a remote object implementation may or may not execute in a separate thread. The RMI runtime makes no guarantees with respect to mapping remote object invocations to threads. Since remote method invocation on the same remote object may execute concurrently, a remote object implementation needs to make sure its implementation is thread-safe.
    this is all what sun has to say about using
    threads with rmi.
    do you have any example for using rmi server
    that handle concurrent access?
    again,
    lots of thanks for your help.
    dan

  • How to Make exchange server 2010 an IMAP server

    hi
    how do I Make exchange server 2010 an IMAP server?
    Any step by step guide?
    tnx

    Hi,
    To configure IMAP for Exchange 2010, you can refer to the above suggestions and try the articles.
    Moreover, here is reference about how to configure Exchange account with IMAP mode:
    http://support.sherweb.com/Faqs/Show/how-to-configure-a-imap-account-in-outlook-2010-exchange-2010
    Note: Microsoft is providing this information as a convenience to you. The sites are not controlled by Microsoft. Microsoft cannot make any representations regarding the quality, safety, or suitability of any software or information found there. Please make
    sure that you completely understand the risk before retrieving any suggestions from the above link.
    If you have any question, please feel free to let me know.
    Thanks,
    Angela Shi
    TechNet Community Support

  • What are the differences between the Time Capsule MC344LL/A and MD032LL/A, do both havethe same make of server grade HDD, also any changes in WiFi coverage and networking abilities?

    What are the differences between the Time Capsule MC344LL/A and MD032LL/A, do both have the same make of server grade hard drive, also any changes in WiFi coverage or networking abilities?  Thanks

    Found this info regarding original question:
    What are the differences between the Time Capsule MC344LL/A and MD032LL/A, do both have the same make of server grade hard drive, also any changes in WiFi coverage or networking abilities?  Thanks
    http://www.hardmac.com/articles/402/page1
    http://www.applefritter.com/node/23907
    Hope this helps -
    ; >}

  • What is procedure to make application server for existing server

    Hello Friends,
    What is procedure to make application server for existing server due to server load and no. of user..
    Thanks in advance.
    Regards,
    Sachin

    hi
    good
    go through these links,this will gives you complee idea about the creating instances in application serverl.
    http://www.erpgenie.com/sap/basis/
    http://www.sapdevelopment.co.uk/file/file_disall.htm
    thanks
    mrutyun^

  • How to make a server for field "Server name"[ON HOLD]

    <p>How do you create a server to connect to. i circled the part that i need</p><p>i need to make the server but i dont know how to make it this is what is say
    server name
    i want to know how to make the server

    Please try to clarify the question  again :-(
    I am sorry, but it is not clear to me, what you are asking.
    what is "make the server"?
    The server is an application created by Microsoft, you do not need to make it. did you mean install the SQL Server? or maybe how to connect the SQL Server after you installed it?
      Ronen Ariely
     [Personal Site]    [Blog]    [Facebook]

  • How to make appliction server and how to make database server

    Hi all
    Release 12.1.1 software bundle are labeled as follows:
    • Start Here - Disk 1
    • APPL_TOP - Disk n
    • RDBMS - Disk n
    • Tools - Disk n
    • Databases - Disk n
    i want to make database server and other one is application server
    which one software is install in database server and which one software is install in appliction sever

    Hello,
    Please, find enclosed a link about Oracle Application Concept:
    [http://download.oracle.com/docs/cd/B40089_10/current/acrobat/120oacg.pdf]
    [http://download.oracle.com/docs/cd/B40089_10/current/html/homeset.html]
    You'll get many answers and the best practices.
    Hope it can help.
    Best regards,
    Jean-Valentin

  • Apple should make a server hardware/OS with iOS level security. This could compete well with the breach infested pre secure OS/hardware server systems like Windows Linux OSX.  It should be structurally immune to phishing etc

    Apple should make a server hardware/OS with iOS level security. This could compete well with the breach infested pre secure OS/hardware server systems like Windows Linux OSX.  It should be structurally immune to phishing etc and could be sold easily as a secure alternative.  It should be based on structural hardware based security as has been demonstrated in the iOS operating system and the hardware should be made in secure facilities in the US.  Those Chinese put weaknesses into the hardware they make as has been documented on 60 minutes.

    Apple's entry in the server market has come and gone - is there a question in there somewhere?

  • I want to make proxy server plz help

    hi, i want to make proxy server and i dont know from where to start
    so plz help me if u have any documents or code of proxy server
    and suggest me web site from whre i can get the source code
    and documents of it.
    thanks

    hi, i want to make proxy server and i dont know from
    where to start
    The Java&#153; Tutorial - A practical guide for programmers
    Essentials, Part 1, Lesson 1: Compiling & Running a Simple Program
    New to Java Center
    How To Think Like A Computer Scientist
    Introduction to Computer Science using Java
    The Java Developers Almanac 1.4
    JavaRanch: a friendly place for Java greenhorns
    jGuru
    Bruce Eckel's Thinking in Java
    Joshua Bloch's Effective Java
    Bert Bates and Kathy Sierra's Head First Java
    How To Ask Questions The Smart Way by Eric Steven Raymond

  • How to make local server in j2me

    hi can i anyone help me out to establish a local server. i am using netbeans and dont know how to make loca server and how can i make the connection. i know about socket connection, http connection and datagram connection but dnt know about server connection where i can register my midlet and recieve data from it and post it aswell.
    Best Regards
    Naseem Sarwar

    hi
    write a servlet on ur server side for handling clients data and also it response back once data to another..
    and simply on clients write HttpConnection code for sending/receiving data ..
    always think abt optimiztaion of data send/recieve for speed.
    regards
    Akash Kumar & Nagendra
    [email protected]
    [email protected]
    Indiagames Ltd

  • Steps to Make STANDBY SERVER..................

    hi
    1. can any body tell me the steps to make SAP standby Server.
    2. if our live SAp production Server fails then how can we up the standby Server.
    3. & after this when we make SAP Server again then how can we make this server
        in its actual position from standby Server.
    thanks & best regards.
    +Ishtiaq+

    Hi all,
    I dont think cluster is the solution for this. Because the requirement of DR server is different otherthan cluster environment.
    cluster is the concept to recover the primary database in hardware failures etc. And DR concept is for disaster recovery situations.
    Clustering concept is for quick resolution without any delay, only if your database is available.
    And steps to configure DR site.
    1) Install one DR server with same SID and same platform
    2) Take a full online/offline backup of primary database.
    3) Restore the same in to DR server
    4) Create standby controlfile on primary database and copy the same to DR
    5) Mount the DR database into standby mode
    6) recover the database, it will prompt you for next sequence of archive logs.
    7) Strart copying of archivelogs from primary to DR
    Let me know if any wrong from my side.
    Regards
    Nick Loy

  • [SOLVED] Can't make Akonadi server / Nepomuk service run

    I'm currently running KDE SC 4.9 on Arch Linux x86_64, system fully up to date.
    My laptop's HD went dead some days ago so I had to restore my system from a 2-weeks old backup; I usually use fsarchiver to backup root partition and 7z to compress ~/.kde4 and ~/.config so this way I'm covered up about these kind of things.
    So after restoring my system and home folder I did a full upgrade (nearly a gigabyte of downloads) and while most things seems to work well I found that Nepomuk isn't running, when I try to start it manually I have this error message:
    "Failed to start the desktop search service (Nepomuk). The settings have been saved and will be used the next time the server is started."
    Going back to the wiki I did my homework re-configuring Akonadi but so far I can't make Nepomuk run.
    This is what I have:
    ~/.config/akonadi/akonadiserverrc
    [%General]
    Driver=QMYSQL
    [QMYSQL]
    Name=akonadi
    Host=localhost
    ServerPath=/usr/bin/mysqld
    StartServer=true
    User=akonadiuser
    Password=akonadiuser
    Options="UNIX_SOCKET=/home/msx/.local/share/akonadi/socket-heybeavis/mysql.socket"
    [Debug]
    Tracer=null
    The database is already created and configured:
    mysql> show databases;
    +--------------------+
    | Database |
    +--------------------+
    | information_schema |
    | akonadi
    | mysql
    | owncloud
    | performance_schema |
    +--------------------+
    5 rows in set (0.00 sec)
    and the ~/.config/akonadi/mysql-local.conf is in place:
    ~ $ cat ~/.config/akonadi/mysql-local.conf
    # Global Akonadi MySQL server settings,
    # These settings can be adjusted using $HOME/.config/akonadi/mysql-local.conf
    # Based on advice by Kris Köhntopp <[email protected]>
    [mysqld]
    # strict query parsing/interpretation
    # TODO: make Akonadi work with those settings enabled
    #sql_mode=strict_trans_tables,strict_all_tables,strict_error_for_division_by_zero,no_auto_create_user,no_auto_value_on_zero,no_engine_substitution,no_zero_date,no_zero_in_date,only_full_group_by,pipes_as_concat
    sql_mode=strict_trans_tables
    # DEBUGGING:
    # log all queries, useful for debugging but generates an enormous amount of data
    # log=mysql.full
    # log queries slower than n seconds, log file name relative to datadir (for debugging only)
    # log_slow_queries=mysql.slow
    # long_query_time=1
    # log queries not using indices, debug only, disable for production use
    # log_queries_not_using_indexes=1
    # mesure database size and adjust innodb_buffer_pool_size
    # SELECT sum(data_length) as bla, sum(index_length) as blub FROM information_schema.tables WHERE table_schema not in ("mysql", "information_schema");
    # NOTES:
    # Keep Innob_log_waits and keep Innodb_buffer_pool_wait_free small (see show global status like "inno%", show global variables)
    #expire_logs_days=3
    #sync_bin_log=0
    # Use UTF-8 encoding for tables
    character_set_server=utf8
    collation_server=utf8_general_ci
    # use InnoDB for transactions and better crash recovery
    default_storage_engine=innodb
    # memory pool InnoDB uses to store data dictionary information and other internal data structures (default:1M)
    innodb_additional_mem_pool_size=1M
    # memory buffer InnoDB uses to cache data and indexes of its tables (default:128M)
    # Larger values means less I/O
    innodb_buffer_pool_size=80M
    # Create a .ibd file for each table (default:0)
    innodb_file_per_table=1
    # Write out the log buffer to the log file at each commit (default:1)
    innodb_flush_log_at_trx_commit=2
    # Buffer size used to write to the log files on disk (default:1M for builtin, 8M for plugin)
    # larger values means less I/O
    innodb_log_buffer_size=1M
    # Size of each log file in a log group (default:5M) larger means less I/O but more time for recovery.
    innodb_log_file_size=64M
    # # error log file name, relative to datadir (default:hostname.err)
    log_error=mysql.err
    # print warnings and connection errors (default:1)
    log_warnings=2
    # Convert table named to lowercase
    lower_case_table_names=1
    # Maximum size of one packet or any generated/intermediate string. (default:1M)
    max_allowed_packet=32M
    # Maximum simultaneous connections allowed (default:100)
    max_connections=256
    # The two options below make no sense with prepared statements and/or transactions
    # (make sense when having the same query multiple times)
    # Memory allocated for caching query results (default:0 (disabled))
    query_cache_size=0
    # Do not cache results (default:1)
    query_cache_type=0
    # Do not use the privileges mechanisms
    skip_grant_tables
    # Do not listen for TCP/IP connections at all
    skip_networking
    # The number of open tables for all threads. (default:64)
    table_cache=200
    # How many threads the server should cache for reuse (default:0)
    thread_cache_size=3
    # wait 365d before dropping the DB connection (default:8h)
    wait_timeout=31536000
    [client]
    default-character-set=utf8
    Now, when I do restart Akonadi server I got:
    ~ $ akonadictl restart
    Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
    search paths: ("/usr/local/bin", "/usr/bin", "/bin", "/usr/local/sbin", "/usr/sbin", "/sbin", "/usr/bin/vendor_perl", "/usr/bin/core_perl", "/usr/bin/msx", "/usr/lib/colorgcc/bin", "/usr/sbin", "/usr/local/sbin", "/usr/local/libexec", "/usr/libexec", "/opt/mysql/libexec", "/opt/local/lib/mysql5/bin", "/opt/mysql/sbin")
    ~ $ akonadi.collectionattributetable OK
    akonadi.collectionmimetyperelation OK
    akonadi.collectionpimitemrelation OK
    akonadi.collectiontable OK
    akonadi.flagtable OK
    akonadi.mimetypetable OK
    akonadi.parttable OK
    akonadi.pimitemflagrelation OK
    akonadi.pimitemtable OK
    akonadi.resourcetable OK
    akonadi.schemaversiontable OK
    Nepomuk Query Server not available
    Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
    search paths: ("/usr/local/bin", "/usr/bin", "/bin", "/usr/local/sbin", "/usr/sbin", "/sbin", "/usr/bin/vendor_perl", "/usr/bin/core_perl", "/usr/bin/msx", "/usr/lib/colorgcc/bin")
    KGlobal::locale::Warning your global KLocale is being recreated with a valid main component instead of a fake component, this usually means you tried to call i18n related functions before your main component was created. You should not do that since it most likely will not work
    KGlobal::locale::Warning your global KLocale is being recreated with a valid main component instead of a fake component, this usually means you tried to call i18n related functions before your main component was created. You should not do that since it most likely will not work
    "/usr/bin/akonadi_nepomuk_feeder(13892)" Soprano: "Could not connect to server at /tmp/ksocket-msx/nepomuk-socket (No such file or directory)"
    "/usr/bin/akonadi_nepomuk_feeder(13892)" Soprano: "Could not connect to server at /tmp/ksocket-msx/nepomuk-socket (No such file or directory)"
    "/usr/bin/akonadi_nepomuk_feeder(13892)" Soprano: "Could not connect to server at /tmp/ksocket-msx/nepomuk-socket (No such file or directory)"
    "/usr/bin/akonadi_nepomuk_feeder(13892)" Soprano: "Could not connect to server at /tmp/ksocket-msx/nepomuk-socket (No such file or directory)"
    search paths: ("/home/msx/.kde4/lib/kde4/plugins/", "/usr/lib/kde4/plugins/", "/home/msx/.kde4/lib/kde4/plugins/", "/usr/lib/kde4/plugins/", "/usr/lib/qt/plugins", "/usr/bin", "/usr/lib/kde4/plugins", "/home/msx/.kde4/lib/kde4/", "/usr/lib/kde4/")
    AkonadiAgentServer(13913)/kdecore (KConfigSkeleton) KCoreConfigSkeleton::writeConfig:
    AkonadiAgentServer(13913)/kdecore (KConfigSkeleton) KCoreConfigSkeleton::writeConfig:
    Please correct me if I'm wrong but seems Akonadi can't/don't create the resource needed by Nepomuk, right?
    "/usr/bin/akonadi_nepomuk_feeder(13892)" Soprano: "Could not connect to server at /tmp/ksocket-msx/nepomuk-socket (No such file or directory)"
    Already raked the forums and the net but can't find anything of help :(
    * UPDATE *
    1.Further research shows akonadi database is empty so it seems Akonadi isn't connecting to MySQLd.
    2. I created a new user to simplify research and found the very same problem when trying to activate Nepomuk: Failed to start the desktop search service (Nepomuk). The settings have been saved and will be used the next time the server is started.
    From what I remember Akonadi/Nepomuk/Soprano were working well in previous KDE 4.8.4.
    * UPDATE *
    Solved after reinstalling all MySQL stack.
    Regards,
    Martin
    Last edited by msx (2012-08-15 06:33:30)

    msx, please use [ code ]...[ /code ] tags (without the intervening spaces) around your listings. See: https://bbs.archlinux.org/help.php#bbcode

  • How do I make a server's Hard drive stay in the devices panel of the finder

    I have a server that shows up in the shared tab of the finder. When I log into that shared computer, it shows a hard drive called groups that pops up as in icon on the desktop when I open it. It doesn't show up in the devices tab so I drag it on their. My problem is, I have to drag it on every time I restart my computer. Is there a way to make it permanently their?
    Thanks

    if you drag it to the toolbar. it will stay there even on restarts.
    you can also drag a folder on the server hard drive (but not the drive itself) to Places in the sidebar and it will stay there too. there is no way to have it stay in the devices section on restarts.

  • How would you make a server on Visual Studio?

    I would like to make a database server on Visual Studio which can be accessed by other computers as well. I know how to make a basic local database but please can somebody help me with this. Thanks!

    I would like to make a database server on Visual Studio which can be accessed by other computers as well. I know how to make a basic local database but please can somebody help me with this. Thanks!
    Why not use something like SQL or MySql? You would simply install the database software on your VM or server, then you configure your server's endpoints, firewall/router's ports, and you should be good to access it from any Client-Capable software.
    “If you want something you've never had, you need to do something you've never done.”
    Don't forget to mark
    helpful posts and answers
    ! Answer an interesting question? Write a
    new article
    about it! My Articles
    *This post does not reflect the opinion of Microsoft, or its employees.

Maybe you are looking for

  • Mail attachments aren't being downloaded to Downloads folder?

    Whenever I click on an attachment I receive on Mail, I want it to automatically download onto my Downloads folder. However, when I click on an attachment, it opens, but it doesn't appear in my Downloads folder. It only saves onto the hidden "Mail Dow

  • TIP: Create your own Web Gallery / Journal Themes!

    I didn't see a "proper" way to do this documented in the manual, but hopefully Apple will add that in a future version. Until then you can "hack" it in. Control-click the Aperture application, choose "Show Package Contents". Click "Contents" -> "Reso

  • How to use different field symbols to append data in a loop

    Hi experts! I have to loop over a itab and I want to save different  into one table. See my code below: DATA: l_hours        TYPE i,       grfk_ok_code    TYPE sy-ucomm,       grfk_values     TYPE TABLE OF GPRVAL WITH HEADER LINE,       grfk_coltxt  

  • Bootcamp missing - no bootable device insert boot disk

    Hi! After upgrading my Macbook Pro to Yosemite, my Windows cant boot. No windows detected in boot option (pressing [option] at startup), there are just two list : MAC HD and RECOVERY HD. But [BOOTCAMP Windows] still exist in start up disk. When I cho

  • Transferring mailbox folders to new computer.

    Aloha!  I recently purchased a iMac and would like to transfer all my stored email messages that are in mailbox folders created under "On My Mac" in Apple mail.  What is the easiest way to do this?  Thanks!