Hi Sachin,
I hope you are using ant for compiling & building application. You can use following ant tag to redeploy
without restarting the jboss
<target name="App.redeploy" description="Hot re-deploy Jboss"> <jboss.redeploy-current jboss-home="${jboss.dir}" ear="${ear.name}"/> </target>
Please run the above ant target after compiling your project. We observerd hot redeploying will make the jboss slower everytime.
Thanks & rgards Keshav Shetty
sachin wrote:
hi all ,
I am using JBoss 4.0.1 and struts 1.2.4
Whenever i make any changes in my project and compile it JBoss does not reflect the chages .. Here i need to restart the JBoss and then it shows the changes...
i got fed up with stopping the server and restarting it for so many times ..
Plz can anyone tell me how JOBSS can be configured so that it will reflect changes without restarting...
Thanks in advance
cheers, Sachin Hegde Paradyne Infotech Limited , Mumbai 09324546711
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]