On 11/13/06, Craig McClanahan <[EMAIL PROTECTED]> wrote:
On 11/13/06, Rahul Akolkar <[EMAIL PROTECTED]> wrote: > > OK, can't seem to reproduce this locally (even without the JCL and > BeanUtils cleanup, since the dialog-scxml module doesn't yet have > that). I'm on: > > XP SP2 > Tomcat 5.0.28 (using manager to undeploy) I'm on XP SP2 as well, using Tomcat 5.5.17 and using manager to undeploy. The symptoms I get is that everything gets deleted out of the webapps/xxxxx directory except WEB-INF/lib/shale-dialog-basic-xxx.jar , so the directory itself cannot be deleted. I'm going to try 5.0.x as well as a more recent version of 5.5 to see if the behavior changes for me.
OK, here's my experience on three different Tomcat versions: 5.0.28 -- works for me (as it did for you). 5.5.20 -- fails for me (just as it did on 5.5.17). So, we probably have to do some more detailed digging to find out if this behavior change is actually a Tomcat bug, or something we can adapt to. 6.0.1 -- Cannot use the manager app at all because the tomcat-users.xml file gets wiped out (I filed a Tomcat bug on this one). Also get JSP errors when trying to run the app manually ... this is likely due to either more Tomcat bugs, or to something we're not declaring right in a Servlet 2.5 / JSP 2.1environment. Craig
