This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 12197

Summary: Action "Delete All Contexts" should delete tempDirs.properties file
Product: javaee Reporter: Milan Kuchtiak <mkuchtiak>
Component: CodeAssignee: Milan Kuchtiak <mkuchtiak>
Status: CLOSED INVALID    
Severity: blocker    
Priority: P3    
Version: 3.x   
Hardware: PC   
OS: Windows ME/2000   
Issue Type: DEFECT Exception Reporter:

Description Milan Kuchtiak 2001-05-15 13:44:37 UTC
Action "Delete All Contexts" should delete tempDirs.properties file in 
userdir/system/tomcat directory. This is probably the best way how to clean 
this file.
Comment 1 Milan Kuchtiak 2001-05-23 14:03:24 UTC
File tempDirs.properties is removed in DeleteAllContextsAction.class - 
performAction() method

Changed file :

org.netbeans.modules.web.tomcat.DeleteAllContextsAction
Comment 2 Petr Jiricka 2001-05-23 16:28:33 UTC
It is not clear that the behavior should be what this report describes, 
reopening.
Comment 3 Petr Jiricka 2001-05-23 16:30:50 UTC
The tempDirs.properties file should be synchronized with the server.xml file, 
but the mechanism needs to be different than what is described in the summary. 
The synchronization should take place on every execution/deployment/debugging 
when the server is restarted.