We've got a servlet written that does a lot of run-time parsing and db
connections etc... we have a bunch of class files which are mapped to this
servlet, some of the classfiles are in the WEB-INF/classes dir others are
jared up in the WEB-INF/lib dir.
When I update a class file, in teh WEB-INF/classes dir, and try to access
the data using the browser, it doesn't look like anything changes, in
otherwords I think Orion is caching it and not refreshing.
Is it supposed to be able to do this, or do I need to do something in my
servlet to get it to reload the class?
R