RE: autoreload of jsp files failed while working hard on a single jsp

2001-04-12 Thread cybermaster

Auto-reload works correctly for me only for files in the
applications/my-app/my-app-web directory. Files in subdirectories of
.../my-app-web, e.g. .../my-app-web/secure/*.jsp don't get automatically
reloaded ... so far couldn't find any deployment descriptor that would
change this behaviour.

--peter





RE: autoreload of jsp files failed while working hard on a single jsp

2001-04-12 Thread Aniket V U

I agree. I havent had a problem till date of Orion not auto re-loading my 
jsp files. I do this all the time and in fact quite a few JSP files get 
updated on our production system all the time without having to restart orion.

Aniket

At 07:12 PM 4/12/2001, you wrote:
>I think you all have more problems than Orion. I'd suggest looking at the
>dates on your multiple machines (usually this happens when one is behind
>another so the save does not come up as a modified file on the server).
>
>I've NEVER had to restart Orion to load a JSP before - and it's been working
>like that since pre 0.7 ;)
>
>-mike
>
> > -Original Message-
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED]]On Behalf Of Santosh Kumar
> > Sent: Thursday, April 12, 2001 10:35 PM
> > To: Orion-Interest
> > Subject: Re: autoreload of jsp files failed while working hard on a
> > single jsp
> >
> >
> > That is a major source of concern and wastage of time for our
> > dev. project.
> > But we got used to it.
> >
> > ;-)
> >
> >
> > -Original Message-
> > From: Norman Timmler <[EMAIL PROTECTED]>
> > To: Orion-Interest <[EMAIL PROTECTED]>
> > Date: Thursday, April 12, 2001 5:58 PM
> > Subject: AW: autoreload of jsp files failed while working hard on a single
> > jsp
> >
> >
> >
> > it is a bug, isn't it?
> > really anoying if you work with 3 or more people on one project.
> > you have to
> > restart the orion server every 10 minutes and it takes a while to come up
> > again. :-((
> >
> > > -Ursprüngliche Nachricht-----
> > > Von: [EMAIL PROTECTED]
> > > [mailto:[EMAIL PROTECTED]]Im Auftrag von Santosh
> > > Kumar
> > > Gesendet: Donnerstag, 12. April 2001 10:23
> > > An: Orion-Interest
> > > Betreff: Re: autoreload of jsp files failed while working hard on a
> > > single jsp
> > >
> > >
> > > you have to restart orion..no other option.
> > >
> > > santosh
> > > -Original Message-
> > > From: Norman Timmler <[EMAIL PROTECTED]>
> > > To: Orion-Interest <[EMAIL PROTECTED]>
> > > Date: Thursday, April 12, 2001 1:48 PM
> > > Subject: autoreload of jsp files failed while working hard on a
> > single jsp
> > >
> > >
> > > hi,
> > >
> > > usally the autoreload function of jsp's works fine, but after
> > some savings
> > > on a
> > > single jsp or some time passes (something between 10 minutes and
> > > half a day)
> > > orion does not reload the jsp correctly. if you
> > > press reload in your browser the old page is shown without
> > > changes actually
> > > made in the jsp.
> > >
> > > deleting the cache files did not help.
> > >
> > > we use orion 1.4.7 on window 2000 with jdk 1.3
> > >
> > > any ideas or similar problems?
> > >
> > > norman°°
> > >
> > > ._
> > >
> > > neteye°° GmbH
> > >
> > > [EMAIL PROTECTED]
> > > http://net-eye.de
> > > _.
> > >
> > >
> > >
> > >
> >
> >
> >
> >
> >






RE: autoreload of jsp files failed while working hard on a single jsp

2001-04-12 Thread Mike Cannon-Brookes

I think you all have more problems than Orion. I'd suggest looking at the
dates on your multiple machines (usually this happens when one is behind
another so the save does not come up as a modified file on the server).

I've NEVER had to restart Orion to load a JSP before - and it's been working
like that since pre 0.7 ;)

-mike

> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Santosh Kumar
> Sent: Thursday, April 12, 2001 10:35 PM
> To: Orion-Interest
> Subject: Re: autoreload of jsp files failed while working hard on a
> single jsp
>
>
> That is a major source of concern and wastage of time for our
> dev. project.
> But we got used to it.
>
> ;-)
>
>
> -Original Message-
> From: Norman Timmler <[EMAIL PROTECTED]>
> To: Orion-Interest <[EMAIL PROTECTED]>
> Date: Thursday, April 12, 2001 5:58 PM
> Subject: AW: autoreload of jsp files failed while working hard on a single
> jsp
>
>
>
> it is a bug, isn't it?
> really anoying if you work with 3 or more people on one project.
> you have to
> restart the orion server every 10 minutes and it takes a while to come up
> again. :-((
>
> > -Ursprüngliche Nachricht-
> > Von: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED]]Im Auftrag von Santosh
> > Kumar
> > Gesendet: Donnerstag, 12. April 2001 10:23
> > An: Orion-Interest
> > Betreff: Re: autoreload of jsp files failed while working hard on a
> > single jsp
> >
> >
> > you have to restart orion..no other option.
> >
> > santosh
> > -Original Message-
> > From: Norman Timmler <[EMAIL PROTECTED]>
> > To: Orion-Interest <[EMAIL PROTECTED]>
> > Date: Thursday, April 12, 2001 1:48 PM
> > Subject: autoreload of jsp files failed while working hard on a
> single jsp
> >
> >
> > hi,
> >
> > usally the autoreload function of jsp's works fine, but after
> some savings
> > on a
> > single jsp or some time passes (something between 10 minutes and
> > half a day)
> > orion does not reload the jsp correctly. if you
> > press reload in your browser the old page is shown without
> > changes actually
> > made in the jsp.
> >
> > deleting the cache files did not help.
> >
> > we use orion 1.4.7 on window 2000 with jdk 1.3
> >
> > any ideas or similar problems?
> >
> > norman°°
> >
> > ._
> >
> > neteye°° GmbH
> >
> > [EMAIL PROTECTED]
> > http://net-eye.de
> > _.
> >
> >
> >
> >
>
>
>
>
>





Re: autoreload of jsp files failed while working hard on a single jsp

2001-04-12 Thread Santosh Kumar

That is a major source of concern and wastage of time for our dev. project.
But we got used to it.

;-)


-Original Message-
From: Norman Timmler <[EMAIL PROTECTED]>
To: Orion-Interest <[EMAIL PROTECTED]>
Date: Thursday, April 12, 2001 5:58 PM
Subject: AW: autoreload of jsp files failed while working hard on a single
jsp



it is a bug, isn't it?
really anoying if you work with 3 or more people on one project. you have to
restart the orion server every 10 minutes and it takes a while to come up
again. :-((

> -Ursprüngliche Nachricht-
> Von: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]Im Auftrag von Santosh
> Kumar
> Gesendet: Donnerstag, 12. April 2001 10:23
> An: Orion-Interest
> Betreff: Re: autoreload of jsp files failed while working hard on a
> single jsp
>
>
> you have to restart orion..no other option.
>
> santosh
> -Original Message-
> From: Norman Timmler <[EMAIL PROTECTED]>
> To: Orion-Interest <[EMAIL PROTECTED]>
> Date: Thursday, April 12, 2001 1:48 PM
> Subject: autoreload of jsp files failed while working hard on a single jsp
>
>
> hi,
>
> usally the autoreload function of jsp's works fine, but after some savings
> on a
> single jsp or some time passes (something between 10 minutes and
> half a day)
> orion does not reload the jsp correctly. if you
> press reload in your browser the old page is shown without
> changes actually
> made in the jsp.
>
> deleting the cache files did not help.
>
> we use orion 1.4.7 on window 2000 with jdk 1.3
>
> any ideas or similar problems?
>
> norman°°
>
> ._
>
> neteye°° GmbH
>
> [EMAIL PROTECTED]
> http://net-eye.de
> _.
>
>
>
>







Re: autoreload of jsp files failed while working hard on a single jsp

2001-04-12 Thread Santosh Kumar

you have to restart orion..no other option.

santosh
-Original Message-
From: Norman Timmler <[EMAIL PROTECTED]>
To: Orion-Interest <[EMAIL PROTECTED]>
Date: Thursday, April 12, 2001 1:48 PM
Subject: autoreload of jsp files failed while working hard on a single jsp


hi,

usally the autoreload function of jsp's works fine, but after some savings
on a
single jsp or some time passes (something between 10 minutes and half a day)
orion does not reload the jsp correctly. if you
press reload in your browser the old page is shown without changes actually
made in the jsp.

deleting the cache files did not help.

we use orion 1.4.7 on window 2000 with jdk 1.3

any ideas or similar problems?

norman°°

._

neteye°° GmbH

[EMAIL PROTECTED]
http://net-eye.de
_.