Thread: Server auto restarts

Results 1 to 2 of 2
  1. #1 Server auto restarts 
    Registered Member Sakki54's Avatar
    Join Date
    Jul 2010
    Posts
    159
    Thanks given
    37
    Thanks received
    12
    Rep Power
    1
    Really simple way to have the server auto-restart after an error or a player restarting it. Never seen this before anywhere else and it's an amazingly simple way for the server to auto-restart instead of having to do it some other way thru java.

    Change your Run.bat to include:
    Code:
    :loop
    Right before it calls the start of the server and
    Code:
    goto loop
    The line after the server is started.

    If your using Eclipse, or another IDE that auto compiles, then run this instead of running the server thru the IDE and every time you restart it will be updated instead of having to click the run button in Eclipse.
    Last edited by Sakki54; 07-20-2012 at 06:46 PM. Reason: Failed and used Quote instead of code...
    Reply With Quote  
     

  2. #2  
    Banned
    Join Date
    Oct 2011
    Posts
    270
    Thanks given
    20
    Thanks received
    3
    Rep Power
    0
    did not work 4 me
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. Server restarts
    By Rune-Exclusion in forum Help
    Replies: 3
    Last Post: 07-30-2011, 07:49 PM
  2. Replies: 40
    Last Post: 01-12-2011, 10:19 PM
  3. [Linux] Scheduled auto server restarts
    By gwasbuck3t in forum Tools
    Replies: 2
    Last Post: 10-07-2009, 06:35 AM
  4. Replies: 3
    Last Post: 03-06-2009, 09:19 PM
  5. server restarts itself?
    By iamthehat in forum Help
    Replies: 0
    Last Post: 01-24-2009, 05:34 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •