Details
-
Type:
New Feature
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 0.1
-
Fix Version/s: 0.2
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
There are 2 levels of support to add:
1/ In the WAR deployable, calling getContext() should return the context defined in META-INF/context.xml (if this file exists)
2/ It should possible to deploy WARs containing META-INF/context.xml files (i.e. Cargo should not create a Context definition if there's a META-INF/context.xml file present in the WAR).
Done. BTW, it seems this feature is only supported by Tomcat 5.x even though I've found an article on the web mentionning it works for Tomcat 4.x (let me know if it does work with Tomcat 4.x somehow - I haven't been able to make it work).
Also, it seems this feature only works in WAR files and not in expanded WAR directories.