Thread: [JRebel] Update Server Without Restarting [Any base]

Page 1 of 3 123 LastLast
Results 1 to 10 of 28
  1. #1 [JRebel] Update Server Without Restarting [Any base] 
    OoO Donor <3
    Rockstar Jax's Avatar
    Join Date
    Mar 2011
    Age
    16
    Posts
    597
    Thanks
    77
    Thanked 78 Times in 48 Posts
    Rep Power
    21
    I used this back 3 years ago on my shitty old delta base server.

    I found it on my old computer and I remember JRebel

    So I thought I might as well make a guide on how to use it.

    What it does is when you compile it automatically updates server without a re opening.

    Lets get started.

    Download JReble here.

    JRebel Download Page | zeroturnaround.com

    Download the windows installer install it and run the wizard to get the license.

    Now in your main server dicertory where run and compile are make a file called

    rebel.xml

    Inside of it paste this is.


    Code:
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <application
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns="http://www.zeroturnaround.com"
    xsi:schemaLocation="http://www.zeroturnaround.com/alderaan/rebel-2_0.xsd">
    <classpath fallback="default">
    <dir name="C:\Users\Jax\Desktop\newer\source\bin\server">
    </dir>
    </classpath>
    </application>
    What is in red change to your server directory.

    IT MUST BE GOING TO THE CLASSES OF THE SERVER!

    Now change your run.bat to this.

    Code:
    "C:\Program Files\Java\jdk1.6.0_23\bin\java.exe" -noverify -javaagent:"C:\Program Files (x86)\ZeroTurnaround\JRebel\jrebel.jar" -Xmx800m
    Do not delete anything paste xmx800m leave it just paste the code I gave you all the way to that. Or else ull fuck up your server.

    And wahlah enjoy.

    <-- amateur sig skills dont hate
    Reply With Quote  
     

  2. Thankful users:


  3. #2  
    Come play Jaegon!


    Join Date
    Sep 2011
    Posts
    2,097
    Thanks
    408
    Thanked 439 Times in 344 Posts
    Rep Power
    2559
    Seems pretty cool. Thanks.

    Reply With Quote  
     

  4. #3  
    ~! Legit ~!

    D R O's Avatar
    Join Date
    Nov 2010
    Posts
    1,928
    Thanks
    178
    Thanked 210 Times in 166 Posts
    Rep Power
    237
    thanks im gonna use this.
    josh.r93@hotmail.com
    Spoiler for My Vouches:
    Quote Originally Posted by mattsforeal View Post
    I paid $5 went first, he fixed my problem and it worked. 100% legit would do it again.
    Quote Originally Posted by Mythic View Post
    Vouch for him, very smooth and fast trade, purchased his last 4m. Have fun with your new membership
    Quote Originally Posted by Harlan View Post
    Vouch, trustworthy guy.
    Quote Originally Posted by iPhisher™ View Post
    Vouch for Super-Man, he is a very legit and trustable guy.
    Reply With Quote  
     

  5. #4  
    Member
    Join Date
    Aug 2011
    Posts
    276
    Thanks
    29
    Thanked 23 Times in 16 Posts
    Rep Power
    0
    Thank's for the share!
    Reply With Quote  
     

  6. #5  
    Member
    Join Date
    Aug 2011
    Posts
    276
    Thanks
    29
    Thanked 23 Times in 16 Posts
    Rep Power
    0
    I installed the program changed my RUN,BAT done some update compile don't work :L have to update the server and restart


    Never mind is working W000T!
    Reply With Quote  
     

  7. #6  
    No looking back now.

    Join Date
    May 2010
    Age
    20
    Posts
    3,270
    Thanks
    72
    Thanked 604 Times in 371 Posts
    Rep Power
    499
    If im not mistaken jrebel only works iwth unpackaged servers


    "Everybody is a genius. But if you judge a fish by its ability to climb a tree, it will live its whole life believing that it is stupid.” ― Albert Einstein
    Reply With Quote  
     

  8. #7  
    ~! Legit ~!

    D R O's Avatar
    Join Date
    Nov 2010
    Posts
    1,928
    Thanks
    178
    Thanked 210 Times in 166 Posts
    Rep Power
    237
    no ur wrong anime.
    josh.r93@hotmail.com
    Spoiler for My Vouches:
    Quote Originally Posted by mattsforeal View Post
    I paid $5 went first, he fixed my problem and it worked. 100% legit would do it again.
    Quote Originally Posted by Mythic View Post
    Vouch for him, very smooth and fast trade, purchased his last 4m. Have fun with your new membership
    Quote Originally Posted by Harlan View Post
    Vouch, trustworthy guy.
    Quote Originally Posted by iPhisher™ View Post
    Vouch for Super-Man, he is a very legit and trustable guy.
    Reply With Quote  
     

  9. #8  
    Donator
    herpes derpes's Avatar
    Join Date
    Mar 2011
    Posts
    1,271
    Thanks
    86
    Thanked 22 Times in 14 Posts
    Rep Power
    0
    Quote Originally Posted by fogle7 View Post
    I used this back 3 years ago on my shitty old delta base server.

    I found it on my old computer and I remember JRebel

    So I thought I might as well make a guide on how to use it.

    What it does is when you compile it automatically updates server without a re opening.

    Lets get started.

    Download JReble here.

    JRebel Download Page | zeroturnaround.com

    Download the windows installer install it and run the wizard to get the license.

    Now in your main server dicertory where run and compile are make a file called

    rebel.xml

    Inside of it paste this is.


    Code:
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <application
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns="http://www.zeroturnaround.com"
    xsi:schemaLocation="http://www.zeroturnaround.com/alderaan/rebel-2_0.xsd">
    <classpath fallback="default">
    <dir name="C:\Users\Jax\Desktop\newer\source\bin\server">
    </dir>
    </classpath>
    </application>
    What is in red change to your server directory.

    IT MUST BE GOING TO THE CLASSES OF THE SERVER!

    Now change your run.bat to this.

    Code:
    "C:\Program Files\Java\jdk1.6.0_23\bin\java.exe" -noverify -javaagent:"C:\Program Files (x86)\ZeroTurnaround\JRebel\jrebel.jar" -Xmx800m
    Do not delete anything paste xmx800m leave it just paste the code I gave you all the way to that. Or else ull fuck up your server.

    And wahlah enjoy.
    here is my run bat:

    Code:
    @echo off
    title Server [%date%] [%time%]
    :run
    java -Xmx800m -cp bin;deps/poi.jar;deps/mysql.jar;deps/mina.jar;deps/slf4j.jar;deps/slf4j-nop.jar;deps/jython.jar;log4j-1.2.15.jar; server.Server
    goto run
    what now? ... dont know where to put.--
    Messenger Email:
    GiovanniIsABaws@hotmail.com
    Skype UserName:
    GiovanniIsABaws
    Reply With Quote  
     

  10. #9  
    Registered Member aleksandr's Avatar
    Join Date
    Sep 2006
    Age
    22
    Posts
    725
    Thanks
    325
    Thanked 102 Times in 60 Posts
    Rep Power
    62
    just insert
    -noverify -javaagent:"C:\Program Files (x86)\ZeroTurnaround\JRebel\jrebel.jar"
    between java and xmx800m
    Al


    There is no RL, just AFK
    Reply With Quote  
     

  11. #10  
    Donator

    pkergod's Avatar
    Join Date
    Sep 2007
    Posts
    130
    Thanks
    11
    Thanked 2 Times in 2 Posts
    Rep Power
    95
    Oh my god this works amazingly!!!! Thank you so much for this, its really cool!!

    Reply With Quote  
     


Page 1 of 3 123 LastLast
Thread Information
Users Browsing this Thread

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

Similar Threads

  1. Server restarting.
    By Andy in forum Tutorials
    Replies: 17
    Last Post: 11-21-2010, 11:46 AM
  2. 24/7 without restarting server.
    By Ophion in forum Help
    Replies: 7
    Last Post: 04-22-2010, 06:38 PM
  3. how to update your server without restarting
    By jaxidor1 in forum Tutorials
    Replies: 16
    Last Post: 03-30-2010, 04:30 AM
  4. Replies: 21
    Last Post: 12-27-2009, 01:42 PM
  5. Server restarting with ::restart
    By The Steven in forum Help
    Replies: 3
    Last Post: 09-10-2009, 01:22 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
  •