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 - Action "Delete All Contexts" should delete tempDirs.properties file
Summary: Action "Delete All Contexts" should delete tempDirs.properties file
Status: CLOSED INVALID
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: Milan Kuchtiak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-05-15 13:44 UTC by Milan Kuchtiak
Modified: 2001-07-20 20:38 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.