I'm using JBuilder and the problem I'm having is if I use the debugger I always have to restart the server before debugging again, occasionally it's necessary to restart before running anything again. Is there way to avoid this frequent restart of the server?
Volodymyr Shram
Ranch Hand
Joined: Oct 17, 2002
Posts: 47
posted
0
Hi, Perry! Please describe your problem in details. Why do you need to restart you app. server to run your application for debugging again? Regards, Volodymyr Shram.
Ken Loh
Ranch Hand
Joined: Feb 16, 2005
Posts: 190
posted
0
I'm having the same problem. There could be many problems if I don't restart my JBoss after a recompilation and redeploy. First, I might get a ClassCastException when my struts classes calls the home interface of my EJB, etc.
Second, sometimes I got error like this:
I suspect that somehow the app server and the web server think that they are not using the same version of source codes even though they are.
Any solution would be very much appreciated. This restarting thing is robbing me of my time.
Originally posted by Volodymyr Shram: Hi, Perry!
Please describe your problem in details. Why do you need to restart you app. server to run your application for debugging again?