Aleksej <aleksej <at> ivs.lt> writes: > After installing webapp into Tomcat and then undeploing it with manager > WEB-INF/lib directory still exists and contains hivemind and tapestry jars. > They even can't be deleted manually. Why?
Most likely the resource locking problem. See the Tomcat 5.x FAQ. You can stop Tomcat and then delete them. > Maybe I can put those files into tomcat/shared/lib or in > tomcat/server/lib ? Yes you could put them into the shared lib folder. But I don't see why it's better. -- Author of e-book for learning Tapestry (www.agileskills2.org/EWDT) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
