Hi all,
I'm having some trouble getting slide up and running and need some help. I
have setup slide using tomcat 3.2 on a linux box and can copy files into a
directory using Internet Explorer 5 and the file -> open -> as Web Folder
option. I also verified that the files are copied onto the server properly.
Unfortunately when I shut down tomcat, restart it, and try to connect using
IE5, the files directory is their but the files I copied over are not. I
double checked and the files are still on the server in the proper
directory. Why can't I see the files?
Seems the directory structure is stored in memory as well as the file
objects. Once tomcat is shutdown all this information is lost. Does the
FileContentStore class run through the rootpath during the initialization
process and recreate the in memory directory structure and file objects? Is
the JDBCContentStore the only sollution to this problem? Or am I missing
something?
Thanks for your help,
John