Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 959100

Summary: RFE: make "DeleteWorkDirOnContextDestroy" configurable under in EAP 6 Web Subsystem not only as system property
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: Radim Hatlapatka <rhatlapa>
Component: WebAssignee: Rémy Maucherat <rmaucher>
Status: CLOSED WONTFIX QA Contact:
Severity: medium Docs Contact:
Priority: unspecified    
Version: 6.2.0CC: jstefl, myarboro
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-03-01 12:28:30 UTC Type: Enhancement
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 901061    
Bug Blocks:    

Description Radim Hatlapatka 2013-05-03 07:08:16 UTC
In EAP 6.1.0.ER6 it is possible to configure "DeleteWorkDirOnContextDestroy" via system property.

e.g. using this CLI command:
/system-property=org.jboss.as.web.deployment.DELETE_WORK_DIR_ONCONTEXTDESTROY:add(value=true)

It would be better to make it configurable under web subsystem in jsp-configuration part as this is location where most of the stuff regarding jsp is set.