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