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 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:
 java -jar orion.jar
 
 and I stop orion with a ctrl C
 
 I have reloaded my class files and I can't ever get the
 new files to load.
 
 I am working on NT4, jdk1.3, orion 1.4.5
 
 Should I start stop differently???
 
 Is there a physical location and file that I can
 delete that is storing this information???
 
 Help,
 
 Paul
 




RE: Servlet Cache - How do I purge it

2001-02-25 Thread Matt Krevs

There is no 'cache' where servlets are stored as far as i know

Sounds like orion is loading your servlet classes from a different directory
than the one you are compiling to.

Do a search on your machine for yourservletname.class to see if there are
any old copies of your servlets

Have you spelt
"Orion/defaul-web-app/Web-inf/classes/(and then my files)" wrong or is it
just a typo in your email? ie you are missing a 't' in default-web-app



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Paul G.
Markovich
Sent: Monday, 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:
java -jar orion.jar

and I stop orion with a ctrl C

I have reloaded my class files and I can't ever get the
new files to load.

I am working on NT4, jdk1.3, orion 1.4.5

Should I start stop differently???

Is there a physical location and file that I can
delete that is storing this information???

Help,

Paul






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