Hi, I have downloaded Slide from CVS last night (July 14th) and compiled it with the following setup:
1. JDK 1.2.2 2. Solaris 2.6 I had to tweak some minor changes to make it compile with the older JDK. I then installed it with Apache 1.3.12 connecting using AJP 12 and an Oracle database for all the stores. Things work OK (had to change httpclient to NOT use chunked encoding in PUT, and make the PUT method NOT to expect a "100-continue", diff may be available if required). But all is not well: 1. It's a bit slow 2. We call the slide client API (WebdavResource and WebdavFile) from a servlet and if a user hits "stop" in the browser in the right time (apparently only during writes) then slide will hang completly. We suspect that maybe using Ajp13 instead of Ajp12 might help in both areas, but when I configured Ajp13 (just copied the Ajp12 configuration and changed "12" to "13", changed JkMount to use Ajp13) I get in mod_jk.log: [jk_ajp13.c (350)]: Error ajp13_marshal_into_msgb - No such method PROPFIND Looks like we need to somehow teach Ajp13 about this method, should I? The Apache httpd.conf Include's the mod_jk.conf-auto from Tomcat, I read somewere in the archives a suggestion to use a manually crafted version but I couldn't find an example for a working configuration file. I am aware that the Slide documentation talk about Tomcat 3.2 being not quite supported, but we are limited to this backward setup because this is what our client uses. Is there any chance to make it work? Thanks for any help, --Amos -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
