bcfisher / oryx-editor

Automatically exported from code.google.com/p/oryx-editor
Other
0 stars 0 forks source link

backend.war cannot be undeployed without stopping Tomcat #180

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Deploy backend.war to a Tomcat running under Windows
2. Open the repository
3. Undeploy backend using Tomcat's web interface

What is the expected output?
backend completely delete from webapps directory

What do you see instead?
File webapps/backend/WEB-INF/lib/jruby-complete-1.1RC2.jar has not been 
deleted. Manual tries of deletion result in error: 'Cannot delete 
jruby-complete-1.1RC2.jar. It is being used by another person or 
program.'
Only after restarting Tomcat the file can be deleted, which make 
automated remote updates of Windows-based production servers a lot more 
difficult.

Original issue reported on code.google.com by falko.me...@gmail.com on 24 Jul 2008 at 5:26

GoogleCodeExporter commented 8 years ago
with the new backend that does not use jruby anymore, this won't be a problem 
anymore.

Original comment by NicoPete...@gmail.com on 9 Oct 2008 at 7:24