hi all
I am using apache as my webserver and tomcat as the servlet runner. I am
able to run servlets transparently with help of warp connector module
"mod_webapp".
My concern is can I use the webdav capablities of tomcat over warp
connector. I tried that but failed.
Looking into logs I found that apache is not passing the DAV specific
requests to tomcat. Are there some option to tell apache to forward DAV
requests also.
My httpd.conf contains the following lines.
-----
LoadModule webapp_module modules/mod_webapp.so
AddModule mod_webapp.c
WebAppConnection warpConnection warp buildserver:8008
WebAppDeploy webdav warpConnection /webdav
----

Please note that I can open the index file residing in the "webdav" folder
when I point the explorer to it but I fail to add the same folder as a
webfolder on my win2000 box.

Any suggestions ?
Thanks in advance

hitesh






_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to