Re: Hot Deployment Problem in Struts and Weblogic

2012-01-22 Thread Sagar Sharma
Hi, Yes when i make any change in the DAO classes then everything works fine and the server picks up the latest changes without requiring a restart. It is only with the action class that the mentioned exception comes up. Regards, Sagar Sharma -- View this message in context: http://struts

Hot Deployment Problem in Struts and Weblogic

2012-01-18 Thread Sagar Sharma
Hi, I am using My Eclipse 6.0.1 with Weblogic Server 10.3.5 and Struts -1.1. I am facing a problem with hot deployment. When i save any change in the action class with the server on and hit the url(*.do), i am getting the below mentioned exception. I have to restart the server every time i make a