Hi, Got myself a .war file containing META-INF/context.xml as follows: <?xml version="1.0" encoding="UTF-8"?> <Context antiJARLocking="true" path="/saas"/>
( as created by Netbeans in fact. ) If I copy the .war file into webapps/ it unpacks but ignores the path, instead presenting the application under the name of the archive artifact-version-SNAPSHOT. Tried this with both filesystem copy and the html manager without luck. Any ideas? Thanks, James
