How to use JkAutoAlias with a URL Path

2005-10-06 Thread Bhavin Modi
Is it possible to define a URL path under which the JKAutoAlias is
configured ?
What I am trying to say is, can we have something like
 JkAutoAlias /java-apps /usr/local/tomcat/webapps
 that would effectively make all my tomcat webapps accessible under
http://localhost/java-apps/
Is there any other way to do this from tomcat or apache ?
 Thanks,
Bhavin.


Converting webdav servlet to be accessed by webservice using axis

2005-10-06 Thread Bhavin Modi
How can I convert/use the WebdavServlet class that is included in tomcat to
be used a webservice using axis ?
 Thanks,
Bhavin.