hi , 

> I hope you are using ant for compiling & building application. You 
> can use following ant tag to redeploy without restarting the jboss

during development time i don't use Ant ... i directly compile the changed 
file in respective directory ...
and JBoss does not reflect those changes and i need to restart JBoss every 
time for that purpose .. 

i tried to change the config files to find solutions .. but not helped


cheers,
Sachin Hegde
Paradyne Infotech Limited , Mumbai
09324546711

---------- Original Message -----------
From: Keshav Shetty <[EMAIL PROTECTED]>
To: Struts Users Mailing List <user@struts.apache.org>
Sent: Tue, 18 Jan 2005 15:38:48 +0200
Subject: Re: JBoss does not reflect changes without restart

> 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]
------- End of Original Message -------


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to