JavaRebel Tutorial - Tomcat & Windows
April 3rd, 2008 by Toomas RömerEverybody does not have a standard installation of a JEE container and a development environment. As JavaRebel installation is a matter of adding -javaagent:path/to/javarebel.jar -noverify flags to the JVM, it can always be installed but exact configurations differ from one development environment to another. Rob Sinner has documented how he configured his environment on Windows running Tomcat as a service to support zeroturnaround with JavaRebel.












October 2nd, 2008 at 12:24 pm
The link is dead.
D.
October 3rd, 2008 at 3:55 pm
Thanks for the information. I tried to find it from the internet archive without any luck. Maybe it will come back, maybe not.
If you have any questions about tomcat & windows let us know. If there is a need for another tutorial we could write it ourselves. Let us know.
October 14th, 2008 at 1:24 am
Just an update I altered my web context on blog
It is http://robsinner.blogsite.org/java/
The updated link how I got java rebel working on in exploded format on windows is:
http://robsinner.blogsite.org/java/2008/02/14/javarebel_compiling_and_reloading_java_code_on_the_fly_looks_like_its_ready_for_development_primetime_to_me.html
And in exploded format:
http://robsinner.blogsite.org/java/2008/07/16/javarebel_compiling_and_reloading_java_code_on_the_fly_is_much_easier_in_unexploded_format.html