Re: JBoss does not reflect changes without restart

2005-01-18 Thread Pavel Kolesnikov
On Tue, 18 Jan 2005 19:47:45 +0530, sachin <[EMAIL PROTECTED]> wrote: > > 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

Re: JBoss does not reflect changes without restart

2005-01-18 Thread Keshav Shetty
hin Hegde Paradyne Infotech Limited , Mumbai 09324546711 -- Original Message --- From: Keshav Shetty <[EMAIL PROTECTED]> To: Struts Users Mailing List Sent: Tue, 18 Jan 2005 15:38:48 +0200 Subject: Re: JBoss does not reflect changes without restart Hi Sachin, I hope you ar

Re: JBoss does not reflect changes without restart

2005-01-18 Thread Erik Weber
I experienced unfriendly behavior from JBoss 3.2.4 related to this (I was deploying war files and not ear files). I suspect the hot deploy mechanism *might* be buggy (which leaves me wondering because I thought it worked great in 2.4.x), but I did manage to find some things I could do that seem

Re: JBoss does not reflect changes without restart

2005-01-18 Thread sachin
> To: Struts Users Mailing List 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 th

Re: JBoss does not reflect changes without restart

2005-01-18 Thread Keshav Shetty
Hi Sachin, I hope you are using ant for compiling & building application. You can use following ant tag to redeploy without restarting the jboss Please run the above ant target after compiling your project. We observerd hot redeploying will make the jboss slower everytime. Thanks & rgards

Re: JBoss does not reflect changes without restart

2005-01-18 Thread Vic
Hey Sachin from Mubai, Did you ask on the jBoss list? What did they say? Did you ask on Tomcat List? What did they say? .V 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 r