At 10:11 PM 12/5/2001, you wrote:
> > Couple of days ago I introduced a coworker of mine to Slide.  He got all
> > excited with the idea to use slide in conjunction with hot deploying
> > applications under Tomcat 4.0.  Basically, what he wants to be able to do
> > is at the end building a project with Ant on a development workstation,
> > have Ant use a webdav client to upload the resulting .war file directly to
> > the webapps directory.  Good idea, but is it feasible on the server side?
>
>Almost. You can't upload the WAR, you'll have to upload the individual files
>of the webapp.


Is this because FileContentStore mangles file names?  What if I were to 
implement my own store that keeps the file names (at least for the most 
recent revision) intact and set the rootpath of contentstore to be the 
webapps directory.  Then if a war file is dropped into webapps via webdav, 
Tomcat should be able to notice the change and deploy it, shouldn't it?

Dmitry


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

Reply via email to