This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Tomcat and the fly likes Deploying tomcat remotely using update= Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » Tomcat
Reply Bookmark "Deploying tomcat remotely using update="true"" Watch "Deploying tomcat remotely using update="true"" New topic
Author

Deploying tomcat remotely using update="true"

John Cogan
Ranch Hand

Joined: Jan 22, 2003
Posts: 32
Hi,
I'm having a problem deploying tomcat remotely . The initial deploy works but the deploy with update="true" does not which is what I want. (I have seen references to problems with libs being held in memory.)
To get around this, I am trying to use undeploy and then deploy. Undeploy partially works but it can't delete the logs files in the webapps directory (webapps\myapp\WEF-INF\logs\access.log). These are still held in memory by tomcat.
Does anyone have any ideas how this might be solved.
Best regards,
John


----------------<br />SCJP, SCWCD
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Deploying tomcat remotely using update="true"
 
Similar Threads
Remote war deployment to tomcat
Ant reload task works, but...
Problem Undeploying webapps
Can't deploy using Tomcat Manager if Conext is in server.xml?
Tomcat 5.5.9 Deploy Ant Task