Hi there!
I created a BasicWebdavStore Module and enabled it in the
slide
configuration. My module connects to my server and
calls appropriate functions in my Document Service through
RMI.
Unfortunately, each request takes very long. Even an Options
command
tooks 6s (see output below). I logged each time a storage is
created
and the commands. Obviously, the storage creation with
service lookup
takes most of the time ....
I am wondering why so many storages are created for an
OPTIONS (its
the same for propstat, etc.) and why it calls
isFolder("steam")
repeatedly (thats my files/ location). The configuration is
basically
the example domain.xml with a few changes.
I am deploying in jboss using jaas.
Any help would be appreciated!
Thanx in advance,
Tom
10:20:29,077 INFO [STDOUT] ################ Creating WebDAV
Storage!
10:20:29,303 INFO [STDOUT] objectExists /steam
10:20:29,325 INFO [STDOUT] isFolder /steam
10:20:29,373 INFO [STDOUT] ################ Creating WebDAV
Storage!
10:20:29,598 INFO [STDOUT] objectExists /steam
10:20:29,626 INFO [STDOUT] isFolder /steam
10:20:29,682 INFO [STDOUT] ################ Creating WebDAV
Storage!
10:20:29,905 INFO [STDOUT] ################ Creating WebDAV
Storage!
10:20:30,144 INFO [STDOUT] objectExists /steam
10:20:30,169 INFO [STDOUT] isFolder /steam
10:20:30,223 INFO [STDOUT] ################ Creating WebDAV
Storage!
10:20:30,446 INFO [STDOUT] objectExists /steam
10:20:30,467 INFO [STDOUT] isFolder /steam
10:20:30,524 INFO [STDOUT] ################ Creating WebDAV
Storage!
10:20:30,749 INFO [STDOUT] objectExists /steam
10:20:30,768 INFO [STDOUT] isFolder /steam
10:20:30,816 INFO [STDOUT] ################ Creating WebDAV
Storage!
10:20:31,042 INFO [STDOUT] ################ Creating WebDAV
Storage!
10:20:31,280 INFO [STDOUT] objectExists /steam
10:20:31,976 INFO [STDOUT] ################ Creating WebDAV
Storage!
10:20:32,203 INFO [STDOUT] objectExists /steam
10:20:32,227 INFO [STDOUT] ################ Creating WebDAV
Storage!
10:20:32,479 INFO [STDOUT] objectExists /steam
10:20:32,502 INFO [STDOUT] isFolder /steam
10:20:32,555 INFO [STDOUT] ################ Creating WebDAV
Storage!
10:20:32,778 INFO [STDOUT] objectExists /steam
10:20:32,797 INFO [STDOUT] objectExists /steam
10:20:32,814 INFO [STDOUT] isFolder /steam
10:20:32,831 INFO [STDOUT] ################ Creating WebDAV
Storage!
10:20:33,055 INFO [STDOUT] objectExists /steam
10:20:33,078 INFO [STDOUT] isFolder /steam
10:20:33,126 INFO [STDOUT] ################ Creating WebDAV
Storage!
10:20:33,350 INFO [STDOUT] objectExists /steam
10:20:33,375 INFO [STDOUT] ################ Creating WebDAV
Storage!
10:20:33,601 INFO [STDOUT] objectExists /steam
10:20:33,621 INFO [STDOUT] ################ Creating WebDAV
Storage!
10:20:33,850 INFO [STDOUT] objectExists /steam
10:20:33,874 INFO [STDOUT] isFolder /steam
10:20:33,927 INFO [STDOUT] ################ Creating WebDAV
Storage!
10:20:34,161 INFO [STDOUT] objectExists /steam
10:20:34,182 INFO [STDOUT] objectExists /steam
10:20:34,199 INFO [STDOUT] isFolder /steam
10:20:34,217 INFO [STDOUT] http-127.0.0.1-8080-1,
24-Mai-2007
10:20:29, astra, OPTIONS, 200 "OK", 5145 ms,
/steam/
------------------------------------------------------------
---------
To unsubscribe, e-mail: slide-user-unsubscribe jakarta.apache.org
For additional commands, e-mail: slide-user-help jakarta.apache.org
|