RE: Servlet Cache - How do I purge it

2001-02-28 Thread Juan Lorandi (Chile)
$orion\application-deployments\YOUREAR\YOURWAR\persistance kill every file, the orion will recompile HTH, JP > -Original Message- > From: Paul G. Markovich [mailto:[EMAIL PROTECTED]] > Sent: Sunday, February 25, 2001 11:07 PM > To: Orion-Interest > Subject: Servlet C

RE: Servlet Cache - How do I purge it

2001-02-25 Thread cybermaster
Paul, maybe this is the recurring problem in this discussion with browser settings. E.g. in IE5.5 it may reload the cached page unless you set: Tools|Internet Options|Temporary Internet Files|Settings|Check for ... >From the default ("Automatically") to: "Every visit to the page" --peter

RE: Servlet Cache - How do I purge it

2001-02-25 Thread Matt Krevs
, 26 February 2001 12:07 PM To: Orion-Interest Subject: Servlet Cache - How do I purge it Hi, I am using servlets in the orion default web app. My dir: Orion/defaul-web-app/Web-inf/classes/(and then my files) I have the output of my compiler set to the same directory. I start orion like: j

Servlet Cache - How do I purge it

2001-02-25 Thread Paul G. Markovich
Hi, I am using servlets in the orion default web app. My dir: Orion/defaul-web-app/Web-inf/classes/(and then my files) I have the output of my compiler set to the same directory. I start orion like: java -jar orion.jar and I stop orion with a ctrl C I have reloaded my class files and I can't