trigger a refresh to the bean caches

2002-04-10 Thread Oliver Stauss
Hello, i´m working on the current experimental version 1.5.4 and i need to trigger a bean cache refresh from inside my application. Reason: The entity beans are deployed with the . This should assure a better performance. over 95% - 99% percent of all table update, delete, create

RE: META HTTP-EQUIV=\"refresh\" in JSP with Orion 1.4.5

2001-05-01 Thread cybermaster
CTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Debabrata Panda Sent: Monday, April 30, 2001 9:20 PM To: Orion-Interest Subject: META HTTP-EQUIV=\"refresh\" in JSP with Orion 1.4.5 We have some JSPs with META tags which work fine with Tomcat and iPlanet. But this does not seem to be working w

Re: META HTTP-EQUIV=\"refresh\" in JSP with Orion 1.4.5

2001-05-01 Thread Joseph B. Ottinger
Orion doesn't have any problem with this; I use something similar myself on some of my out-of-date sites. This gets sent to the browser, and it's up to the browser to deal with it - the server doesn't really do anything BUT send it. Why aren't you using sendRedirect(), if that's what you really

META HTTP-EQUIV=\"refresh\" in JSP with Orion 1.4.5

2001-04-30 Thread Debabrata Panda
We have some JSPs with META tags which work fine with Tomcat and iPlanet. But this does not seem to be working with Orion. Am I missing anything. This does not seem to call Launch.JSP when we deploy the WAR with Orion. out.println(" "); Any help will be appreciated ? regards Debu _

RE: REFRESH !

2000-08-02 Thread Sarathy Mattaparti
If you made changes to jsp files. when ever you requested that file it'll check the time stamp. if the time stamp is different then it'll compile/deploy that jsp file. > > I've heard something today in the list about refreshing an application. > > I think someone has comment that if you make an

RE: REFRESH !

2000-08-02 Thread Mike Cannon-Brookes
> I've heard something today in the list about refreshing an application. > I think someone has comment that if you make any change to > application.xml or orion-application.xml (I don't know which) orion server > makes automatically a redeploy of the application whitout restarting the > server !!

REFRESH !

2000-08-02 Thread David Sierra Fernandez
I've heard something today in the list about refreshing an application. I think someone has comment that if you make any change to application.xml or orion-application.xml (I don't know which) orion server makes automatically a redeploy of the application whitout restarting the server !!! Is thi