although I did not yet try it my self, I assume that point 3) is the easiest to achieve. You do not need to steep into the internals of Slide and it seems easy to program filters (see: http://click.idg.email-publisher.com/maaaeZnaaQM9Va87gCBb/).
BTW: The released version of Tamino WebDAV Server is able to run under Tomcat 4.0. Just copy the delivered taminowebdavserver.war file to the webapps location of Tomcat 4.0 and start Tomcat. Regards,
Sorry for being unprecise. To run TWS under Tomcat 4.0.1 some additional environment variables are required:
set CATALINA_HOME= set TAMINOWEBDAVSERVER_HOME=%CATALINA_HOME%\webapps\taminowebdavserver set CATALINA_OPTS= set CATALINA_OPTS=%CATALINA_OPTS% -Dcom.softwareag.LoggingOn=true set CATALINA_OPTS=%CATALINA_OPTS% -Dtomcat.home=“%CATALINA_HOME%” set CATALINA_OPTS=%CATALINA_OPTS% -Dtaminowebdavserver.home=“%TAMINOWEBDAVSERVER_HOME%”
After copying the delivered taminowebdavserver.war to the webapps location of Tomcat 4.0.1 and setting the above environment, the server should now start bin/startup.bat.