A Java web application that I'm working on requires that I restart the server fairly often in order to see the effects of my code changes. I have a local version of WAS 6.0 on my machine that I use to run the app. The server takes about 5-10 minutes to restart. My machine is pretty decent with a dual core proc and 3 GBs of RAM, but the server still takes a fair amount of time.
I'm wondering if anyone has worked on reducing the startup time of a WAS server. I'm looking for tips, tricks, tweaks, or whatever.
Thanks in advance for the help.