Hi,
I'm trying to set up slide so that I can add some data stores and indexing to
it. Right now I'm at the 'try to understand what is already there' stage. I
have tomcat 3.2.1 and slide (milestone 7) running under solaris. I can use the
slide servlet to put files and to retrieve them and can get directory listings
(using both windows explorer and DAVExplorer)
The exception that I get consistently happens after a propfind, I get the
PROPFIND on object message from slide (in my tomcat window) followed by a
java.util.MissingResourceException that says "Can't find resource". It doesn't
look like it comes from anything useful.. the dump starts at fillInStackTrace
and works its way through tomcat.util.StringManager, and ends in Thread. The
exception doesn't appear to be causing any real problems- because the clients
display a set of properties, its just disconcerting.
Could I be missing an environment variable somewhere? I have TOMCAT_HOME set,
but am not sure that it is reading it correctly because it insists on putting
the saved files (through slide) into the bin directory. I couldn't see any
other references to environment variables on the web pages, but could easily
have missed something.
my classpath includes slide.jar, manager.jar, jaxp.jar, parser.jar, and
slidestores.jar
Thanks for any suggestions!
Judi Thomson