• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Help with the manager

 
Ranch Hand
Posts: 117
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Using the Tomcat (4.1.30) manager, I remove my application - the only problem is that Tomcat doesn't remove everything - the struts.jar file in the web application's WEB-INF/lib directory is still there (trying to manually delete while Tomcat is running gets me a message that the jar is in use).
Since Tomcat will not remove the directory, I cannot redeploy the application. Is there a way to set up Tomcat so I can do this? Is there a different problem?
[ March 15, 2004: Message edited by: Charles Hasegawa ]
 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have come across the same problem see following post: https://coderanch.com/t/83571/Tomcat/JAR-file-locked-when-doing
 
Charles Hasegawa
Ranch Hand
Posts: 117
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yes, I could put all the lib files in Tomcat's shared lib folder, except that I don't have access to that folder.
The point is to be able to remove and re-deploy an application without having to stop and start Tomcat. If I want/need to update the jar files, I should be able to re-deploy the WAR. Even if I was able to put the jars in the shared lib, updating the jars would require I stop all the other applications that might be running on Tomcat.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic