What is antiJARLocking attribute?

Viewed 34242

what does the attribute antiJARLocking mean ? What is it's significance when I turn it to true / false ?

I have seen this attribute in context.xml file of web-application :

<?xml version="1.0" encoding="UTF-8"?>
<Context antiJARLocking="true" path="/poll">
 <Resource name="jdbc/PollDatasource" auth="Container"
           type="javax.sql.DataSource"
 // etc etc
</context>
2 Answers
Related